Skip to content

Commit

Permalink
dropwizard: removes example due to archived smoketurner/dropwizard-zi…
Browse files Browse the repository at this point in the history
…pkin (#99)

https://github.com/smoketurner/dropwizard-zipkin is archived, so we can
no longer maintain this example, particularly to update to Brave 6.0

Signed-off-by: Adrian Cole <adrian@tetrate.io>
  • Loading branch information
codefromthecrypt authored Jan 8, 2024
1 parent 6328492 commit a807b20
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 381 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
# Allow on-demand "mvn package".
!armeria/src/main/**
!armeria-kafka/src/main/**
!dropwizard/src/main/**
!jersey2-cassandra3/src/main/**
!netty4-grpc/src/main/**
!ratpack/src/main/**
Expand Down
46 changes: 0 additions & 46 deletions .github/workflows/deploy-dropwizard.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/test-dropwizard.yml

This file was deleted.

5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ Here are the example projects you can try:
* Trace Instrumentation: [Armeria](https://armeria.dev/), [Kafka Clients](https://github.com/openzipkin/brave/tree/master/instrumentation/kafka-clients), [Kafka Streams](https://github.com/openzipkin/brave/tree/master/instrumentation/kafka-streams), [SLF4J](https://github.com/openzipkin/brave/tree/master/context/slf4j)
* Trace Configuration: [Brave API](https://github.com/openzipkin/brave/tree/master/brave#setup) [Java](armeria/src/main/java/brave/example/HttpTracingFactory.java)

* [dropwizard](dropwizard) `BRAVE_EXAMPLE=dropwizard docker-compose up`
* Runtime: JaxRS 2, Jersey 2.31, Apache HttpClient 4.5, Jetty 9.4, SLF4J 1.7, JRE 21
* Trace Instrumentation: [Jersey Server](https://github.com/openzipkin/brave/tree/master/instrumentation/jersey-server), [Apache HttpClient](https://github.com/openzipkin/brave/tree/master/instrumentation/httpclient), [SLF4J](https://github.com/openzipkin/brave/tree/master/context/slf4j)
* Trace Configuration: [Dropwizard Zipkin](https://github.com/smoketurner/dropwizard-zipkin) [Java](dropwizard/src/main/java/brave/example/ExampleApplication.java) [Yaml](dropwizard/src/main/resources/server.yml)

* [jersey2-cassandra3](jersey2-cassandra3) `BRAVE_EXAMPLE=jersey2-cassandra3 docker-compose up`
* Runtime: JaxRS 2, Jersey 2.32, DataStax Java Driver 3.0, Apache Cassandra 3.11, SLF4J 1.7, JRE 8
* Trace Instrumentation: [Jersey Server](https://github.com/openzipkin/brave/tree/master/instrumentation/jersey-server), [DataStax Java Driver](https://github.com/openzipkin/brave-cassandra/tree/master/cassandra-driver), [Apache Cassandra](https://github.com/openzipkin/brave-cassandra/tree/master/cassandra), [SLF4J](https://github.com/openzipkin/brave/tree/master/context/slf4j)
Expand Down
1 change: 0 additions & 1 deletion docker/bin/install-example
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ cp -p /code/build-bin/docker/docker-healthcheck .
# Make any platform-specific revisions
case ${version} in
*-jetty ) /code/docker/bin/post-install-example-jetty;;
dropwizard ) /code/docker/bin/post-install-example-dropwizard;;
# Ratpack system properties must be prefixed with "ratpack."
ratpack ) sed -i 's/-D/-Dratpack./g' start-frontend start-backend;;
*-cassandra3 ) /code/docker/bin/post-install-example-cassandra;;
Expand Down
12 changes: 0 additions & 12 deletions docker/bin/post-install-example-dropwizard

This file was deleted.

6 changes: 0 additions & 6 deletions dropwizard/README.md

This file was deleted.

40 changes: 0 additions & 40 deletions dropwizard/pom.xml

This file was deleted.

42 changes: 0 additions & 42 deletions dropwizard/src/main/java/brave/example/Backend.java

This file was deleted.

14 changes: 0 additions & 14 deletions dropwizard/src/main/java/brave/example/BackendConfiguration.java

This file was deleted.

67 changes: 0 additions & 67 deletions dropwizard/src/main/java/brave/example/ExampleApplication.java

This file was deleted.

51 changes: 0 additions & 51 deletions dropwizard/src/main/java/brave/example/Frontend.java

This file was deleted.

37 changes: 0 additions & 37 deletions dropwizard/src/main/java/brave/example/FrontendConfiguration.java

This file was deleted.

Loading

0 comments on commit a807b20

Please sign in to comment.