-
Notifications
You must be signed in to change notification settings - Fork 1
Support for Spring Boot DevTools Restart #172
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
Conversation
AB-xdev
commented
Oct 10, 2024
- Add support for shuting down the storage during application shutdown
- By default only enabled when Spring DevTools are active
- This should fix "StorageExceptionInitialization: Active storage for ... already exists" errors during DevTools restart
- By default only enabled when Spring DevTools are active
Tried the code in the demo by adding spring-dev-tools to it. After the second start i immediately receive following error:
The image suggest, that there is a different version of the class "VersionedRoot" in the store than it is in the current ClassLoader. That is a pretty huge problem. In this specific instance, it could be fixed pretty easily, but if the user tries to do something like that in the application, it will fail as well. |
Alright. This was basically an error with the |
|