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

Updates to Zipkin 3, Spring Boot 3 and JRE 17 #209

Merged
merged 4 commits into from
Jan 10, 2024
Merged

Conversation

codefromthecrypt
Copy link
Member

This updates server modules to Zipkin 3, Spring Boot 3 and JRE 17. It leaves the client side modules at Java 8.

In order to compile the server module, we can no longer compile with JDK 11.

See openzipkin/zipkin#3684

This updates server modules to Zipkin 3, Spring Boot 3 and JRE 17. It
leaves the client side modules at Java 8.

In order to compile the server module, we can no longer compile with
JDK 11.

See openzipkin/zipkin#3684

Signed-off-by: Adrian Cole <adrian@tetrate.io>
@codefromthecrypt
Copy link
Member Author

$  curl -s localhost:9411/health
{
  "status" : "UP",
  "zipkin" : {
    "status" : "UP",
    "details" : {
      "XRayUDPStorage{address=localhost/127.0.0.1:2000}" : {
        "status" : "UP"
      }
    }
  }
}

@@ -75,7 +75,7 @@ public AmazonSQSExtension() {
client = null;
}

if (server == null) {
if (server != null) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Co-authored-by: Andriy Redko <drreta@gmail.com>
@codefromthecrypt
Copy link
Member Author

thanks again @reta!

Adrian Cole and others added 2 commits January 11, 2024 07:31
Signed-off-by: Adrian Cole <adrian@tetrate.io>
Co-authored-by: Andriy Redko <drreta@gmail.com>
@codefromthecrypt codefromthecrypt merged commit 6436c86 into master Jan 10, 2024
3 checks passed
@codefromthecrypt codefromthecrypt deleted the zipkin3 branch January 10, 2024 23:41
@codefromthecrypt
Copy link
Member Author

checked docker from master tag is expected. releasing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants