-
Notifications
You must be signed in to change notification settings - Fork 19
Add missing dependencies #175
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! 💯
@ppkarwasz
|
The usage of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much @alan0428a! I've dropped some remarks.
Note that you also need to update generate-email.sh
too:
Index: .github/generate-email.sh
===================================================================
diff --git a/.github/generate-email.sh b/.github/generate-email.sh
--- a/.github/generate-email.sh (revision faafe70f9b65a2f64a963cd5bf3040358c175e88)
+++ b/.github/generate-email.sh (date 1739530067671)
@@ -28,12 +28,12 @@
fail_for_invalid_args() {
stderr "Invalid arguments!"
- stderr "Expected arguments: <vote|announce> <version> <commitId>"
+ stderr "Expected arguments: <vote|announce> <version> <commitId> <nexusUrl>"
exit 1
}
# Check arguments
-[ $# -ne 3 ] && fail_for_invalid_args
+[ $# -ne 4 ] && fail_for_invalid_args
# Constants
PROJECT_NAME="Apache Log4j Tools"
@@ -43,6 +43,7 @@
PROJECT_REPO="https://github.com/apache/logging-log4j-tools"
PROJECT_VERSION="$2"
COMMIT_ID="$3"
+NEXUS_URL="$4"
PROJECT_DIST_URL="https://dist.apache.org/repos/dist/dev/logging/$PROJECT_ID/$PROJECT_VERSION"
# Check release notes file
@@ -71,7 +72,7 @@
GitHub: $PROJECT_REPO
Commit: $COMMIT_ID
Distribution: $PROJECT_DIST_URL
-Nexus: https://repository.apache.org/content/repositories/orgapachelogging-<FIXME>
+Nexus: $NEXUS_URL
Signing key: 0x077e8893a6dcc33dd4a4d5b256e73ba9a0b592d0
Review kit: https://s.apache.org/logging-parent-release-review-kit
See the logging-parent
release notes for details.
The new Error Prone from
Line 185 in eed1771
Can you fix this? |
@ppkarwasz fixed. Thanks. |
Apparently there is still one required change: the workflows in |
@ppkarwasz |
Thanks, this is ready to merge! In all our repos we require signed Git commit, which means that I can not merge until all commits are signed.
|
cc57a5c
to
dc6cde7
Compare
@ppkarwasz |
@alan0428a, thanks! |
Add missing dependencies because of upgrading to logging-parent 12.0.0
relate PR: apache/logging-parent#265
Checklist
./mvnw verify
succeeds (if it fails due to code formatting issues reported by Spotless, simply runspotless:apply
, and retry)src/changelog/.0.x.x
folder