Skip to content

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

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

Support Java 25 and 26 in CI matrix and update test suite compatibility#3046
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
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.

1 participant