Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removes dropwizard example: smoketurner/dropwizard-zipkin is archived #99

Merged
merged 1 commit into from
Jan 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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