Skip to content

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

@jbarrez

Description

@jbarrez

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugErroneous behaviour.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions