This is an automated email from the ASF dual-hosted git repository.
mariofusco pushed a commit to branch quarkus-3.2LTS
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-examples.git
The following commit(s) were added to refs/heads/quarkus-3.2LTS by this push:
new 70a383a2f Fix "java.lang.IllegalStateException: Illegal access: this
web application instance has been stopped already." by SpringBootTest in Spring
Boot 3 (#1837)
70a383a2f is described below
commit 70a383a2f1660ddae712d7715793f177fdbfc0c9
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]