How to see if Bytecode Enhancement works or not

Check out my GitHub repository.

If you enable enableLazyInitialization and run:

mvn clean test-compile

and go to core/target/classes, you’ll see the entity classes are enhanced.

Also, Maven tells you that it enhances classes when running test-compile.