Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building & testing project with JDK 18 #2328

Closed
1 task
SylvainJuge opened this issue Dec 8, 2021 · 1 comment
Closed
1 task

Building & testing project with JDK 18 #2328

SylvainJuge opened this issue Dec 8, 2021 · 1 comment

Comments

@SylvainJuge
Copy link
Member

For Java/JVM versions compatibility, we have two distinct ways to define compatibility

  1. Ability to use a given JDK to build and test the agent,
  2. 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

@eyalkoren
Copy link
Contributor

Superseded by #2936 that will add weekly build and test with JDK 19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants