Uh oh!
There was an error while loading. Please reload this page.
Support for Spring Boot DevTools Restart - #172
Merged
Merged
Conversation
AB-xdev
commented
Oct 10, 2024
Member
- 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
AB-xdev
marked this pull request as draft
October 10, 2024 13:18
AB-xdev
marked this pull request as ready for review
October 11, 2024 11:16
JohannesRabauer
commented
Oct 14, 2024
Member
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. |
JohannesRabauer
commented
Oct 14, 2024
Member
Alright. This was basically an error with the |
xdev-gh-bot pushed a commit
that referenced
this pull request
Jul 7, 2025
…plugins-maven-gpg-plugin-3.x Update dependency org.apache.maven.plugins:maven-gpg-plugin to v3.2.8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



