Re: Supported Toolchain JDK version in Surefire / was: surefire refactoring done

2015-05-08 Thread Tibor Digana
n-JDK-version-in-Surefire-was-surefire-refactoring-done-tp5834833p5834995.html Sent from the Maven Developers mailing list archive at Nabble.com. - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail

Re: Supported Toolchain JDK version in Surefire / was: surefire refactoring done

2015-05-06 Thread Tibor Digana
was a signal for me to safely use Java 5 signatures. -- View this message in context: http://maven.40175.n5.nabble.com/Supported-Toolchain-JDK-version-in-Surefire-was-surefire-refactoring-done-tp5834833p5834838.html Sent from the Maven Developers mailing list archive at Nabble.com

Re: Supported Toolchain JDK version in Surefire / was: surefire refactoring done

2015-05-06 Thread Tibor Digana
surefire-booter is very narrow, so from my side I can promis no Java 6+ features. Of course for me it's better if java compiler stops me from such activities. -- View this message in context: http://maven.40175.n5.nabble.com/Supported-Toolchain-JDK-version-in-Surefire-was-surefire-refact

Supported Toolchain JDK version in Surefire / was: surefire refactoring done

2015-05-06 Thread Andreas Gudian
Hi Tibor, wow, that's a lot of work you put in there! Great! As you also changed stuff in surefire-booter and I always wondered, I'm cc-ing dev@ with this question: Do we have any documentation on which JDKs we officially support to be used in a toolchain configuration? For quite a while now, s

[GitHub] maven-surefire pull request: [SUREFIRE] Refactoring

2015-05-06 Thread Tibor17
Github user Tibor17 closed the pull request at: https://github.com/apache/maven-surefire/pull/91 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] maven-surefire pull request: [SUREFIRE] Refactoring

2015-05-05 Thread Tibor17
GitHub user Tibor17 opened a pull request: https://github.com/apache/maven-surefire/pull/91 [SUREFIRE] Refactoring + Java 5 for-each instead of Iterator + optimized loops + optimized branching + optimized use of this pointer + using Java Generics instead of

Re: surefire refactoring

2006-02-26 Thread Jason van Zyl
Brett Porter wrote: Hi, I have created branches for the test ng support, because it's not really production ready as at the patch Jesse K provided. We've been working through it. I will likely complete it tomorrow, and it will include some refactoring to turn surefire into a provider infrastruc

surefire refactoring

2006-02-25 Thread Brett Porter
Hi, I have created branches for the test ng support, because it's not really production ready as at the patch Jesse K provided. We've been working through it. I will likely complete it tomorrow, and it will include some refactoring to turn surefire into a provider infrastructure. I'll coordinate