-
Bug
-
Resolution: Done
-
Critical
-
6.5.0.Final, 7.20.0.Final
-
None
-
2019 Week 20-22
-
8
-
-
NEW
-
NEW
Drools does work with spring-boot-devtools.
If you add in pom.xml the following, no rules will be fired in Drools.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
</dependency>
if you comment out this, then rules will be fired in Drools.
- causes
-
DROOLS-4416 ProjectClassLoader is no longer compatible with Wildfly modular ClassLoader
- Resolved
- relates to
-
DROOLS-2311 Drools Engine not able to load rules in spring-Boot project
- Closed