-
-
Notifications
You must be signed in to change notification settings - Fork 505
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
Stable release 2.7.0 depends on Spring Cloud Milestone 4.2.0-M1 #2804
Comments
The current version of spring-cloud-function has been compiled with more recent version of kotlin: 2.1.0 That's why it hasn't been integrated in the first place. We could not wait for this issue to be fixed... I am adding a reproducer project the spring-cloud-function project. Maybe we will get a fix for it soon. |
Thanks @bnasslahsen i missed that sorry 😢 |
It's been addressed with spring-cloud/spring-cloud-function@0a43fc9 |
Describe the bug
As seen in the pom The release depends on a milestone. It's requiring a specific repository (and companies might block such kind of non final release artifacts)
To Reproduce
mvn dependency:list returns spring-cloud-function-web 4.2.0-M1
Expected behavior
mvn dependency:list should return spring-cloud-function-web 4.2.0
The text was updated successfully, but these errors were encountered: