Thought I would comment just to confirm what JB said. I've been looking into Java 8ba good bit the last few months and I noticed that there were some fairly big changes to the byte code which causes inconpatibility with libraries that manipulate byte code at runtime.
In case it helps, I believe netbeans uses osgi and is also compatible with jdk 8. If it uses asm or anothet byte code manipulation library, that might provide some help figuring out what needs to be done. Ryan On Dec 5, 2013 8:23 AM, "Jean-Baptiste Onofré" <[email protected]> wrote: > It depends if we need an ASM update or not. > > Let me take a quick look on that, I will get back to you (at least in the > Jira). > > Regards > JB > > On 12/05/2013 02:14 PM, CLEMENT Jean-Philippe wrote: > >> Ok, well... from your experience, when could I expect a Java8 compliant >> version of Karaf? >> >> JP >> >> -----Message d'origine----- >> De : Jean-Baptiste Onofré [mailto:[email protected]] >> Envoyé : jeudi 5 décembre 2013 13:59 >> À : [email protected] >> Objet : Re: Karaf & Java8 >> >> Hi Jean-Philippe, >> >> not yet, we have to work on ASM for full support. >> >> I gonna take a look on that just after Karaf 3.0.0 release. >> >> Regards >> JB >> >> On 12/05/2013 01:50 PM, CLEMENT Jean-Philippe wrote: >> >>> Dear Karaf experts, >>> >>> It seems Karaf 3.0.0 RC1 doesn't work with Java8 (KARAF-2562). Is >>> there a workaround? >>> >>> JP >>> >>> >> -- >> Jean-Baptiste Onofré >> [email protected] >> http://blog.nanthrax.net >> Talend - http://www.talend.com >> >> > -- > Jean-Baptiste Onofré > [email protected] > http://blog.nanthrax.net > Talend - http://www.talend.com >
