Re: Current Javassist incompatible with Java 8

2013-09-25 Thread Kalle Korhonen
GA in March 2014 for Java 8 ( http://openjdk.java.net/projects/jdk8/milestones). That schedule will likely hold now that its feature complete. Kalle On Wed, Sep 25, 2013 at 11:45 AM, Howard Lewis Ship wrote: > This is likely something to be addressed in the 5.5 time frame? When is > JDK 8 goin

Re: Current Javassist incompatible with Java 8

2013-09-25 Thread Howard Lewis Ship
This is likely something to be addressed in the 5.5 time frame? When is JDK 8 going to be released? On Wed, Sep 25, 2013 at 11:42 AM, Kalle Korhonen wrote: > Just to close the loop - at least regarding plastic & T5.4 - ASM5 is needed > together with Java 8. There's a month old alpha release av

Re: Current Javassist incompatible with Java 8

2013-09-25 Thread Kalle Korhonen
Just to close the loop - at least regarding plastic & T5.4 - ASM5 is needed together with Java 8. There's a month old alpha release available at http://central.maven.org/maven2/org/ow2/asm/asm/5.0_ALPHA/. More information at http://old.nabble.com/Java-8-Support--td34970003.html. Kalle On Sun, Se

Re: Current Javassist incompatible with Java 8

2013-09-22 Thread Kalle Korhonen
Unfortunately it doesn't quite seem to work with ASM either, although this sounds like easier to fix. Here's the stack trace for a Trivial Tapestry app using 5.3.7 on Java 8: SEVERE: Exception starting filter Tapestry org.apache.tapestry5.ioc.internal.OperationException: Error building service pro

Re: Current Javassist incompatible with Java 8

2013-09-20 Thread Massimo Lusetti
On Thu, Sep 19, 2013 at 8:30 PM, Kalle Korhonen wrote: On Thu, Sep 19, 2013 at 11:18 AM, Howard Lewis Ship wrote: > > > That's a problem; any idea if the ASM code inside Plastic (for Tapestry > > 5.3+) works on JDK 8? > > Javassist is 100% gone in 5.4. > > > > Not yet but I'll try that out. > > Be

Current Javassist incompatible with Java 8

2013-09-19 Thread Kalle Korhonen
Just a heads up for anybody venturing to try running Tapestry 5 webapp on JRE8. Looks like the latest Javassist is incompatible, I'm getting a stack trace copied below on advised classes. Looks like a straight-up issue with Javassist. I didn't find any relevant bug open but I'll follow up with them

Re: Current Javassist incompatible with Java 8

2013-09-19 Thread Kalle Korhonen
On Thu, Sep 19, 2013 at 11:18 AM, Howard Lewis Ship wrote: > That's a problem; any idea if the ASM code inside Plastic (for Tapestry > 5.3+) works on JDK 8? > Javassist is 100% gone in 5.4. > Not yet but I'll try that out. Kalle > > I've seen some troubling discussions about bytecode changes i

Re: Current Javassist incompatible with Java 8

2013-09-19 Thread Howard Lewis Ship
That's a problem; any idea if the ASM code inside Plastic (for Tapestry 5.3+) works on JDK 8? Javassist is 100% gone in 5.4. I've seen some troubling discussions about bytecode changes in JDK 8 that are going to cause a lot of havoc. On Thu, Sep 19, 2013 at 11:12 AM, Kalle Korhonen wrote: > J