Update to ASM 9.10.1 (Java 27 support)#956
Conversation
|
I assume build will fail, we need to wait for eclipse-platform/eclipse.platform.releng.aggregator#3823 / 4.41 release start |
|
FYI, I'm hoping that a new ASM 9.10.1 and compatible jacoco arrive this week. But it's beyond my control... |
I would not update in 4.40. I guess we will need Xtext update as well, it is too late now. What wonders me more is why this PR build doesn't fail? I assumed we consume ASM from target platform? |
Issue with my jar ? |
No, I mean, the build shouldn't work because it shouldn't be able to "see" ASM in 9.10 version yet because IMO it should be resolved via platform target which doesn't have it yet: https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/pull/3823/changes |
|
Updated to ASM 9.10.1 |
|
This pull request changes some projects for the first time in this development cycle. An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch. Git patchFurther information are available in Common Build Issues - Missing version increments. |
|
Hi @iloveeclipse, could you please check this ? |
|
FYI, the change to use 9.10.1 in the target platform for 4.41 master is merged. |
Fixes : #955
What it does
How to test
Author checklist