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

Conversation

davecramer
Copy link
Member

Pull in changes to use java 17 and build with release version 8

vlsi and others added 4 commits March 7, 2024 12:02
… 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
@davecramer davecramer requested a review from vlsi March 8, 2024 14:17
@davecramer
Copy link
Member Author

@vlsi
So interestingly this works fine for publishing to maven, but not to maven local.
gradlew jar creates the correct jar,
gradlew publishToMavenLocal does not
prepareVote works fine as well.

Not sure what I missed, but if you could take a look.

Also looks like we need to release for 42.5.x and 42.6.x as well

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 this pull request may close these issues.

None yet

2 participants