Re: Java 8 support

2014-08-14 Thread JRadical
Same here; reverted to 1.7 after much pain.

RE: Java 8 support

2014-03-27 Thread Henno Vermeulen
ilto:kwsut...@gmail.com] Verzonden: woensdag 26 maart 2014 17:40 Aan: users@openjpa.apache.org Onderwerp: Re: Java 8 support Hi Henno, The JIRA you referenced is still the one for tracking the work... Because of the changes to the class file format with Java 8, we will need a new ASM in order to

Re: Java 8 support

2014-03-26 Thread Kevin Sutter
Hi Henno, The JIRA you referenced is still the one for tracking the work... Because of the changes to the class file format with Java 8, we will need a new ASM in order to build and enhance Entities with Java 8. Some of the infrastructure work was put in place to support a new version of ASM, but

Java 8 support

2014-03-26 Thread Henno Vermeulen
Yesterday Java 8 was officially released. When I try to compile and run my tests and application that use OpenJPA 2.3.0 with Java 8 I get errors (see below) when I try to enhance the entities or use the java agent. Are there plans to support Java 8 in the near future? I did find the following is