Re: Java 7 and 8 features

2015-10-27 Thread Andrew Gaul
Related to Java versions, Apache jclouds uses modernizer-maven-plugin to encourage use of modern Java APIs such as ArrayList, String.getBytes(Charset), etc.: https://github.com/andrewgaul/modernizer-maven-plugin On Tue, Oct 27, 2015 at 01:49:41PM -0200, Vinicius CorrĂȘa de Almeida wrote: > I anali

Re: Java 7 and 8 features

2015-10-27 Thread Ron Wheeler
Switched our internal projects to Java 8 Apache OFBiz is permitting Java 8 source code in the main truck. No thought in either case to rewrite existing code unless their is a bug or enhancement to be done. Ron On 27/10/2015 1:26 PM, Maxim Solodovnik wrote: We are just moved to java7 and sta

Re: Java 7 and 8 features

2015-10-27 Thread Maxim Solodovnik
We are just moved to java7 and start using new features I personally don't like the idea of moving all code to new java, I move the areas I currently work on On Tue, Oct 27, 2015 at 10:57 PM, Gary Gregory wrote: > Hi, > > What I see, is that most projects are struggling to move to Java 7, Java 8

Re: Java 7 and 8 features

2015-10-27 Thread Gary Gregory
Hi, What I see, is that most projects are struggling to move to Java 7, Java 8 seems out of range. There are a lot of opinions and both sides of each Java version for and against. At the end of the day, it's about user feedback and committer community involvement. The projects I help on also lack

AW: Configuration of Java used for surefire plugin / JUnit tests

2015-10-27 Thread Hohl, Gerrit
Hello everyone, :-) ehm, okay, forget it. I found the solution. I need the following configuration for the surefire plugin: C:\Program Files\jdk1.7.0_80\bin\java The "forkCount" has to be 1. 0 would use the current JVM. As 1 is the default value it is not necessary to configure it (a

Re: Java 7 and 8 features

2015-10-27 Thread Oliver B. Fischer
Hi Vinicius, it is mostly to allow people which are bound (for any reason) to older JDK versions to use our software. There is a plenty number of projects which are not able to use newer JDK versions. I know that this is a controversial topic I think that the majority of us would like to u

Configuration of Java used for surefire plugin / JUnit tests

2015-10-27 Thread Hohl, Gerrit
Hello everyone, :-) I have a Jenkins based build server on which different version of Java are installed for different builds (for older versions of our software). I can control the Java version used by the compiler plugin as well as by javadoc plugin. But I haven't found a way to control the

Java 7 and 8 features

2015-10-27 Thread Vinicius CorrĂȘa de Almeida
I analized some releases and i noticed that not using java 7 features like multi catch and in java 8 do not use lambda expressions and others features, so i came by this email to know why the developers not using this features?

Re: Add third party jars from the file system to final executable jar without adding the third party jars in local maven repo

2015-10-27 Thread Stephen Connolly
The new link is https://www.cloudbees.com/blog/playing-trade-offs-maven *BUT* somebody managed to completely screw up the XML formatting when migrating from the old blog hosting to the new blog hosting... On 26 October 2015 at 17:21, Curtis Rueden wrote: > Hi Reena, > > Stephen Connelly wrote a g