[hibernate-dev] Is bytecode enhancement enabled by default in 5.3?

Luis Barreiro lbarreiro at redhat.com
Fri May 18 20:28:11 EDT 2018


I don't get your question.

Hibernate does not enhance the entities by itself, you have to 
explicitly use one of the build tool plugins (maven, gradle, ant) to 
perform that step.

Even then, the plugins have all the features disabled by default.

The support for enhanced entities in hibernate is not something you can 
enable or disable.

The only thing configurable is the bytecode provider, and that is 
something that has indeed changed for 5.3. AFAICT the generated bytecode 
should be identical.

Luis Barreiro

Middleware Performance Team

<https://red.ht/sig>

On 05/18/2018 08:38 PM, Gail Badner wrote:
> I don't think it is, just need to confirm.
>
> Thanks,
> Gail
> _______________________________________________
> 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