This repository was archived by the owner on Jan 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 370
webflux + spring-cloud-aws + spring boot >2.2.0 fails to start #503
Labels
component: sns
SNS integration related issue
status: waiting-for-triage
An issue we've not yet triaged
Milestone
Comments
Have same issue with java 8. Works fine on java 11
|
Hi @mwesox, |
Another workaround is to add the needed web dependency:
And then disable the web-application in the properties if you don't need it. |
maciejwalkowiak
pushed a commit
to maciejwalkowiak/spring-cloud-aws
that referenced
this issue
May 30, 2020
maciejwalkowiak
pushed a commit
to maciejwalkowiak/spring-cloud-aws
that referenced
this issue
Oct 15, 2020
maciejwalkowiak
pushed a commit
to maciejwalkowiak/spring-cloud-aws
that referenced
this issue
Oct 15, 2020
maciejwalkowiak
pushed a commit
to maciejwalkowiak/spring-cloud-aws
that referenced
this issue
Oct 15, 2020
maciejwalkowiak
pushed a commit
to maciejwalkowiak/spring-cloud-aws
that referenced
this issue
Oct 15, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
component: sns
SNS integration related issue
status: waiting-for-triage
An issue we've not yet triaged
A starter project with webflux , spring cloud aws messaging and spring boot > 2.2.0 fails to start with the following error message.
Error:
java.lang.NoClassDefFoundError: org/springframework/web/servlet/config/annotation/WebMvcConfigurer
java.lang.ArrayStoreException: sun.reflect.annotation.TypeNotPresentExceptionProxy
The text was updated successfully, but these errors were encountered: