-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Extra INFO log in Hibernate ORM HHH10005004: Stopping BeanContainer : %s #37735
Comments
Probably a good idea to add it to the filter list here: |
I'll add it to the filter and fix in ORM |
Actually, it's already in the filters since a couple of years, odd:
Might not be as trivial as I thought :) Anyway, fixed ORM upstream. |
Maybe Anyway... thanks Sanne. This should be fixed in Quarkus when https://hibernate.atlassian.net/browse/HHH-17659 gets fixed, which I think should be in Hibernate ORM 6.4.3. |
Update: this is going into ORM 6.5. |
Describe the bug
This log appears at least in some cases when stopping the application (in my case when config validation fails on native startup):
It's pointless, and badly formatted. We should drop it, or at least make it a DEBUG log.
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
I guess this happens with just about any app using Hibernate ORM, but here's where I noticed it: https://github.com/yrodiere/quarkus-playground/tree/i36376
Just change the Quarkus version to 999-SNAPSHOT and run
mvn clean verify -Dnative
.Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: