You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/extensions/SurefireStatelessReporter.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -41,13 +41,13 @@ public class SurefireStatelessReporter
41
41
* Activated in the injection point of MOJO.
42
42
*/
43
43
publicSurefireStatelessReporter() {
44
-
this(false, "3.0");
44
+
this(false, "3.0.1");
45
45
}
46
46
47
47
/**
48
48
* Activated if null injection point in MOJO.
49
49
* @param disable {@code true} to disable performing the report
Copy file name to clipboardexpand all lines: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/extensions/junit5/JUnit5Xml30StatelessReporter.java
Copy file name to clipboardexpand all lines: maven-surefire-common/src/test/java/org/apache/maven/plugin/surefire/extensions/StatelessReporterTest.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ public void shouldCloneXmlReporter() {
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
89
89
]]></stackTrace>
90
90
<system-out><![CDATA[2023-06-23 17:27:31,351 INFO [io.quarkus] (main) code-with-quarkus 1.0.0-SNAPSHOT on JVM (powered by Quarkus 3.1.2.Final) started in 1.493s. Listening on: http://localhost:8081
91
-
2023-06-23 17:27:31,353 INFO [io.quarkus] (main) Profile test activated.
91
+
2023-06-23 17:27:31,353 INFO [io.quarkus] (main) Profile test activated.
<system-out><![CDATA[2023-06-23 17:27:31,695 INFO [io.quarkus] (main) code-with-quarkus stopped in 0.022s
178
178
2023-06-23 17:27:33,059 INFO [io.quarkus] (main) code-with-quarkus 1.0.0-SNAPSHOT on JVM (powered by Quarkus 3.1.2.Final) started in 1.200s. Listening on: http://localhost:8081
179
-
2023-06-23 17:27:33,059 INFO [io.quarkus] (main) Profile test activated.
179
+
2023-06-23 17:27:33,059 INFO [io.quarkus] (main) Profile test activated.
<system-out><![CDATA[2023-06-23 17:27:33,117 INFO [io.quarkus] (main) code-with-quarkus stopped in 0.016s
266
266
2023-06-23 17:27:34,404 INFO [io.quarkus] (main) code-with-quarkus 1.0.0-SNAPSHOT on JVM (powered by Quarkus 3.1.2.Final) started in 1.180s. Listening on: http://localhost:8081
267
-
2023-06-23 17:27:34,404 INFO [io.quarkus] (main) Profile test activated.
267
+
2023-06-23 17:27:34,404 INFO [io.quarkus] (main) Profile test activated.
<system-out><![CDATA[2023-06-23 17:27:34,461 INFO [io.quarkus] (main) code-with-quarkus stopped in 0.014s
354
354
2023-06-23 17:27:35,705 INFO [io.quarkus] (main) code-with-quarkus 1.0.0-SNAPSHOT on JVM (powered by Quarkus 3.1.2.Final) started in 1.159s. Listening on: http://localhost:8081
355
-
2023-06-23 17:27:35,705 INFO [io.quarkus] (main) Profile test activated.
355
+
2023-06-23 17:27:35,705 INFO [io.quarkus] (main) Profile test activated.
0 commit comments