Skip to content

Support Java 25 and 26 in CI matrix and update test suite compatibility - #3046

Open
Goooler wants to merge 1 commit into
mainfrom
g/20260908/java-25-26
Open

Goooler wants to merge 1 commit into
mainfrom
g/20260908/java-25-26

Conversation

@Goooler

@Goooler Goooler commented Sep 8, 2026

Copy link
Copy Markdown
Member

No description provided.

@Goooler
Goooler marked this pull request as draft September 8, 2026 16:11
@Goooler Goooler mentioned this pull request Sep 11, 2026
3 tasks
@Goooler
Goooler force-pushed the g/20260908/java-25-26 branch 2 times, most recently from 8372170 to fbadc0f Compare September 11, 2026 07:49
private void addAndCommit(Git git, String message) throws GitAPIException {
git.add().addFilepattern(".").call();
git.commit().setMessage(message).call();
git.commit().setSign(false).setMessage(message).call();

@Goooler Goooler Sep 11, 2026

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes test failures on my machines like, as I enabled commit.gpgsign in ~/.gitconfig.

@Goooler
Goooler force-pushed the g/20260908/java-25-26 branch from fbadc0f to 328729e Compare September 11, 2026 08:07
@Goooler
Goooler force-pushed the g/20260908/java-25-26 branch from 328729e to 42c44b4 Compare September 11, 2026 08:39
@nedtwigg

Copy link
Copy Markdown
Member

This LGTM. Feel free to merge if it looks ready to you. I think we should publish a release soon, maybe as soon as these two get merged

Anything else you'd like to see get merged before the next release?

@Goooler
Goooler marked this pull request as ready for review September 15, 2026 00:57
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.

2 participants