-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Matej Vasek <[email protected]>
- Loading branch information
1 parent
6eac0d0
commit 8ee1591
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8ee1591
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure how this would handle a point release upgrade of boot that also needs a spring-cloud version upgrade. Typically the spring-cloud releases only supports a limited range of boot version. The current (2022.4) version supports up to 3.1.x but not the next 3.2.x versions.
8ee1591
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@trisberg how could I solve this? Can I use some bom specifying compatible cloud event version?
8ee1591
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@trisberg At worst we could merge this PR. If there is incompatibility in future test will tell us.
8ee1591
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could do the same for spring-cloud and use the latest - https://api.github.com/repos/spring-cloud/spring-cloud-release/releases/latest
There might be a gap of a few days between the boot release and the compatible spring-cloud release, but if tests catch any issues then we should be ok.
8ee1591
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The compatibility information is available here: https://github.com/spring-io/start.spring.io/blob/main/start-site/src/main/resources/application.yml#L86-L95