Update nebula-publishing-plugin to 19.2.0#5704
Conversation
Gradle Check (Jenkins) Run Completed with:
|
|
@tlfeng FYI :) |
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Gradle Check (Jenkins) Run Completed with:
|
| Node root = xml.asNode(); | ||
| root.appendNode("name", project.getName()); | ||
| root.appendNode("description", project.getDescription()); | ||
| if (((NodeList) root.get("name")).isEmpty()) { |
There was a problem hiding this comment.
May conflict with com.netflix.nebula.maven-base-publish which adds name and description properties
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5704 +/- ##
============================================
+ Coverage 70.98% 71.07% +0.08%
- Complexity 58669 58675 +6
============================================
Files 4763 4764 +1
Lines 279945 279969 +24
Branches 40418 40423 +5
============================================
+ Hits 198731 198998 +267
+ Misses 64988 64705 -283
- Partials 16226 16266 +40 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Muting this SR test - #5714 |
|
The backport to To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/backport-2.x
# Create a new branch
git switch --create backport/backport-5704-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 3b51bc5bead2fde9674f8f989a8a390f9ecfa451
# Push it to GitHub
git push --set-upstream origin backport/backport-5704-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.xThen, create a pull request where the |
Signed-off-by: Andriy Redko <andriy.redko@aiven.io> Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
|
The backport to To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-1.x 1.x
# Navigate to the new working tree
pushd ../.worktrees/backport-1.x
# Create a new branch
git switch --create backport/backport-5704-to-1.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 3b51bc5bead2fde9674f8f989a8a390f9ecfa451
# Push it to GitHub
git push --set-upstream origin backport/backport-5704-to-1.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-1.xThen, create a pull request where the |
|
The backport to To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-1.3 1.3
# Navigate to the new working tree
pushd ../.worktrees/backport-1.3
# Create a new branch
git switch --create backport/backport-5704-to-1.3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 3b51bc5bead2fde9674f8f989a8a390f9ecfa451
# Push it to GitHub
git push --set-upstream origin backport/backport-5704-to-1.3
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-1.3Then, create a pull request where the |
Signed-off-by: Andriy Redko <andriy.redko@aiven.io> Signed-off-by: Andriy Redko <andriy.redko@aiven.io> (cherry picked from commit 3b51bc5)
Signed-off-by: Andriy Redko <andriy.redko@aiven.io> Signed-off-by: Andriy Redko <andriy.redko@aiven.io> (cherry picked from commit 3b51bc5) Signed-off-by: Marc Handalian <handalm@amazon.com>
Signed-off-by: Andriy Redko <andriy.redko@aiven.io> Signed-off-by: Andriy Redko <andriy.redko@aiven.io> (cherry picked from commit 3b51bc5) Signed-off-by: Marc Handalian <handalm@amazon.com>
Signed-off-by: Andriy Redko <andriy.redko@aiven.io> Signed-off-by: Andriy Redko <andriy.redko@aiven.io> (cherry picked from commit 3b51bc5) Signed-off-by: Marc Handalian <handalm@amazon.com>
Signed-off-by: Andriy Redko <andriy.redko@aiven.io> Signed-off-by: Andriy Redko <andriy.redko@aiven.io> (cherry picked from commit 3b51bc5) Signed-off-by: Marc Handalian <handalm@amazon.com>
Signed-off-by: Andriy Redko <andriy.redko@aiven.io> Signed-off-by: Andriy Redko <andriy.redko@aiven.io> (cherry picked from commit 3b51bc5)
Signed-off-by: Andriy Redko <andriy.redko@aiven.io> Signed-off-by: Andriy Redko <andriy.redko@aiven.io> (cherry picked from commit 3b51bc5)
Signed-off-by: Andriy Redko andriy.redko@aiven.io
Description
Update nebula-publishing-plugin to 19.2.0
Issues Resolved
Closes #5702
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.