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

Issue building with JDK 16 #39

Closed
Thihup opened this issue Mar 6, 2021 · 3 comments · Fixed by #68
Closed

Issue building with JDK 16 #39

Thihup opened this issue Mar 6, 2021 · 3 comments · Fixed by #68

Comments

@Thihup
Copy link

Thihup commented Mar 6, 2021

When using JDK 16 to build this project it fails with the following error:

[ERROR] /jfrunit/src/test/java/dev/morling/jfrunit/StackTraceDisabledSampleEvent.java:[26,8] cannot access jdk.internal.event.Event
  class file for jdk.internal.event.Event not found
[INFO] 1 error

I'll try to get more information about it

@gunnarmorling
Copy link
Member

gunnarmorling commented Mar 6, 2021 via email

@aalmiray
Copy link
Contributor

aalmiray commented Mar 6, 2021

Perhaps configuring Maven toolchains along with a profile?

@gunnarmorling
Copy link
Member

I've created #68 for moving to JDK 16 as a baseline. Supporting 14 or 15 doesn't make any sense at this point, given they are EOL by now. Adding support for the previous LTS (11) is tracked via #5.

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

Successfully merging a pull request may close this issue.

3 participants