kamon-io / Kamon

Distributed Tracing, Metrics and Context Propagation for applications running on the JVM
https://kamon.io
Other
1.41k stars 328 forks source link

remove the pieces of code preventing Kamon from building on modern JDKs #1351

Closed ivantopo closed 4 months ago

ivantopo commented 4 months ago

Upgrades the binary serializers to use the latest Colfer version (which no longer produces code using @javax.annotation.... and removes the custom classes that we had from jsr166, as it seems that we got them there before Java 8 was a common thing :exploding_head:

With this changes we should be able to run on any modern JVM.