We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While working in quarkiverse/quarkus-jgit#121, I noticed that Quarkus performs a filtering in the project dependencies, which in some cases may be a signed JAR, failing the build with a SecurityException (see quarkiverse/quarkus-jgit#121 (comment))
SecurityException
Do not modify signed JARs files or if modified, unsign them
The JAR is modified and the build fails with a SecurityException
See quarkiverse/quarkus-jgit#121 (comment)
uname -a
ver
macOS m1
java -version
JDK 17
No response
3.9.2
mvnw --version
gradlew --version
Apache Maven 3.9.6
The text was updated successfully, but these errors were encountered:
/cc @Karm (mandrel), @galderz (mandrel), @zakkak (mandrel,native-image)
Sorry, something went wrong.
Unsign JARs when filtering
9a40584
- Fixes quarkusio#40000
Successfully merging a pull request may close this issue.
Describe the bug
While working in quarkiverse/quarkus-jgit#121, I noticed that Quarkus performs a filtering in the project dependencies, which in some cases may be a signed JAR, failing the build with a
SecurityException
(see quarkiverse/quarkus-jgit#121 (comment))Expected behavior
Do not modify signed JARs files or if modified, unsign them
Actual behavior
The JAR is modified and the build fails with a SecurityException
How to Reproduce?
See quarkiverse/quarkus-jgit#121 (comment)
Output of
uname -a
orver
macOS m1
Output of
java -version
JDK 17
Mandrel or GraalVM version (if different from Java)
No response
Quarkus version or git rev
3.9.2
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.9.6
Additional information
No response
The text was updated successfully, but these errors were encountered: