Skip to content

Commit

Permalink
ratpack: removes example due to abandoned ratpack/ratpack (#100)
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
codefromthecrypt authored Jan 8, 2024
1 parent a807b20 commit 07d88c2
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 345 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
!armeria-kafka/src/main/**
!jersey2-cassandra3/src/main/**
!netty4-grpc/src/main/**
!ratpack/src/main/**
!webflux5-sleuth/src/main/**
!webmvc3-jetty/src/main/**
!webmvc4-boot/src/main/**
Expand Down
46 changes: 0 additions & 46 deletions .github/workflows/deploy-ratpack.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/test-ratpack.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 @@ -56,11 +56,6 @@ Here are the example projects you can try:
* Trace Instrumentation: [Netty Codec HTTP](https://github.com/openzipkin/brave/tree/master/instrumentation/netty-codec-http), [Google gRPC](https://github.com/openzipkin/brave/tree/master/instrumentation/grpc), [SLF4J](https://github.com/openzipkin/brave/tree/master/context/slf4j)
* Trace Configuration: [Brave API](https://github.com/openzipkin/brave/tree/master/brave#setup) [Java](netty4-grpc/src/main/java/brave/example/TracingConfiguration.java)

* [ratpack](ratpack) `BRAVE_EXAMPLE=ratpack docker-compose up`
* Runtime: Ratpack 1.8, Guice 4, SLF4J 1.7, JRE 21
* Trace Instrumentation: [Brave Ratpack](https://github.com/openzipkin-contrib/brave-ratpack)
* Trace Configuration: [Brave Ratpack Guice](https://github.com/openzipkin-contrib/brave-ratpack) [Java](ratpack/src/main/java/brave/example/Backend.java)

* [webflux5-sleuth](webflux5-sleuth) `BRAVE_EXAMPLE=webflux5-sleuth docker-compose up`
* Runtime: Spring 5.2, Reactor Netty 0.9, Spring Boot 2.3, Spring Cloud Sleuth 2.2, Log4J 2.13, JRE 21
* Trace Instrumentation: [WebFlux Server](https://github.com/spring-cloud/spring-cloud-sleuth/blob/2.2.x/spring-cloud-sleuth-core/src/main/java/org/springframework/cloud/sleuth/instrument/web/TraceWebFilter.java), [WebFlux Client](https://github.com/spring-cloud/spring-cloud-sleuth/blob/2.2.x/spring-cloud-sleuth-core/src/main/java/org/springframework/cloud/sleuth/instrument/web/client/TraceWebClientBeanPostProcessor.java), [Reactor Context](https://github.com/spring-cloud/spring-cloud-sleuth/blob/2.2.x/spring-cloud-sleuth-core/src/main/java/org/springframework/cloud/sleuth/instrument/reactor/ScopePassingSpanSubscriber.java), [SLF4J](https://github.com/openzipkin/brave/tree/master/context/slf4j)
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FROM ghcr.io/openzipkin/java:11.0.21_p9 as install
WORKDIR /code
COPY --from=scratch /code .

# version of the project, matching /code/$version/pom.xml. ex armeria or ratpack
# version of the project, matching /code/$version/pom.xml. ex armeria or netty4-grpc
ARG version=armeria

# Build the project. This results in:
Expand Down
2 changes: 0 additions & 2 deletions docker/bin/install-example
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +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;;
# 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;;
*-grpc ) /code/docker/bin/post-install-example-grpc;;
*-kafka ) /code/docker/bin/post-install-example-kafka;;
Expand Down
8 changes: 0 additions & 8 deletions ratpack/README.md

This file was deleted.

64 changes: 0 additions & 64 deletions ratpack/pom.xml

This file was deleted.

43 changes: 0 additions & 43 deletions ratpack/src/main/java/brave/example/Backend.java

This file was deleted.

43 changes: 0 additions & 43 deletions ratpack/src/main/java/brave/example/BraveConfig.java

This file was deleted.

55 changes: 0 additions & 55 deletions ratpack/src/main/java/brave/example/Frontend.java

This file was deleted.

26 changes: 0 additions & 26 deletions ratpack/src/main/java/brave/example/ZipkinConfig.java

This file was deleted.

14 changes: 0 additions & 14 deletions ratpack/src/main/resources/logback.xml

This file was deleted.

0 comments on commit 07d88c2

Please sign in to comment.