Skip to content

enable using classfile API on JDK 24+ via asm-jdk-bridge#1609

Open
wakingrufus wants to merge 1 commit intoTNG:mainfrom
wakingrufus:classfile-api
Open

enable using classfile API on JDK 24+ via asm-jdk-bridge#1609
wakingrufus wants to merge 1 commit intoTNG:mainfrom
wakingrufus:classfile-api

Conversation

@wakingrufus
Copy link
Copy Markdown

fixes #1608

fixes TNG#1608

Signed-off-by: John Burns <wakingrufus@gmail.com>
@wakingrufus wakingrufus marked this pull request as ready for review April 21, 2026 14:38
Comment thread gradle/libs.versions.toml

[libraries]
asm = { group = "org.ow2.asm", name = "asm", version = "9.9.1" }
asmjdkbridge = { module = "codes.rafael.asmjdkbridge:asm-jdk-bridge", version = "0.0.13"}
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

This is not exactly a production-grade library. You may prefer to copy the code from it and own that yourself.

- 11
- 17
- 21
- 25
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I think the tests can run against Java 25 after #1550.

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.

Use classfile API on JDK 26+

2 participants