-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
2023 Week 21-23 (from May 22), 2023 Week 27-29 (from Jul 3), 2023 Week 30-32 (from Jul 24), 2023 Week 24-26 (from Jun 12)
-
2
-
NEW
-
NEW
-
---
-
---
Issue Description:
avoid setting `drools.dialect.java.compiler.lnglevel` in the kie-maven-plugin tests, moreover as enforcing a jdk which is not the minimum build requirement (enforcing jdk8 while drools8 is on min jdk11).
add a check in the maven plugin if `drools.dialect.java.compiler.lnglevel` property is set and raise a warning
Acceptance Criteria:
warn if using `lnglevel` in maven based build.
Out of Scope:
Testing with non-supported JDKs on drools git repo, testing the warn is emitted in the log.
Additional Information:
see out of scope.