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.
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 54The problem is that this jar contains a
module-info.classwhich basically just gets ignored by java8/scala/sbt. However MiMa still tries to analyze it and will fail with the Exception.