Chaval Luppi
Chaval Luppi
After the upgrade to 4.31.0 multiple errors like this in ErrorLog: `!ENTRY org.eclipse.jface 2 0 2025-06-12 11:45:11.818 !MESSAGE The image could not be loaded: URLImageDescriptor(platform:/plugin/org.eclipse.jdt.debug.ui/icons/full/elcl16/all_instances.svg) !STACK 0` `!ENTRY org.eclipse.equinox.p2.operations 4...
Project using Jackson import: `implementation 'com.fasterxml.jackson.core:jackson-core:2.19.2'` The build fails after adding: ``` plugins { id "nebula.dependency-lock" version "12.7.1" } ``` ``` Execution failed for task ':openApiGenerate'. > com/fasterxml/jackson/core/JsonFactoryBuilder ``` ```...