Re: Updating the default versions for maven-compiler-plugin

2015-11-07 Thread Mirko Friedenhagen
Hello Jochen, could not a new major update of the compiler plugin change the default? My guess is we would not break much anyway as the majority of projects already needs to manage source and target explicitly. Regards Mirko -- Sent from my mobile Am 07.11.2015 16:15 schrieb "Jochen Wiedmann" :

Re: Updating the default versions for maven-compiler-plugin

2015-11-07 Thread Jochen Wiedmann
On Fri, Nov 6, 2015 at 1:56 PM, Attila-Mihály Balázs wrote: > Given that we're almost in 2015, what do people think about updating the > default source / target for maven-compiler-plugin to 1.8? (And also on the > site: > https://maven.apache.org/plugins/maven-compiler-plugin/examples/set-compile

[ANN] Apache Maven Shared Components POM Version 22 Released

2015-11-07 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of Apache Maven Shared Components POM Version 22. http://maven.apache.org/pom/maven-shared-components/ Release Notes - Maven POMs - Version MAVEN-SHARED-22 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311250&version=

Re: [VOTE] Release Apache Maven Filtering 3.0.0

2015-11-07 Thread Karl Heinz Marbaise
Hi, +1 from me.. On 11/7/15 2:21 PM, Karl Heinz Marbaise wrote: Hi, Note: This is a Maven 3.0 / JDK 6 release We solved 6 issues: This should be: We solved 12 issues... Kind regards Karl Heinz Marbaise https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12

[VOTE] Release Apache Maven Filtering 3.0.0

2015-11-07 Thread Karl Heinz Marbaise
Hi, Note: This is a Maven 3.0 / JDK 6 release We solved 6 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12331472 There are several issue open: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%20status%20%3D%20Open%20ORDER%20BY%

Re: Updating the default versions for maven-compiler-plugin

2015-11-07 Thread Mirko Friedenhagen
Am 07.11.2015 10:22 schrieb "Tamás Cservenák" : > > How bout starting to fail if lang level is not explicitly set and _remove_ > defaults? > Hello, letting Maven fail if you do not configure language levels leads to bad beginner's experience. Using the level of the invoking JDK however, seems th

Re: Updating the default versions for maven-compiler-plugin

2015-11-07 Thread Mirko Friedenhagen
Am 07.11.2015 10:22 schrieb "Tamás Cservenák" : > Ie. For the stuck people: Use current/older versions of tooling, if you are > stuck with old JVM: just accept you are stuck with tooling too then... +1 for that.

Re: Updating the default versions for maven-compiler-plugin

2015-11-07 Thread Tamás Cservenák
Or, with latest tools: - Update poms to set langlevel explicitly, if not set - Pay attention to maven and plugin reqs re JVM - Use toolchain Etc On Sat, Nov 7, 2015, 10:22 Tamás Cservenák wrote: > How bout starting to fail if lang level is not explicitly set and _remove_ > defaults? > > Am sick

Re: Updating the default versions for maven-compiler-plugin

2015-11-07 Thread Tamás Cservenák
How bout starting to fail if lang level is not explicitly set and _remove_ defaults? Am sick of discussions in present about something to happen in future future (when thing is released) to fit something EOLd in past :) Ie. For the stuck people: Use current/older versions of tooling, if you are s