Branch: refs/heads/master
Home:
https://github.com/windup/windup
Commit: 0df1f8a1f0de023cbcbe3cfbdf38456e36e6c7b1
https://github.com/windup/windup/commit/0df1f8a1f0de023cbcbe3cfbdf38456e3...
Author: Carlos E. Feria Vila <carlosthe19916(a)gmail.com>
Date: 2022-12-19 (Mon, 19 Dec 2022)
Changed paths:
M utils/src/main/java/org/jboss/windup/util/ZipUtil.java
A utils/src/test/java/org/jboss/windup/util/ZipUtilTest.java
A utils/src/test/resources/TLS1.2_setting.zip
Log Message:
-----------
Be able to skip not readable entries in a Zip Stream (#1482)
* Be able to skip not readable entries in a Zip Stream
* Fix typo and change public by pritate in method declaration
* Call getNextEntry method