Java module not found liquibase.core since version 3.8.1
Description
Environment
java 9+ modular
Activity
Show:
Grégory Van den Borre March 2, 2020 at 10:37 AM
jar --file=liquibase-core-3.8.0.jar --describe-module working fine
but jar --file=liquibase-core-3.8.6.jar --describe-module provide
Unable to derive module descriptor for: liquibase-core-3.8.6.jar
Provider class com.fasterxml.jackson.module.jaxb.JaxbAnnotationModule not in module
Grégory Van den Borre January 13, 2020 at 8:17 AMEdited
Automatic update also failed for 3.8.5, same issue:
https://travis-ci.org/yildiz-online/module-database-updater/builds/635073129
In a modular application, require liquibase.core was working well in version 3.8.0, after trying to upgrade to higher versions (3.8.1, 3.8.4, 3.8.5, 3.8.6 & 3.8.7 tested), the compilation fails with Error: java: module not found: liquibase.core