projectlombok / lombok

Very spicy additions to the Java programming language.
https://projectlombok.org/
Other
12.91k stars 2.39k forks source link

[BUG] Test step test-eclipse (eclipse-I-build-full) broken #3728

Closed Rawi01 closed 4 weeks ago

Rawi01 commented 2 months ago

The step is broken. Logs

Rawi01 commented 1 month ago

In the latest Eclipse release, some plugins are signed with a different certificate, which breaks support for loading all plugins with the same class loader. It may be possible to change the way we load plugins, but for now it is easier to remove the signature files from the Eclipse plugin jars. I converted all my plugins using find . -name '*.jar' -exec zip -d '{}' 'META-INF/*.SF' 'META-INF/*.RSA' ';' and were able to run the tests. I will add that step to the downloader.