Java25 support#176
Conversation
|
@Voyinno Thank you very much for your effort. It seems your work is based on this preliminary list of todos. However, as far as I can tell neither |
|
A bit of an oddball but for security reasons GitHub does not run CI on foreign commits. We should run all examples to verify these changes @thomasbehr |
|
This was likely a bot-generated PR. The OP does not answer, the implementation looks like it was just using my preliminary todo list and did not check whether this is actually implemented. We can probably ignore it. What model were you using @Voyinno ? |
This comment was marked as low quality.
This comment was marked as low quality.
|
Manually merged pull request after testing changes locally. |
Add Java 25 Support
Summary
This PR adds support for Java 25 (class file version 69) to yGuard, including:
ACC_IDENTITYflag (shares bit value withACC_SUPER)LoadableDescriptorsattribute (preview feature)Related Issues
Addresses issue 153