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
Since there is no version specified in either the dependency management nor parent, this results in an error (classes missing or semver compatibility issues). (solution now is exclude them all and specify add the dependencies ourselves)
Dependencies and versions used
1.8.0
Code example
If possible, an example project or snippet that reproduces the bug.
Stack trace and error logs
If an exception has been thrown or an error was logged by springwolf.
example semver
Some nested dependencies use another major version for org.springframework:spring-messaging:6.1.13
paths to dependency are:
+-xx
+-yy
+-io.github.springwolf:springwolf-core:1.8.0 (managed) <-- io.github.springwolf:springwolf-core:1.8.0
+-org.springframework:spring-messaging:6.1.13 [runtime] (managed) <-- org.springframework:spring-messaging:. [runtime]
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
Since 1.8.0 maven pom does not longer has a version for spring (and spring boot) dependencies, see https://repo1.maven.org/maven2/io/github/springwolf/springwolf-core/1.8.0/springwolf-core-1.8.0.pom
Since there is no version specified in either the dependency management nor parent, this results in an error (classes missing or semver compatibility issues). (solution now is exclude them all and specify add the dependencies ourselves)
Dependencies and versions used
1.8.0
Code example
If possible, an example project or snippet that reproduces the bug.
Stack trace and error logs
If an exception has been thrown or an error was logged by springwolf.
example semver
Some nested dependencies use another major version for org.springframework:spring-messaging:6.1.13
paths to dependency are:
+-xx
+-yy
+-io.github.springwolf:springwolf-core:1.8.0 (managed) <-- io.github.springwolf:springwolf-core:1.8.0
+-org.springframework:spring-messaging:6.1.13 [runtime] (managed) <-- org.springframework:spring-messaging:. [runtime]
The text was updated successfully, but these errors were encountered: