Moving Java Forward Faster

2017-09-07 Thread Rory O'Donnell
Hi Robert , Oracle is proposing a rapid release model for Java SE going-forward. The high points are highlighted below, details of the changes can be found on Mark Reinhold’s blog [1] , OpenJDK discussion email list [2]. Under the proposed release model, after JDK 9, we will adopt a strict,

Re: [VOTE] Release Apache Maven Compiler Plugin version 3.7.0

2017-09-07 Thread dejan2609
*+1 * Tested via Maven 3.5.0 and Oracle Java 1.8 on Windows 10 and Linux Centos 6. -- Sent from: http://maven.40175.n5.nabble.com/Maven-Developers-f142166.html - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For

Re: Question...concerning classifier

2017-09-07 Thread Stephen Connolly
Classifieds are limited to the same character set as s and s for the same reason that they will form part of the filename. On Thu 7 Sep 2017 at 08:26, Chris Graham wrote: > Hi Karl, > > Did you ever find what you were looking for? > > I came across this in a search on

Re: Question...concerning classifier

2017-09-07 Thread Chris Graham
That is pretty much what I'd come up with too. Thanks! Sent from my iPad > On 7 Sep 2017, at 6:25 pm, Stephen Connolly > wrote: > > Classifieds are limited to the same character set as s and > s for the same reason that they will form part of the filename. >

Want to cut release Version 2.20.1 in Surefire project

2017-09-07 Thread Tibor Digana
Hi All, I would like to stop development in Surefire master till Version 2.20.1 [1] is released. The reason is that an important issue with Out Of Memory Error is fixed. I have planned only 5 simple fixes, the most of them offered by our contributors, in Version 2.20.2, and one important issue

Users can assign Fix Version/s in Jira

2017-09-07 Thread Tibor Digana
I found out that users create an issue in Jira and *assign version* [1]. I remember this did not happen in old Jira. So I decide to report a ticket in INFRA. Do you have the same experiences? What's your opinion about it? [1]: https://issues.apache.org/jira/browse/INFRA-15047 -- Cheers Tibor

[GitHub] maven-surefire issue #114: Parallel runner should not drop away runners that...

2017-09-07 Thread Tibor17
Github user Tibor17 commented on the issue: https://github.com/apache/maven-surefire/pull/114 https://issues.apache.org/jira/browse/SUREFIRE-1409 --- - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For

Re: Question...concerning classifier

2017-09-07 Thread Chris Graham
Hi Karl, Did you ever find what you were looking for? I came across this in a search on classifiers as I want to be able to access them as a part of a filter/transformation when the assemble plugin does it's job. I am finding that classifiers are not well documented their usage at all! :-(