-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Convert transport-reactor-netty4 to use gradle version catalog #17233
Convert transport-reactor-netty4 to use gradle version catalog #17233
Conversation
… catalog Signed-off-by: Craig Perkins <cwperx@amazon.com>
Signed-off-by: Craig Perkins <cwperx@amazon.com>
❕ Gradle check result for 9964fb8: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #17233 +/- ##
============================================
+ Coverage 72.31% 72.38% +0.06%
+ Complexity 65549 65523 -26
============================================
Files 5295 5291 -4
Lines 304965 304432 -533
Branches 44291 44207 -84
============================================
- Hits 220536 220359 -177
+ Misses 66376 66063 -313
+ Partials 18053 18010 -43 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Craig Perkins <cwperx@amazon.com>
Signed-off-by: Craig Perkins <cwperx@amazon.com>
Signed-off-by: Craig Perkins <cwperx@amazon.com>
Signed-off-by: Craig Perkins <cwperx@amazon.com>
Signed-off-by: Craig Perkins <cwperx@amazon.com>
Signed-off-by: Craig Perkins <cwperx@amazon.com>
plugins/transport-nio/licenses/netty-codec-dns-4.1.117.Final.jar.sha1
Outdated
Show resolved
Hide resolved
Signed-off-by: Craig Perkins <cwperx@amazon.com>
Signed-off-by: Craig Perkins <cwperx@amazon.com>
Sorry @cwperks , why we target 3.0 only? Catalogs are backported back to |
yes, but isn't 2.19 the last 2.x release? I was getting into the habit of putting it into the 3.0 CHANGELOG now but I can move it. |
I think we would still be doing at least patch releases and bugfixes (the same we've been doing with 1.3), so the changes would have to be backported to 2.19, more diverging these branches become - more difficult it is going to be to maintain them. |
Signed-off-by: Craig Perkins <cwperx@amazon.com>
Got it, switched the CHANGELOG entry to put it in the 2.x CHANGELOG. |
❕ Gradle check result for 62ba7f3: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
* Move transport-nio and transport-reactor-netty4 to use gradle version catalog Signed-off-by: Craig Perkins <cwperx@amazon.com> * Add to CHANGELOG Signed-off-by: Craig Perkins <cwperx@amazon.com> * test dependabot Signed-off-by: Craig Perkins <cwperx@amazon.com> * Monitor root dir Signed-off-by: Craig Perkins <cwperx@amazon.com> * Reference version catalog in settings.gradle Signed-off-by: Craig Perkins <cwperx@amazon.com> * Add mavenCentral Signed-off-by: Craig Perkins <cwperx@amazon.com> * Remove section from settings.gradle Signed-off-by: Craig Perkins <cwperx@amazon.com> * Test 2 repositories sections Signed-off-by: Craig Perkins <cwperx@amazon.com> * Add separate repositories section for dependency resolution Signed-off-by: Craig Perkins <cwperx@amazon.com> * Remove top-level repositories Signed-off-by: Craig Perkins <cwperx@amazon.com> * Revert changes in dependabot.yml Signed-off-by: Craig Perkins <cwperx@amazon.com> * Update CHANGELOG entry Signed-off-by: Craig Perkins <cwperx@amazon.com> * Remove files from transport-nio Signed-off-by: Craig Perkins <cwperx@amazon.com> * Hyphenate the dependency Signed-off-by: Craig Perkins <cwperx@amazon.com> * Switch CHANGELOG Signed-off-by: Craig Perkins <cwperx@amazon.com> --------- Signed-off-by: Craig Perkins <cwperx@amazon.com> (cherry picked from commit 8089b61) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
… (#17276) * Move transport-nio and transport-reactor-netty4 to use gradle version catalog * Add to CHANGELOG * test dependabot * Monitor root dir * Reference version catalog in settings.gradle * Add mavenCentral * Remove section from settings.gradle * Test 2 repositories sections * Add separate repositories section for dependency resolution * Remove top-level repositories * Revert changes in dependabot.yml * Update CHANGELOG entry * Remove files from transport-nio * Hyphenate the dependency * Switch CHANGELOG --------- (cherry picked from commit 8089b61) 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>
Description
This PR is a continuation of work to move more modules to use the gradle version catalog as a central store for versions of dependencies. The advantage of using a gradle version catalog over the previous
buildSrc/version.properties
is that dependabot is able to monitor the catalog and create automated dependency update PRs.Check List
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.