You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop and ban commons-io dependency from quarkus-core-deployment
This also update forbiddenapis to 3.4 and substitute calls to
org.apache.commons.io.IOUtils#copy(java.io.InputStream,java.io.OutputStream) and
org.apache.commons.compress.utils.IOUtils#copy(java.io.InputStream,java.io.OutputStream)
using java.io.InputStream#transferTo(java.io.OutputStream)
Signed-off-by: Jorge Solórzano <[email protected]>
Copy file name to clipboardExpand all lines: build-parent/pom.xml
+1-1
Original file line number
Diff line number
Diff line change
@@ -159,7 +159,7 @@
159
159
<revapi.buildFailureMessage>Run "jbang revapi-update" to update api-changes.xml file and also add the justification for those changes in that file.</revapi.buildFailureMessage>
Copy file name to clipboardExpand all lines: extensions/amazon-lambda/common-deployment/src/main/java/io/quarkus/amazon/lambda/deployment/FunctionZipProcessor.java
0 commit comments