Matthias Bläsing
Matthias Bläsing
@thurka could you have a look at the NetBeans profiler? If I remember correctly, you were one of the authors. The class contents after compilation does not vary based on...
> java.lang.IllegalArgumentException: Unsupported class file major version 61 That is a class build for JDK 17. My gut feeling the asm Version that complains there is to old.
> > > java.lang.IllegalArgumentException: Unsupported class file major version 61 > > > > > > That is a class build for JDK 17. My gut feeling the asm Version...
If I'm not mistaken `cnd.script` is the module that offers the support. It is still there, but not yet merged to master yet: https://github.com/apache/netbeans/tree/cnd/cnd/cnd.script
It would be helpful if you could test the current release candidate for NB22: https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/release220/8/artifact/dist/ There were fixes for the javax/jakarta transition. If you don't find this fixed, please provide...
mac OS is kind of hard to build for, so for RCs there are no notarized builds available. In the folder `netbeans` the binary zip is available. On other OSes,...
The binary zip is `[netbeans-22-rc2-bin.zip](https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/release220/8/artifact/dist/netbeans/netbeans-22-rc2-bin.zip)`
@marcelperezrubin as already stated: This might be fixed in NB22. So please state how to reproduce the problem, then I'm willing to have a look. Additionally it might be worth...
Should be fixed by #7533
Ok, my take on this is: a) jersey is broken because it relies on autodetection of features and does not protect against classes it can't load b) relying on autodiscovery...