Re: Multiple build problems on simpleapp-archetype on Java 1.7

2016-02-28 Thread Diego
Hi guys, thanks a lot. @Kevin Good suggestion I tried but I'm having hard luck installing two parallel JDK on my windows 10 box, as in [1] (still working on the suggested solution) and besides I want to use 1.7 (hoping to introduce Isis on my company which is not on Java 8 by now). On the mailing

Re: Multiple build problems on simpleapp-archetype on Java 1.7

2016-02-28 Thread Dan Haywood
Hi Diego, OK, so I just tried this out, and you are right that there is a slight issue trying to compile the code under JDK 1.7, but it's easy enough to work around. basically, where you are getting the compile exceptions, change the code to cast to the raw type, eg: @Override public Li