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

Fix: Java 18+ Builds #2

Closed
wants to merge 2 commits into from
Closed

Fix: Java 18+ Builds #2

wants to merge 2 commits into from

Commits on Mar 8, 2024

  1. fix: build against jvm21

    - fix: build against embedded jdk sources needs `--enable-preview`
      when built against jvm21
    
    - fix: add `-Djava.security.manager=allow` to fix security manager
      tests under modern java
    
    Fixes and closes google#7065
    
    Signed-off-by: Sam Gammon <[email protected]>
    sgammon committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    aaf53fb View commit details
    Browse the repository at this point in the history
  2. chore(ci): bump ci jdk → jdk21

    Signed-off-by: Sam Gammon <[email protected]>
    sgammon committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    77cd546 View commit details
    Browse the repository at this point in the history