Re: [DISCUSSION] JEP 238: Multi-Version JAR Files

2015-07-27 Thread Robert Scholte
Hi Hervé, there's no such thing as version specific configuration. And I don't think it is really an issue. With almost every new major version come new javac arguments, such as -s for JDK6, -profile for JDK8. IMHO it is up to the user to specify the release value and add an enforcer rule

Re: Preventing unnecessary JIRA version managing

2015-07-27 Thread Paul Benedict
But I think we should stop queuing up the next version with an official number. Right now 3.3.6 exists with all unfinished items. My proposal is just to leave that as 3.3.x so other JIRA versions can be renamed as necessary (3.3.5 => 3.3.6). Cheers, Paul On Wed, Jul 22, 2015 at 11:28 AM, Paul Be

[CANCELLED] Re: [VOTE] Maven 3.3.5

2015-07-27 Thread Jason van Zyl
> On Jul 20, 2015, at 3:23 PM, Jason van Zyl wrote: > > Hi, > > Time to release Maven 3.3.5! > > Here is a link to the issues resolved: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12333058 > > Staging repo: > https://repository.apache.org/content/reposi

Re: [VOTE] Maven 3.3.5

2015-07-27 Thread Jason van Zyl
> On Jul 27, 2015, at 6:55 AM, Stephen Connolly > wrote: > > Igor found an issue, and added an IT test to catch the issue. > > I fixed the issue with a hack and added an IT test to fail for the hack... > > Then I superceded the hack with a fuller fix: > https://github.com/apache/maven/commit/

Re: [DISCUSSION] JEP 238: Multi-Version JAR Files

2015-07-27 Thread Hervé BOUTEMY
I tested the new -release flag and it works like a charm: not only is it easier to use (1 flag instead of 3 = source/target/bootclasspath), but it avoids the famous covariance problem previously found [1] (and that happens with JDK 9 when not using this new -release flag) Then I think it's imp

Re: [VOTE] Maven 3.3.5

2015-07-27 Thread Stephen Connolly
Here is the TL;DR 3.3.5 is dead. 3.3.6 is ready to roll On 27 July 2015 at 11:55, Stephen Connolly wrote: > Igor found an issue, and added an IT test to catch the issue. > > I fixed the issue with a hack and added an IT test to fail for the hack... > > Then I superceded the hack with a fuller f

Re: [VOTE] Maven 3.3.5

2015-07-27 Thread Stephen Connolly
Igor found an issue, and added an IT test to catch the issue. I fixed the issue with a hack and added an IT test to fail for the hack... Then I superceded the hack with a fuller fix: https://github.com/apache/maven/commit/bd87258629db8e3fcc7aa04777afc16314c3cde0 Long term I am not 100% happy wit