For Java/JVM versions compatibility, we have two distinct ways to define compatibility
- Ability to use a given JDK to build and test the agent,
- Ability to use the packaged agent with an application,
Ideally we should test both, but we often consider 1) to be a first step for 2).
The goal of this issue is to track all the known incompatibilities when trying to build with JDK 18, either discovered through CI or by running and build locally.
Known issues
For Java/JVM versions compatibility, we have two distinct ways to define compatibility
Ideally we should test both, but we often consider 1) to be a first step for 2).
The goal of this issue is to track all the known incompatibilities when trying to build with JDK 18, either discovered through CI or by running and build locally.
Known issues