getappmap / appmap-java

AppMap client agent for Java
Other
80 stars 14 forks source link

Java 21 support #221

Open brikelly opened 11 months ago

kgilpin commented 8 months ago

@apotterri maybe this will work also with the new ByteBuddy agent?

apotterri commented 8 months ago

Maybe, but looks like we're going to need this first: https://github.com/johnrengelman/shadow/pull/876 .

apotterri commented 8 months ago

Just to elaborate on this a little: I've tested a "Hello, World!" program with Java 21, and it worked. To really feel confident that the new version is properly supported, we'd want to include it in our CI matrix. This will be easiest to do once that shadow issues is resolved. That's not the only way, though, so if there's demand, we could invest in an alternative. TBH, given how slowly things move in the Java world, it seems unlikely users will start clamoring for this.... :)

kgilpin commented 8 months ago

Thanks! Let's wait until it's easy :-)