skrcode opened a new pull request, #4871: URL: https://github.com/apache/bookkeeper/pull/4871
Companion fix for #4849. The dependency upgrade itself builds successfully, but BookKeeper’s binary-license gate rejects the distributions because the four checked-in LICENSE/NOTICE manifests still name the nine Jetty 12.1.7 jars. This updates those exact entries and the Jetty source link to 12.1.10 in the all/server manifests. Verification on JDK 17 using disposable JAIPilot Remote hardware: - `mvn -T 4 -B -nsu clean install -Ddistributedlog -Dnative.io.pure.rust=true -DskipTests` - all 90 reactor modules completed successfully in 2m 15s - server, all, and bkctl binary distributions were produced - `dev/check-all-licenses` passed for all three archives - `git diff --check` The native module used the repository’s documented current-host pure-Rust profile because the remote image does not preinstall Zig/cargo-zigbuild. The source PR’s CI had already completed the cross-compiled build and failed only at the subsequent license-manifest check. The disposable workspace and uploaded source were deleted after verification. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
