-
Notifications
You must be signed in to change notification settings - Fork 416
apache-nifi/2.7.1 package update #75501
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
📦 Build Failed: Missing Dependency
Build Details
Root Cause Analysis 🔍The Maven build is trying to import a POM dependency 'org.eclipse.jetty.ee11:jetty-ee11-bom:pom:12.0.25' that does not exist in the central Maven repository. This appears to be caused by the pombump tool incorrectly patching the Jetty version to 12.0.25, but the ee11 module for that version is not available in the repository. Was this comment helpful? Please use 👍 or 👎 reactions on this comment. |
739cfb4 to
9aea688
Compare
- Bump jetty-ee11-bom from 12.0.25 to 12.1.5 in pombump-deps.yaml; 12.0.25 doesn't exist in Maven Central (verified via central.sonatype.com), causing import failure.
- Update jetty-http2-common to 12.1.5 to match BOM version.
- Change Maven command from -TMAVEN THREADSC to MAVEN THREADSC to−T{MAVEN_THREADS}; -T1C uses 1 thread per CPU core (multi-threaded), not single thread as intended, leading to lock errors. -T1 ensures true single-threading.
Signed-off-by: Debasish Biswas <debasishbsws.dev@gmail.com>
9aea688 to
5aee8fa
Compare
Signed-off-by: Debasish Biswas <debasish.biswas@chainguard.dev>
Commit: 034cf843c1e8d63d218871a1478e2eeaa3532dca