-
Notifications
You must be signed in to change notification settings - Fork 101
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
chore: update spring-boot to 2.5.11 #1024
Closed
Closed
Conversation
This file contains 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
* Add pnpm.enable config property name Fixes #538
Fixes #7850 # Conflicts: # vaadin-spring/src/main/java/com/vaadin/flow/spring/VaadinServletContextInitializer.java
Related to / blocked by vaadin/flow#7872
this is related to platform ticket: vaadin/platform#794
Read vaadin.pnpm.enable from app properties file Fixes #597 Co-authored-by: Pekka Hyvönen <pekka@vaadin.com>
….3 (#624) Co-authored-by: Mehdi Javan <32511762+mehdi-vaadin@users.noreply.github.com>
Read properties using uniform name along with camel case Fixes #637
Unit tests for no custom push URL, custom URL with and without preceding slash, as well as custom URL with preceding "/vaadinservlet" Fixes vaadin/flow#9077
Added mock webpack.config.js to pass the compatibility/npm mode check
Build against the latest minor versions 2.4 and 2.4
Based on community feedback (https://vaadin.com/forum/thread/18465049/long-startup-time?utm_campaign=site_notifications&utm_medium=forum&utm_source=email). This is a common transitive dependency that easily adds tens of second of scan time. (cherry picked from commit e1b2967)
Part of #691 # Conflicts: # vaadin-spring/src/test/java/com/vaadin/flow/spring/VaadinServletContextInitializerTest.java
fixes #697 # Conflicts: # vaadin-spring/src/main/java/com/vaadin/flow/spring/VaadinServletContextInitializer.java # vaadin-spring/src/test/java/com/vaadin/flow/spring/VaadinServletContextInitializerTest.java
chore: update Flow version and initialize Spring boot app properly
…re beans (#711) * fix: initialize Lookup when app context is available * Implement SPI to initialize lookup when app context is available * Allow to use Spring beans in lookup * Make it possible to override Spring application configuration * fix: add configuration to Spring boot auto config fixes #710, #707, #712.
Run LookupServletContainerInitializer logic in Spring Boot case
Add suggestion to use whitelist if scanning is really slow. Fixes #927 Co-authored-by: caalador <mikael.grankvist@vaadin.com>
… (CP: 12.4) (#986) Actually in this branch, the test was already enabled
Co-authored-by: Artur <artur@vaadin.com> Co-authored-by: Anssi Tuominen <anssi.tuominen@vaadin.com>
Denis Anisimov seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Sign up for free
to 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.
No description provided.