Skip to content

MiMa does not like jars with a module-info.class #206

@schmitch

Description

@schmitch

Currently when adding jaxb-api.jar to a project with MiMa enabled, MiMa can't analyze Binary Incompatible changes.

When adding it to Play I get the following error:
java.lang.RuntimeException: bad constant pool tag 19 at byte 54

The problem is that this jar contains a module-info.class which basically just gets ignored by java8/scala/sbt. However MiMa still tries to analyze it and will fail with the Exception.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions