Skip to content

feat: support java 25 compilation#5881

Merged
ndr-brt merged 1 commit into
mainfrom
5880-java-25
Jul 10, 2026
Merged

feat: support java 25 compilation#5881
ndr-brt merged 1 commit into
mainfrom
5880-java-25

Conversation

@ndr-brt

@ndr-brt ndr-brt commented Jul 10, 2026

Copy link
Copy Markdown
Member

What this PR changes/adds

Supports java 25 compilation

Why it does that

the map at line 76 will return an AsymmetricKey in java 25 as it's the highest common super interface for PublicKey and PrivateKey, but this need to be cast to Key to satisfy the signature boundary.

Further notes

List other areas of code that have changed but are not necessarily linked to the main feature. This could be method
signature changes, package declarations, bugs that were encountered and were fixed inline, etc.

Who will sponsor this feature?

Please @-mention the committer that will sponsor your feature.

Linked Issue(s)

Closes #5880

Please be sure to take a look at the contributing guidelines and our etiquette for pull requests.

@ndr-brt ndr-brt requested a review from a team as a code owner July 10, 2026 08:39
@ndr-brt ndr-brt added the enhancement New feature or request label Jul 10, 2026
@ndr-brt ndr-brt merged commit 3f010d0 into main Jul 10, 2026
34 of 38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix java 25 compatibility

2 participants