This is an automated email from the ASF dual-hosted git repository.

mariofusco pushed a commit to branch q3lts
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-examples.git

commit affa10c316699f28ae24163565c15c9b5713b964
Author: Toshiya Kobayashi <[email protected]>
AuthorDate: Mon Dec 4 16:36:41 2023 +0900

    Fix "java.lang.IllegalStateException: Illegal access: this web application 
instance has been stopped already." by SpringBootTest in Spring Boot 3 (#1837)
---
 kogito-springboot-examples/dmn-pmml-springboot-example/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/kogito-springboot-examples/dmn-pmml-springboot-example/pom.xml 
b/kogito-springboot-examples/dmn-pmml-springboot-example/pom.xml
index afe5089ae..780a9201d 100644
--- a/kogito-springboot-examples/dmn-pmml-springboot-example/pom.xml
+++ b/kogito-springboot-examples/dmn-pmml-springboot-example/pom.xml
@@ -108,6 +108,13 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <reuseForks>false</reuseForks>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to