elk icon indicating copy to clipboard operation
elk copied to clipboard

java.lang.NoClassDefFoundError: org/eclipse/xtext/xbase/lib/CollectionLiterals when using layered when upgrading from 0.10 to 0.11

Open jbarrez opened this issue 2 months ago • 0 comments

I'm using org.eclipse.elk.core and org.eclipse.elk.alg.layered as maven dependencies.

After upgrading to 0.11, I'm getting java.lang.NoClassDefFoundError: org/eclipse/xtext/xbase/lib/CollectionLiterals

Which is caused by an import org.eclipse.elk.alg.layered.options.LayeredMetaDataProvider

Is this a bug (wrongly added import) or do I need to have a new additional dependency on the package that contains the CollectionLiterals class?

jbarrez avatar Nov 07 '25 15:11 jbarrez