[GitHub] maven-surefire issue #168: [SUREFIRE-1424] javax.transaction.TransactionMana...

2017-12-02 Thread Tibor17
Github user Tibor17 commented on the issue: https://github.com/apache/maven-surefire/pull/168 @eolivelli Thx for contributing. Close this PR. It was pushed to master. --- - To unsubscribe, e-mail: dev-unsubscr

[GitHub] maven-surefire issue #167: Speedup Standard Output if Tests

2017-12-02 Thread Tibor17
Github user Tibor17 commented on the issue: https://github.com/apache/maven-surefire/pull/167 @DaGeRe Pls run the build `mvn install -P run-its "-Djdk.home=e:\Program Files\Java\jdk9\"` with default JDK 8 and additional JDK9 for few tests as you can see in syste

[GitHub] maven-surefire issue #171: [SUREFIRE-1445] Explicitly define SurefirePropert...

2017-12-02 Thread Tibor17
Github user Tibor17 commented on the issue: https://github.com/apache/maven-surefire/pull/171 @acogoluegnes Thx for support regarding Java 9. Please close this PR. I extended the test and already pushed to master

[GitHub] maven-surefire issue #166: Support filtering of tests from Base Class (TestN...

2017-12-03 Thread Tibor17
Github user Tibor17 commented on the issue: https://github.com/apache/maven-surefire/pull/166 @krmahadevan Sorry for late reply. I was ill last time and busy in the work. The code conventions are listed in https://maven.apache.org/developers/conventions/code.html

[GitHub] maven-surefire pull request #166: Support filtering of tests from Base Class...

2017-12-03 Thread Tibor17
Github user Tibor17 commented on a diff in the pull request: https://github.com/apache/maven-surefire/pull/166#discussion_r154519321 --- Diff: surefire-providers/surefire-testng-utils/src/main/java/org/apache/maven/surefire/testng/utils/MethodSelector.java --- @@ -62,6 +62,17

[GitHub] maven-surefire pull request #166: Support filtering of tests from Base Class...

2017-12-03 Thread Tibor17
Github user Tibor17 commented on a diff in the pull request: https://github.com/apache/maven-surefire/pull/166#discussion_r154519159 --- Diff: surefire-providers/surefire-testng-utils/src/test/testng/utils/MethodSelectorTest.java --- @@ -0,0 +1,299 @@ +package testng.utils

[GitHub] maven-surefire issue #165: Merge master to junit5

2017-12-07 Thread Tibor17
Github user Tibor17 commented on the issue: https://github.com/apache/maven-surefire/pull/165 @britter Sorry for late reply. This error is normal behavior because you used `mvn verify`. In surefire you should use `mvn install -P run-its`. We cannot merge master to junit5

<    1   2   3   4   5   6