Java module not found liquibase.core since version 3.8.1

Description

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

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 AM
Edited

Automatic update also failed for 3.8.5, same issue:

https://travis-ci.org/yildiz-online/module-database-updater/builds/635073129

Details

Reporter

Affects versions

Priority

Created January 5, 2020 at 1:25 AM
Updated March 2, 2020 at 10:52 AM