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

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

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

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

wicket 7.1.0 change in wicket path with TransparentWebMarkupContainer

2015-10-27 Thread Gabriel Landon
Hello, I've upgraded to wicket 7.1.0 and since then many of my unit tests fail. I've figured out that the wicket path has changed : TransparentWebMarkupContainer's objects are now in the wicket path (so they are not transparent anymore!). Is it a bug, or should I change all my paths in my

Re: what's the version of wicket bootstrap for wicket 7?

2015-10-27 Thread Ernesto Reinaldo Barreiro
Ok. Its seems it is 0.10.3: just found the release e-mail from Martin. Sorry for the noise. On Tue, Oct 27, 2015 at 3:01 PM, Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Hi, > > What's the version of wicket bootstrap compatible with wicket 7.1.0? > > -- > Regards - Ernesto Reinaldo

Re: what's the version of wicket bootstrap for wicket 7?

2015-10-27 Thread Ernesto Reinaldo Barreiro
Thanks! On Tue, Oct 27, 2015 at 3:05 PM, Martin Grigorov wrote: > Hi Ernesto, > > 0.10.x series are built against Wicket 7.x > 0.10.3 is latest at the moment. > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Tue, Oct 27, 2015 at

Re: what's the version of wicket bootstrap for wicket 7?

2015-10-27 Thread Martin Grigorov
Hi Ernesto, 0.10.x series are built against Wicket 7.x 0.10.3 is latest at the moment. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Oct 27, 2015 at 4:01 PM, Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Hi, > > What's the version of wicket

what's the version of wicket bootstrap for wicket 7?

2015-10-27 Thread Ernesto Reinaldo Barreiro
Hi, What's the version of wicket bootstrap compatible with wicket 7.1.0? -- Regards - Ernesto Reinaldo Barreiro