-
Notifications
You must be signed in to change notification settings - Fork 41.1k
Hang on AbstractEntityManagerFactoryBean.getNativeEntityManagerFactory() #23735
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks @izeye. You can workaround the problem for now by adding @jhoeller it looks like the fix to let us run database init as part of the EMF lock leads to another problem. |
I've created spring-projects/spring-framework#25930 |
The fix was applied in |
This commit also removes a workaround for spring-projects/spring-boot#23735 and adds spring.datasource.username property to work with the changes made in spring-projects/spring-boot#23693.
Upgrading from Spring Boot 2.4.0-M3 to 2.4.0-M4 causes a hang on
AbstractEntityManagerFactoryBean.getNativeEntityManagerFactory()
.A thread dump of
main
thread when the hang happens is as follows:This is a project that can be used to reproduce it: https://github.com/izeye/my-dictionary/tree/spring-boot-gh-23735 (
spring-boot-gh-23735
branch)Just running it as follows causes a hang:
The text was updated successfully, but these errors were encountered: