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

Add GraalVM for JDK 21 support. #1236

Merged
merged 10 commits into from
Nov 29, 2023
Merged

Commits on Nov 11, 2023

  1. Add GraalVM for JDK 21 support.

    - no longer register HomeFinderFeature post JDK 21
    - no longer link against fdlibm on Windows post JDK 21
    - link against extnet and mswsock on Windows post JDK 21
    kkriske committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    b5eee27 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Add GraalVM for JDK 21 support.

    - no longer link against fdlibm on Linux post JDK 21
    - add required --add-exports for GluonFeature
    kkriske committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    6a65d3b View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. - add java and graalvm version fields in InternalProjectConfiguration

    - only add '--add-exports' argument when needed
    kkriske committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    8dd325b View commit details
    Browse the repository at this point in the history
  2. - revert unnecessary changes

    kkriske committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    378ef19 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. - update javadoc

    - update toString to include new fields
    kkriske committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    ad6a116 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63c32fd View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. Configuration menu
    Copy the full SHA
    b7e5cdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d815ec View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. Merge branch 'master' into graalvm-21-support

    # Conflicts:
    #	src/main/java/com/gluonhq/substrate/model/InternalProjectConfiguration.java
    kkriske committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    1aa2f77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf32573 View commit details
    Browse the repository at this point in the history