-
Bug
-
Resolution: Done
-
Undefined
-
None
-
False
-
-
False
-
-
Description
We've seen some issues in the quarkus-next branch with the maven surefire as it causes some kind of instability for the windows agent: f.e. https://github.com/keycloak/keycloak/issues/41468
As stated even in our parent pom.xml, we should have aligned Surefire plugin with Quarkus:
```pom.xml
<!-- Needs to be aligned with Quarkus, see e.g. https://github.com/quarkusio/quarkus-quickstarts/blob/2.13.5.Final/getting-started-async/pom.xml#L14 -->
<surefire-plugin.version>3.0.0-M7</surefire-plugin.version>
```
Discussion
No response
Motivation
No response
Details
No response
- links to