-
Notifications
You must be signed in to change notification settings - Fork 60
[AUTO] Increment version to 3.5.0-SNAPSHOT #1289
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
Conversation
opensearch-trigger-bot
bot
commented
Dec 22, 2025
- Incremented version to 3.5.0-SNAPSHOT.
b0e9e93 to
4030faa
Compare
4030faa to
1fba885
Compare
|
@dbwiddis you can merge this PR now. |
|
@dbwiddis @owaiskazi19 to fix the build https://github.com/opensearch-project/flow-framework/blob/main/build.gradle#L254 we need to make a change from versions.jackson to versions.jackson_annotations. |
Signed-off-by: opensearch-ci-bot <[email protected]>
1fba885 to
ff5ca80
Compare
Yeah, problem is if we commit that version change here, automation might overwrite before we merge. I'll give it a shot. |
|
Now it's a bunch of other jar hell for BWC based on zip files, need to make sure all our upstream dependencies have published zips. |
|
|
Looks like SDK repo needs to update the jackson annotations as well, and publish a new snapshot. I'll nag a maintainer there. ;) |
Signed-off-by: Daniel Widdis <[email protected]>
49dd24d to
707dde1
Compare
Signed-off-by: Daniel Widdis <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1289 +/- ##
=========================================
Coverage 77.46% 77.46%
Complexity 1260 1260
=========================================
Files 106 106
Lines 5901 5901
Branches 612 612
=========================================
Hits 4571 4571
Misses 1034 1034
Partials 296 296 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Daniel Widdis <[email protected]>
72c382e to
7339325
Compare