Skip to content

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

Merged
Goooler merged 1 commit into
mainfrom
g/20260908/java-25-26
Sep 16, 2026
Merged

Goooler merged 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 2 times, most recently 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
@Goooler

Goooler commented Sep 15, 2026

Copy link
Copy Markdown
Member Author

I'm sending #3064 to kick the changelog items updates automatically. We can bump some of the dependencies after it.

@Goooler
Goooler changed the base branch from main to g/20260915/bump-gjf September 15, 2026 08:04
@Goooler
Goooler added this pull request to stack #3076 September 15, 2026 08:04
@Goooler
Goooler force-pushed the g/20260908/java-25-26 branch 2 times, most recently from 1ce0bd6 to 5e1615a Compare September 15, 2026 08:14
@Goooler
Goooler force-pushed the g/20260908/java-25-26 branch from 5e1615a to 473f456 Compare September 16, 2026 11:21
Base automatically changed from g/20260915/bump-gjf to main September 16, 2026 11:52
@Goooler
Goooler force-pushed the g/20260908/java-25-26 branch from 473f456 to 167ff74 Compare September 16, 2026 11:52
@Goooler
Goooler merged commit 27744a3 into main Sep 16, 2026
32 checks passed
@Goooler
Goooler deleted the g/20260908/java-25-26 branch September 16, 2026 12:13
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