[hibernate-dev] Bytecode enhancement

Ales Justin ales.justin at gmail.com
Wed Mar 19 14:57:57 EDT 2014


Perhaps see if this can be of any use to you:
* https://github.com/alesj/maven-transformer-plugin

I'm using this as part of CapeDwarf's GAE jar transformation.
* https://github.com/capedwarf/capedwarf-blue/blob/master/bytecode/src/main/java/org/jboss/capedwarf/bytecode/CapedwarfTransformerMojo.java

> On Mar 19, 2014, at 19:09, Guillaume Smet <guillaume.smet at gmail.com> wrote:
> 
> On Wed, Mar 19, 2014 at 6:06 PM, Emmanuel Bernard
> <emmanuel at hibernate.org> wrote:
>> My comment about bytecode enhancement was at a time where Hibernate ORM
>> did not make as much optimizations as it does now.
>> In an ideal world, the bytecode enhancement is triggered at startup time
>> like we do for Java EE. I am not sure if that's doable in your
>> environment though.
> 
> We are in a Tomcat + Spring environment so I don't think it's doable
> and we have to stick to compile time enhancement.
> 
> I'll see if we can commit some time to put the Maven plugin in shape.
> 
> -- 
> Guillaume
> _______________________________________________
> hibernate-dev mailing list
> hibernate-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev



More information about the hibernate-dev mailing list