Uploaded image for project: 'Drools'
  1. Drools
  2. DROOLS-1540

Drools does not work with spring-boot-devtools

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • 7.23.0.Final
    • 6.5.0.Final, 7.20.0.Final
    • core engine
    • None
    • 2019 Week 20-22
    • 8
    • Hide

      (1) load up the server by mvn spring-boot:run
      (2) visit http://localhost:8080/greeting

      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 correctly in Drools.

      Show
      (1) load up the server by mvn spring-boot:run (2) visit http://localhost:8080/greeting 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 correctly in Drools.
    • NEW
    • NEW

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              mfusco@redhat.com Mario Fusco
              phdggg_jira G Xiong (Inactive)
              Tibor Zimányi Tibor Zimányi
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: