Kamon icon indicating copy to clipboard operation
Kamon copied to clipboard

Java 23 support

Open danischroeter opened this issue 1 year ago • 4 comments

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

danischroeter avatar Feb 07 '25 12:02 danischroeter

Just saw @hughsimpson https://github.com/kamon-io/kanela/pull/161 should allow easier version upgrades - any hint on how to use this?

danischroeter avatar Feb 18 '25 07:02 danischroeter

@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

hughsimpson avatar Apr 16 '25 00:04 hughsimpson

Jep thx for the update! Comming along nicely... https://github.com/kamon-io/Kamon/pull/1387

danischroeter avatar Apr 16 '25 09:04 danischroeter

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

sebarys avatar Nov 14 '25 11:11 sebarys