Skip to content

Conversation

@AjayRajNelapudi
Copy link
Contributor

@AjayRajNelapudi AjayRajNelapudi commented Jan 27, 2026

Description

  1. Consuming performance-analyzer-commons 2.1.1 on JDK21 with all versions bumped for OpenSearch 3.5 release. Takes in the following changes for 3.5 release.

  2. Jackson core and annotations have different minor versions in OpenSearch-3.5.0 snapshot. Since we're using the same variable for both, build fails with invalid version. Using the version as per 3.5 snapshot.

Related Issues

Resolves #[Issue number to be closed when this PR is merged]

Check List

  • New functionality includes testing.
  • New functionality has been documented.
  • API changes companion pull request created.
  • Commits are signed per the DCO using --signoff.
  • Public documentation issue/PR created.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@codecov
Copy link

codecov bot commented Jan 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 69.80%. Comparing base (9cb092f) to head (beeedbe).
⚠️ Report is 50 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #910      +/-   ##
============================================
- Coverage     70.88%   69.80%   -1.08%     
- Complexity      421      491      +70     
============================================
  Files            49       54       +5     
  Lines          3125     3520     +395     
  Branches        194      228      +34     
============================================
+ Hits           2215     2457     +242     
- Misses          785      911     +126     
- Partials        125      152      +27     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@AjayRajNelapudi AjayRajNelapudi force-pushed the pa-commons-bump branch 5 times, most recently from 925a6bc to 10c0fc6 Compare January 27, 2026 12:49
@Gaganjuneja Gaganjuneja changed the title Bump performance-analyzer-commons to v2.2.0 Bump performance-analyzer-commons to v2.1.0 Jan 27, 2026
@Gaganjuneja Gaganjuneja changed the title Bump performance-analyzer-commons to v2.1.0 Bump performance-analyzer-commons to v2.1.1 Jan 27, 2026
@Gaganjuneja
Copy link
Collaborator

Why there are jackson changes?

@AjayRajNelapudi
Copy link
Contributor Author

Why there are jackson changes?

jackson core and annotations have different minor versions in OpenSearch-3.5.0 snapshot. Since we're using the same variable for both, build fails with invalid version. Using the version as per 3.5 snapshot.

@Gaganjuneja
Copy link
Collaborator

Why there are jackson changes?

jackson core and annotations have different minor versions in OpenSearch-3.5.0 snapshot. Since we're using the same variable for both, build fails with invalid version. Using the version as per 3.5 snapshot.

Please update the description accordingly. Update the release notes as well.

Signed-off-by: Ajay Raj Nelapudi <ajnelapu@amazon.com>
@AjayRajNelapudi
Copy link
Contributor Author

Seems to be picking 2.15 commit 9cb092f and failing. Latest diff of codecov succeeds.

@Gaganjuneja Gaganjuneja merged commit 55ae9bb into opensearch-project:main Jan 27, 2026
5 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants