spring-projects / spring-aot-smoke-tests

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

Add a reproducer for spring-projects/spring-framework#31050 #188

Closed sdeleuze closed 1 year ago

sdeleuze commented 1 year ago

The related error happen with Hibernate 6.2 with custom find methods on non-transactional use cases.

See spring-projects/spring-framework#31050 for more details.

@mhalbritter Up to you to decide if you merge it now or if you wait Spring Framework 6.0.12 which will contains the fix.

mhalbritter commented 1 year ago

LGTM. I'll merge it as soon as SF 6.0.12 is released.

sdeleuze commented 1 year ago

I added a reproducer for https://github.com/spring-projects/spring-framework/issues/29603 as well.

wilkinsona commented 1 year ago

Thanks, @sdeleuze. I've merged this into both 3.0.x and main.