spring-projects / spring-aot-smoke-tests

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

Smoke test for issue with JPA call from init method #183

Closed derkoe closed 11 months ago

derkoe commented 1 year ago

Hibernate queries do not work when called from afterPropertiesSet() with native image.

This adds a smoke test to check for that.

See https://github.com/oracle/graalvm-reachability-metadata/issues/324

wilkinsona commented 11 months ago

I believe this has been fixed by https://github.com/spring-projects/spring-framework/issues/31050.

pivotal-cla commented 11 months ago

@derkoe Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

pivotal-cla commented 11 months ago

@derkoe Thank you for signing the Contributor License Agreement!

wilkinsona commented 11 months ago

Thanks, @derkoe. As hoped, this now works as expected.