kanela icon indicating copy to clipboard operation
kanela copied to clipboard

update byte-buddy to support java past 21

Open danischroeter opened this issue 1 year ago • 3 comments

The current version of byte-buddy supports up to java 24 but the latest version of kanela only has experimental support for java 21.

It would be very nice to get an update of kanela with the latest versions supported...

https://github.com/raphw/byte-buddy/releases/tag/byte-buddy-1.15.4

Add non-experimental support for Java 24.

but the latest byte-buddy is even at 1.17.0 whereas kanela still depends on 1.14.5

danischroeter avatar Feb 07 '25 12:02 danischroeter

@hughsimpson I added a table with the supported java versions to bytebuddy https://github.com/raphw/byte-buddy#java-version-compatibility

danischroeter avatar Feb 25 '25 09:02 danischroeter

@ivantopo / @dpsoft are you on this or should we try to prepare a PR? (See last upgrade https://github.com/kamon-io/kanela/pull/151)

nvollmar avatar Mar 07 '25 08:03 nvollmar

I think byte-buddy 1.17.5 or higher is needed for Java 25 LTS support.

Philippus avatar Sep 19 '25 07:09 Philippus