Skip to content
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.6.2 #940

Merged
merged 1 commit into from
Dec 22, 2021
Merged

chore: update spring-boot to 2.6.2 #940

merged 1 commit into from
Dec 22, 2021

Conversation

Artur-
Copy link
Member

@Artur- Artur- commented Nov 22, 2021

No description provided.

@Artur- Artur- closed this Nov 24, 2021
@Artur- Artur- reopened this Nov 25, 2021
@Artur-
Copy link
Member Author

Artur- commented Nov 29, 2021

Fails in test-ts-services with

[14:54:37] :	 [Step 3/7] 2021-11-29 12:54:37.103  WARN 5606 --- [           main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'requestMappingHandlerMapping' defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class]: Invocation of init method failed; nested exception is java.lang.NullPointerException

@Artur- Artur- changed the title chore: update spring-boot to 2.6.0 chore: update spring-boot to 2.6.1 Nov 29, 2021
@platosha
Copy link

Fails in test-ts-services with

[14:54:37] :	 [Step 3/7] 2021-11-29 12:54:37.103  WARN 5606 --- [           main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'requestMappingHandlerMapping' defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class]: Invocation of init method failed; nested exception is java.lang.NullPointerException

Seems that we need to support the PathPattern based mapping to fix this, here is the PR vaadin/flow#12474

@Artur-
Copy link
Member Author

Artur- commented Nov 30, 2021

The next problem seems to be

java.lang.AbstractMethodError: Receiver class org.springframework.boot.web.servlet.filter.ErrorPageSecurityFilter does not define or inherit an implementation of the resolved method 'abstract void init(javax.servlet.FilterConfig)' of interface javax.servlet.Filter.

when running the app as a war using jetty:run

@Artur-
Copy link
Member Author

Artur- commented Nov 30, 2021

@Artur- Artur- changed the title chore: update spring-boot to 2.6.1 chore: update spring-boot to 2.6.2 Dec 10, 2021
@Artur- Artur- changed the title chore: update spring-boot to 2.6.2 wip: update spring-boot to 2.6.2 Dec 10, 2021
@Artur- Artur- force-pushed the Artur--patch-2 branch 2 times, most recently from 01a0515 to e46043b Compare December 16, 2021 10:32
@Artur- Artur- changed the title wip: update spring-boot to 2.6.2 chore: update spring-boot to 2.6.2 Dec 16, 2021
@caalador caalador merged commit f22879d into master Dec 22, 2021
@caalador caalador deleted the Artur--patch-2 branch December 22, 2021 11:35
manolo pushed a commit to vaadin/flow that referenced this pull request Feb 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants