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 ? |
|
Hi, Apologies for the late response. @yGuy I used Claude Opus 4.5 to draft the initial PR and then modified it myself, but I ended up pushing the wrong branch with the unverified changes. |
|
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