-
Notifications
You must be signed in to change notification settings - Fork 15
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
Fix stable/8.7 CI #1499
Fix stable/8.7 CI #1499
Conversation
Otherwise dependency management from parent on jackson get lost and the spring bom won, causing a version divergence.
Not needed for covergence management, as there is no conflict anymore.
@@ -73,7 +73,6 @@ | |||
<dependency.feel.version>1.17.7</dependency.feel.version> | |||
<dependency.findbugs.version>3.0.2</dependency.findbugs.version> | |||
<dependency.guava.version>33.2.0-jre</dependency.guava.version> | |||
<dependency.httpcore5.version>5.2.5</dependency.httpcore5.version> |
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.
this conflicted with camunda/camunda already being on a new minor release of http core. I decided to remove it as there is no convergence issue anymore.
It's manged via spring-boot bom.
tagging @rodrigo-lourenco-lopes as release manager, this should have been blocking the latest alpha release too, right? |
@megglos I was not aware of this issue, should this have been in the alpha release? |
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.
👍
if the alpha release build was still fine, no, this seems to have been caused by recent renovate updates on the mono-repo |
Description
This fixes the currently broken stable/8.7 CI, by: