Re: proxies and ClassWriter.COMPUTE_FRAME

2014-02-24 Thread Mark Struberg
Hi Romain! Can you please file a JIRA? Much better than just a mail ;) You can assign it to me, will take care. LieGrue, strub PS: I did not yet see any bugs with Java7 in OWB. But might really due to having target.version=1.6 in most of my projects. On Sunday, 23 February 2014, 22:26,

proxies and ClassWriter.COMPUTE_FRAME

2014-02-23 Thread Romain Manni-Bucau
Hi playing with sirona i realized that in java 7 i needed to add ClassWriter.COMPUTE_FRAME to the classwriter to generate java 7 code compliant with asm. Not sure tomee and owb are impacted (i guess while we generate java6 proxies it should be fine but also means we can't copy java 7 code).