[java-identity-provider] branch dev/IDP-1757 updated (60942fe72 -> 9c073d3e5)
Rod Widdowson
rdw at steadingsoftware.com
Mon May 31 15:10:23 UTC 2021
This is an automated email from the git hooks/post-receive script.
rdw pushed a change to branch dev/IDP-1757
in repository java-identity-provider.
discards 60942fe72 IDP-1757 Command line tool to emit IdP Metadata
adds b6800e8cf IDP-1812 - Make consent attribute logging less noisy
adds f963a33ce idp.authn.Duo.addDefaultPrincipals property not honored by DuoWeb bean
adds 8b2636d61 Lock parent version for new release
adds 1142abf1c Update files to be tagged for release
adds 161961e7b Bump version after release
adds 99d1715ac Update files to be tagged for release
adds 367c8c718 Bump version after release
adds 1becabae5 Speculatively move windows installers to 4.1.3
new 9c073d3e5 IDP-1757 Command line tool to emit IdP Metadata
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 (60942fe72)
\
N -- N -- N refs/heads/dev/IDP-1757 (9c073d3e5)
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 "omits" are not gone; other references still
refer to them. Any revisions marked "discards" 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 "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
idp-admin-api/pom.xml | 2 +-
idp-admin-impl/pom.xml | 2 +-
idp-attribute-api/pom.xml | 2 +-
idp-attribute-filter-api/pom.xml | 2 +-
idp-attribute-filter-impl/pom.xml | 2 +-
idp-attribute-filter-spring/pom.xml | 2 +-
idp-attribute-impl/pom.xml | 2 +-
idp-attribute-resolver-api/pom.xml | 2 +-
idp-attribute-resolver-impl/pom.xml | 2 +-
idp-attribute-resolver-spring/pom.xml | 2 +-
idp-authn-api/pom.xml | 2 +-
idp-authn-impl/pom.xml | 2 +-
idp-bom/pom.xml | 2 +-
idp-cas-api/pom.xml | 2 +-
idp-cas-impl/pom.xml | 2 +-
idp-conf-impl/pom.xml | 2 +-
.../shibboleth/idp/flows/authn/duo-authn-beans.xml | 2 +-
idp-conf/pom.xml | 2 +-
idp-consent-api/pom.xml | 2 +-
idp-consent-impl/pom.xml | 2 +-
.../ar/impl/PopulateAttributeReleaseContext.java | 4 +-
idp-core/pom.xml | 2 +-
idp-distribution/pom.xml | 2 +-
idp-installer/pom.xml | 2 +-
.../impl/MetadataGeneratorParametersImpl.java | 20 +--
.../installer/metadatagen/impl/MetadataGenCLI.java | 189 ++++++++++++++-------
.../impl/MetadataGenCommandLineArguments.java | 118 ++++++-------
.../impl/MetadataGenParameters.java} | 82 +++------
.../idp/installer/metadata-generator.xml | 5 +-
.../metadatagen.xml} | 7 +-
idp-installer/src/main/wix/MergeModule.wxs | 2 +-
idp-installer/src/main/wix/ShibbolethIdP-main.wxs | 2 +-
.../metadatagen/impl/MetadataGenTest.java | 37 +++-
idp-parent/pom.xml | 10 +-
idp-profile-api/pom.xml | 2 +-
idp-profile-impl/pom.xml | 2 +-
idp-profile-spring/pom.xml | 2 +-
idp-saml-api/pom.xml | 2 +-
idp-saml-impl/pom.xml | 2 +-
idp-schema/pom.xml | 2 +-
idp-session-api/pom.xml | 2 +-
idp-session-impl/pom.xml | 2 +-
idp-tests-bom/pom.xml | 2 +-
idp-ui/pom.xml | 2 +-
idp-war-distribution/pom.xml | 2 +-
idp-war/pom.xml | 2 +-
46 files changed, 305 insertions(+), 241 deletions(-)
copy idp-installer/src/main/java/net/shibboleth/idp/installer/{metadata/impl/MetadataGeneratorParametersImpl.java => metadatagen/impl/MetadataGenParameters.java} (80%)
copy idp-installer/src/main/resources/net/shibboleth/idp/installer/{metadata-generator.xml => metadatagen/metadatagen.xml} (82%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list