-
Notifications
You must be signed in to change notification settings - Fork 418
sonarqube-10/25.2.0.102705 package update #41189
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
octo-sts
bot
commented
Feb 3, 2025
|
Please use 👍 or 👎 on this comment to indicate if you agree or disagree with the recommendation. To provide more detailed feedback please comment on the recommendation prefixed with /ai-verify: e.g. /ai-verify partially helpful but I also added bash to the build environment Gen AI suggestions to solve the build error: • Detected Error: "Hunk #1 FAILED at 12. 1 out of 1 hunk FAILED -- saving rejects to file gradle.properties.rej" • Error Category: Configuration/Patch • Failure Point: The patch step failed when trying to apply elastic-search-server.patch to gradle.properties • Root Cause Analysis: The patch is failing because the target file (gradle.properties) has likely changed in the newer version of SonarQube, causing the patch lines to no longer match the context • Suggested Fix:
• Explanation: Patch failures typically occur when the source file has changed significantly from when the patch was created. The fix either updates the patch file to match the new file structure or directly modifies the required property during build. • Additional Notes:
• References:
|
Signed-off-by: wolfi-bot <[email protected]>
Upstream now specify ElasticSearch version 8.16.3.
f04ca72 to
bbb36d6
Compare
|
For the failed malcontent scan, the sonarqube plugin jar files (sonar-csharp-plugin-10.6.0.109712.jar and sonar-vbnet-plugin-10.6.0.109712.jar) do indeed contain emmbedded zip files that contain sonarqube dlls. Malcontent has false positive markings for these, but I'm not sure why the aren't getting surfaced here. Marked as reviewed so shouldn't block merging. |