Changes since 24.5.0.alpha9
New features
-
Strongly cache Copilot files
Commit · Pull requestSpeeds up every reload as there is no need to check if the files have changed
Fixes
-
Use URLClassLoader with ResourceProvider in Maven plugins
Commit · Pull request · IssueResourceProvider ignored the actual project's resources when using the default ClassLoader. This resulted in loading
vaadin-featureflags.properties
from the vaadin-dev-bundle jar, even though there is a file in the project.