-
Bug
-
Resolution: Done
-
Major
-
8.40.0.Final, 8.41.0.Final, 8.42.0.Final, 8.43.0.Final
-
None
-
None
-
2023 Week 33-35 (from Aug 14)
-
-
NEW
-
NEW
-
---
-
---
We are using drools-core as a dependency in our java project. Starting from drools version 8.40.0.Final we are no longer able to build our project due to a package conflict.
When we try to build our project with the new drools version we get the following error message:
.../module-info.java:1: error: module xxx reads package org.drools.core.base from both org.drools.core and org.drools.util
As far as I understand this is an issue with the newly moved (or created) CoercionUtil in drools-util-8.40.0.Final.jar. As it is currently configured, every jar is its own "Automatic-Module" and the java package org.drools.core.base is now in the modules org.drools.core and org.drools.util.