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

Use java 17 #3155

Open
wants to merge 4 commits into
base: release/42.4.x
Choose a base branch
from
Open

Use java 17 #3155

wants to merge 4 commits into from

Commits on Mar 7, 2024

  1. chore: use Java 17 for building pgjdbc, and use --release 8 to target…

    … Java 8, add tests with Java 21 and 22 (pgjdbc#3026)
    
    Now we will always use a recent JDK for building pgjdbc (e.g. a recent javac),
    and we will use toolchains to separate build JDK from test JDK.
    
    Fixes pgjdbc#3014
    vlsi authored and davecramer committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    949ba68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cb0869 View commit details
    Browse the repository at this point in the history
  3. update reduced-pom

    davecramer committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    e50aa20 View commit details
    Browse the repository at this point in the history
  4. udpate reduced-pom

    davecramer committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    eaa3e89 View commit details
    Browse the repository at this point in the history