spring-projects / spring-aot-smoke-tests

Smoke tests for Spring's AOT and native support
https://spring-team-aot-smoke-tests-dashboard.azuremicroservices.io/
52 stars 35 forks source link

Add test for hibernate lazy loading using enhanced types #164

Closed christophstrobl closed 1 year ago

christophstrobl commented 1 year ago

This PR adds a test that uses hibernate Bytecode Enhancement to generate entities that have lazy loading capabilities added to the domain types so that those bits are baked right into the image.

mhalbritter commented 1 year ago

Nice, thanks!