Skip to content
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

Make entries for dependencies from server/build.gradle to gradle version catalog #16707

Merged
merged 6 commits into from
Dec 5, 2024

Conversation

cwperks
Copy link
Member

@cwperks cwperks commented Nov 22, 2024

Description

This PR starts to expand on the gradle version catalog by defining the [libraries] and [bundles] section of the version library. This starts to enable dependabot to make automated upgrades of these dependencies and makes managing bundles easier than managing bundles in individual build.gradle files.

Related Issues

Follow-up to #16284

Check List

  • Functionality includes testing.
  • API changes companion pull request created, if applicable.
  • Public documentation issue/PR created, if applicable.

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.

…ion catalog

Signed-off-by: Craig Perkins <cwperx@amazon.com>
@cwperks cwperks closed this Nov 22, 2024
Copy link
Contributor

❌ Gradle check result for 744698c: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Signed-off-by: Craig Perkins <cwperx@amazon.com>
@cwperks cwperks reopened this Nov 22, 2024
Copy link
Contributor

✅ Gradle check result for 1302917: SUCCESS

Copy link

codecov bot commented Nov 22, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 72.06%. Comparing base (d199096) to head (4181d1d).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
...ch/gradle/plugin/OptionalDependenciesPlugin.groovy 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #16707      +/-   ##
============================================
- Coverage     72.19%   72.06%   -0.14%     
+ Complexity    65274    65185      -89     
============================================
  Files          5318     5318              
  Lines        303993   303993              
  Branches      43990    43990              
============================================
- Hits         219461   219065     -396     
- Misses        66517    66982     +465     
+ Partials      18015    17946      -69     

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

Signed-off-by: Craig Perkins <cwperx@amazon.com>
Copy link
Contributor

✅ Gradle check result for 5168152: SUCCESS

Copy link
Contributor

github-actions bot commented Dec 4, 2024

✅ Gradle check result for 2d8cbbb: SUCCESS

Signed-off-by: Craig Perkins <cwperx@amazon.com>
Signed-off-by: Craig Perkins <cwperx@amazon.com>
@reta reta added the backport 2.x Backport to 2.x branch label Dec 5, 2024
Copy link
Contributor

github-actions bot commented Dec 5, 2024

✅ Gradle check result for 4181d1d: SUCCESS

@reta reta merged commit 75a2fc3 into opensearch-project:main Dec 5, 2024
40 of 43 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Dec 5, 2024
…ion catalog (#16707)

* Make entries for dependencies from server/build.gradle to gradle version catalog

Signed-off-by: Craig Perkins <cwperx@amazon.com>

* Handle NodeList

Signed-off-by: Craig Perkins <cwperx@amazon.com>

* Add CHANGELOG entry

Signed-off-by: Craig Perkins <cwperx@amazon.com>

* Use wildcard

Signed-off-by: Craig Perkins <cwperx@amazon.com>

* Add roaringbitmap

Signed-off-by: Craig Perkins <cwperx@amazon.com>

---------

Signed-off-by: Craig Perkins <cwperx@amazon.com>
(cherry picked from commit 75a2fc3)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
reta pushed a commit that referenced this pull request Dec 6, 2024
…ion catalog (#16707) (#16791)

* Make entries for dependencies from server/build.gradle to gradle version catalog



* Handle NodeList



* Add CHANGELOG entry



* Use wildcard



* Add roaringbitmap



---------


(cherry picked from commit 75a2fc3)

Signed-off-by: Craig Perkins <cwperx@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x Backport to 2.x branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants