Add JDK25 signatures#272
Conversation
|
Hi, thanks for the PR. I will check what was done previously so we forget nothing. The release has to wait a bit, because traditionally forbiddenapis will update to corresponding ASM release. It also needs to be updated to get preliminary support also for Java 26. In addition, I need to update Maven Central Sonatype deployments as this changed begin of August. So give me a few days, unfortunately I am very busy preparing a long trip to Australia. |
|
Wah stupid Gradle 9 no longer allows Java 8. Need to adapt GitHub actions. 🤮 Sorry takes longer this time. 🍺 |
|
Sounds good, thanks! Just wanted to get the ball rolling :) |
|
Thanks, I merged this after the github runner was happy. I will take care of updating ASM soon. I hope a release happens during this week. If not, we may need to realease forbiddenapis before my long trip with outdated ASM (which works for Java 25, but will not work for Java 26 - which is no longer an issue only for regenerating signatures like you did here). |
Description
For
jdk-deprecated-25I ran:For
jdk-internal-25I ran:but it gave:
..so I copied
jdk-internal-24For
jdk-unsafe-25I included the bundledjdk-unsafe-24