[java-identity-provider] branch main updated (fb4b44189 -> 08f7f0260)
Rod Widdowson
rdw at steadingsoftware.com
Wed Nov 18 16:33:53 UTC 2020
This is an automated email from the git hooks/post-receive script.
rdw pushed a change to branch main
in repository java-identity-provider.
from fb4b44189 Update parent to 11.2.0-SNAPSHOT
new dfe4d95e6 Revise Windows Installer Versions
new 08f7f0260 IDP-1711 Add a simple program to look for duplicate jars/classes
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
idp-admin-impl/pom.xml | 8 +-
.../idp/admin/impl/JarCheckArguments.java | 83 +++++++
.../net/shibboleth/idp/admin/impl/JarCheckCLI.java | 274 +++++++++++++++++++++
idp-installer/pom.xml | 1 -
idp-installer/src/main/wix/MergeModule.wxs | 2 +-
idp-installer/src/main/wix/ShibbolethIdP-main.wxs | 2 +-
6 files changed, 366 insertions(+), 4 deletions(-)
create mode 100644 idp-admin-impl/src/main/java/net/shibboleth/idp/admin/impl/JarCheckArguments.java
create mode 100644 idp-admin-impl/src/main/java/net/shibboleth/idp/admin/impl/JarCheckCLI.java
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list