-
Notifications
You must be signed in to change notification settings - Fork 167
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
fix: use Thread context ClassLoader for loading I18n ResourceBundle #19791
Merged
Commits on Aug 21, 2024
-
fix: use Thread context ClassLoader for loading I18n ResourceBundle
ResourceBundle caches resources internally, this affects translation resources for the I18n feature. However, after a hot reload of a SpringBoot application in dev mode, up-to-date translations are expected in the output. With this change, a RestartClassLoader is used in SpringBoot applications for loading translation ResourceBundle, so that the translation bundles are reloaded on hot reload. Fixes vaadin/hilla#2554
Configuration menu - View commit details
-
Copy full SHA for 4bcd731 - Browse repository at this point
Copy the full SHA 4bcd731View commit details -
fix: make sure DefaultInstantiator also uses thread context ClassLoad…
…er for menu and i18n resources
Configuration menu - View commit details
-
Copy full SHA for ef97f92 - Browse repository at this point
Copy the full SHA ef97f92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a9a309 - Browse repository at this point
Copy the full SHA 4a9a309View commit details -
Configuration menu - View commit details
-
Copy full SHA for da67716 - Browse repository at this point
Copy the full SHA da67716View commit details -
Configuration menu - View commit details
-
Copy full SHA for 868435a - Browse repository at this point
Copy the full SHA 868435aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b71ca94 - Browse repository at this point
Copy the full SHA b71ca94View commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9a7375f - Browse repository at this point
Copy the full SHA 9a7375fView commit details
Commits on Aug 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 00c9119 - Browse repository at this point
Copy the full SHA 00c9119View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4626db - Browse repository at this point
Copy the full SHA b4626dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 791a02c - Browse repository at this point
Copy the full SHA 791a02cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a46e92 - Browse repository at this point
Copy the full SHA 1a46e92View commit details
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.