]
Mario Fusco resolved DROOLS-1648.
---------------------------------
Resolution: Rejected
Since maven no longer supports metaversions we also had to drop support to them as
documented here
Maven dependency resolution through "LATEST" and
"RELEASE" version labels using "KieServices.newKieContainer(ReleaseId
releaseId)" method fails
-----------------------------------------------------------------------------------------------------------------------------------------------
Key: DROOLS-1648
URL:
https://issues.jboss.org/browse/DROOLS-1648
Project: Drools
Issue Type: Bug
Components: core engine
Environment: OS: macOS Sierra (10.12.5)
Hardware: MacBook Pro (13-inch, 2017)
Reporter: Pyit Phyo Aung
Assignee: Mario Fusco
Priority: Minor
I tried to use KieScanner for automatic business rule deployment through kjar modules
setup in private maven repository. For that, I tried to specify getting latest kjar
modules using "LATEST" and "RELEASE" version labels. They failed for
three drools versions I tried (6.5.0.Final, 7.0.0.Final and 7.1.0.Beta3). However, when I
tried open-ended version label, solution works. So, I believe that there is issue in
dependency resolution related to KieContainer through
KieServices.newKieContainer(ReleaseId releaseId) method.