-
Notifications
You must be signed in to change notification settings - Fork 176
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
Project fails with Spring Boot 2.4.1 #12623
Labels
hilla
Issues related to Hilla
Comments
platosha
added a commit
that referenced
this issue
Dec 27, 2021
Fixes #12623 With Spring Boot 2.6, PathPattern matching is a default, however with 2.4 / 2.5 Spring MVC still uses string-based pattern matching for paths. This fixes compatibility with string-based pattern mapping mode when prepending the endpoint path prefix.
platosha
added a commit
that referenced
this issue
Dec 27, 2021
Fixes #12623 With Spring Boot 2.6, PathPattern matching is a default, however with 2.4 / 2.5 Spring MVC still uses string-based pattern matching for paths. This fixes compatibility with string-based pattern mapping mode when prepending the endpoint path prefix.
platosha
added a commit
that referenced
this issue
Dec 28, 2021
…lity Fixes #12623 With Spring Boot 2.6, PathPattern matching is a default, however with 2.4 / 2.5 Spring MVC still uses string-based pattern matching for paths. This fixes compatibility with string-based pattern mapping mode when prepending the endpoint path prefix.
platosha
added a commit
that referenced
this issue
Jan 3, 2022
…lity Fixes #12623 With Spring Boot 2.6, PathPattern matching is a default, however with 2.4 / 2.5 Spring MVC still uses string-based pattern matching for paths. This fixes compatibility with string-based pattern mapping mode when prepending the endpoint path prefix.
haijian-vaadin
pushed a commit
that referenced
this issue
Jan 3, 2022
…lity (#12642) (#12663) Fixes #12623 With Spring Boot 2.6, PathPattern matching is a default, however with 2.4 / 2.5 Spring MVC still uses string-based pattern matching for paths. This fixes compatibility with string-based pattern mapping mode when prepending the endpoint path prefix. Co-authored-by: Anton Platonov <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of the bug
The Vaadin Docs project runs fine on Vaadin v22.0.1 + Spring Boot 2.4.1. However, it fails with v22.0.2 + SB 2.4.1 with the error:
v22.0.2 + SB 2.6.1 works fine. Which makes me wonder if the fix for #12474 has actually broken the support for Spring 2.4.1? Or is this something peculiar to the docs project?
Expected behavior
The project should start without an error for the Vaadin v22.0.1 + Spring Boot 2.4.1 combo.
Minimal reproducible example
Run the Vaadin Docs project (default
latest
branch). Then change the Spring Boot version in thepom.xml
to 2.4.1.Versions
The text was updated successfully, but these errors were encountered: