openzipkin / zipkin-gcp

Reporters and collectors for use in Google Cloud Platform
https://cloud.google.com/trace/docs/zipkin
Apache License 2.0
91 stars 54 forks source link

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

Closed codefromthecrypt closed 8 months ago

codefromthecrypt commented 8 months ago

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 https://github.com/openzipkin/zipkin/pull/3684

codefromthecrypt commented 8 months ago

thanks for the help, @reta!