Java 23 support
It would be nice to get java 23 supported - but this will require a new version of kanela see https://github.com/kamon-io/kanela/issues/163
Just saw @hughsimpson https://github.com/kamon-io/kanela/pull/161 should allow easier version upgrades - any hint on how to use this?
@danischroeter That whole approach turned out not to work because of github permission reasons that I was never able to fully debug> I think @ivantopo is pretty close to getting us into a much nicer world with kanela where this won't bite so hard, but it's not there yet afaik
Jep thx for the update! Comming along nicely... https://github.com/kamon-io/Kamon/pull/1387
What about Java 25 (current LTS)?
After migrating to Java 25 we start observing following warning:
WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::objectFieldOffset has been called by kamon.lib.org.jctools.util.UnsafeAccess (file:/Users/.../Library/Caches/Coursier/v1/https/repo1.maven.org/maven2/io/kamon/kamon-core_2.13/2.7.3/kamon-core_2.13-2.7.3.jar)
WARNING: Please consider reporting this to the maintainers of class kamon.lib.org.jctools.util.UnsafeAccess
WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release