-
Notifications
You must be signed in to change notification settings - Fork 278
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
apache-tika version stream and cve fix #38207
apache-tika version stream and cve fix #38207
Conversation
4b74759
to
224063f
Compare
Gen AI suggestions to solve the build error: • Detected Error: • Error Category: Version/Configuration • Failure Point: git-checkout step in pipeline • Root Cause Analysis: The tag format in the Apache Tika repository uses a 'v' prefix for version tags (e.g., 'v3.0.0' instead of '3.0.0') • Suggested Fix: - uses: git-checkout
with:
repository: https://github.com/apache/tika
tag: v${{package.version}}
expected-commit: 9bcb38d6734ed9d5dcff617f316c535e844c68d1 • Explanation: • Additional Notes:
update:
enabled: true
github:
identifier: apache/tika
use-tag: true
tag-filter: v3.0. • References:
|
Gen AI suggestions to solve the build error: • Detected Error: The build log doesn't show an explicit error, but appears to stop after the git checkout step without proceeding to the Maven build steps. • Error Category: Build Configuration • Failure Point: After git checkout, before Maven build steps • Root Cause Analysis: • Suggested Fix: - uses: git-checkout
with:
repository: https://github.com/apache/tika
tag: v${{package.version}}
expected-commit: 9bcb38d6734ed9d5dcff617f316c535e844c68d1 • Explanation: • Additional Notes:
• References:
|
224063f
to
09f8699
Compare
Gen AI suggestions to solve the build error: • Detected Error: "Error: no dependencies or properties provides, use --dependencies/--patch-file or --properties/properties-file" • Error Category: Configuration • Failure Point: maven/pombump step in the pipeline • Root Cause Analysis: The pombump command is failing because it's missing required arguments for dependencies or properties. The pombump tool is used to modify Maven POM files but requires specific configuration. • Suggested Fix: - uses: maven/pombump
with:
file: pom.xml
properties:
project.version: ${{package.version}}
working-directory: tika-parent • Explanation: • Additional Notes:
• References:
|
09f8699
to
b0bc5b8
Compare
b0bc5b8
to
16790f9
Compare
Signed-off-by: Batuhan Apaydin <batuhan.apaydin@chainguard.dev>
16790f9
to
6317649
Compare
Fixes:
Related:
Pre-review Checklist
For new package PRs only
endoflife.date
)For new version streams
name: ${{package.name}}-compat
)provides:
logical unversioned forms of the package (e.g.nodejs
,nodejs-lts
)