You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
My project was running up and well but we had to upgrade the version because of many security vulnerabilities.
Project wont start anymore with the stack trace attached bellow.
Dependencies and versions used
spring-boot-starter-parent-3.3.1.pom
io.github.springwolf:springwolf-core 1.4.0
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'io.github.springwolf.core.configuration.SpringwolfUiResourceConfigurer': Unsatisfied dependency expressed through constructor parameter 2: No qualifying bean of type
'org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}
The text was updated successfully, but these errors were encountered:
The change is staged for release and will be part of the next release.
If you want to try and verify it in your application today,
use the latest 1.X.0-SNAPSHOT build as described in our README.md > Testing SNAPSHOT version
Describe the bug
My project was running up and well but we had to upgrade the version because of many security vulnerabilities.
Project wont start anymore with the stack trace attached bellow.
Dependencies and versions used
spring-boot-starter-parent-3.3.1.pom
io.github.springwolf:springwolf-core 1.4.0
Code example
Stack trace and error logs
2024-07-25T11:34:37.470 WARN 27104 --- [ restartedMain] onfigReactiveWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt:
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'io.github.springwolf.core.configuration.SpringwolfUiResourceConfigurer': Unsatisfied dependency expressed through constructor parameter 2: No qualifying bean of type
'org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}
The text was updated successfully, but these errors were encountered: