This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a change to branch mvn4 in repository https://gitbox.apache.org/repos/asf/maven-jarsigner.git
discard 18d03f1 mvn4 aggregator add 17fa2e8 Bump junit to 4.13.2 add b9604c6 Auto-link MSHARED Jira add 15c9bf9 [MNG-6829] Replace StringUtils#isEmpty(String) & #isNotEmpty(String) (#3) add cefe346 Add GHA setup add 6fdad62 Fix checkstyle add 8c1607a [MSHARED-1257] Require Java 8 add 70cae3f [MSHARED-1258] Upgrade parent pom to 39 add 29b7282 [MSHARED-1258] Reformat code add 9a0dd61 [MSHARED-1258] Ignore reformat commit add 8171a93 [MSHARED-1259] Require Maven 3.2.5+ add c59e2ba [MSHARED-1344] Support for tsapolicyid and tsadigestalg add 4b3cf61 [MSHARED-1258] Bump org.apache.maven.shared:maven-shared-components from 39 to 41 add 963e512 [MSHARED-1345] Bump org.apache.maven.shared:maven-shared-utils from 3.2.1 to 3.4.2 new 0921f71 mvn4 aggregator This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (18d03f1) \ N -- N -- N refs/heads/mvn4 (0921f71) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .asf.yaml | 11 ++ .../download.cgi => .git-blame-ignore-revs | 11 +- .asf.yaml => .github/dependabot.yml | 27 +-- .../workflows/maven-verify.yml | 19 +- pom.xml | 27 +-- .../shared/jarsigner/AbstractJarSignerRequest.java | 92 +++------ .../CommandLineConfigurationException.java | 21 +-- .../maven/shared/jarsigner/DefaultJarSigner.java | 73 +++----- .../apache/maven/shared/jarsigner/JarSigner.java | 11 +- .../jarsigner/JarSignerCommandLineBuilder.java | 207 +++++++++------------ .../maven/shared/jarsigner/JarSignerRequest.java | 40 ++-- .../shared/jarsigner/JarSignerSignRequest.java | 98 ++++++---- .../maven/shared/jarsigner/JarSignerUtil.java | 145 ++++++--------- .../shared/jarsigner/JarSignerVerifyRequest.java | 15 +- .../shared/jarsigner/AbstractJarSignerTest.java | 25 +-- .../maven/shared/jarsigner/JarSignerUtilTest.java | 62 +++--- .../maven/shared/jarsigner/SimpleJarSignTest.java | 61 +++--- 17 files changed, 414 insertions(+), 531 deletions(-) copy src/site/resources/download.cgi => .git-blame-ignore-revs (77%) copy .asf.yaml => .github/dependabot.yml (77%) copy src/site/resources/download.cgi => .github/workflows/maven-verify.yml (77%)