[java-identity-provider] branch dev/IDP-1595 updated (a0cc9af0e -> f096dbb02)
Rod Widdowson
rdw at steadingsoftware.com
Wed May 20 16:04:56 UTC 2020
This is an automated email from the git hooks/post-receive script.
rdw pushed a change to branch dev/IDP-1595
in repository java-identity-provider.
discards a0cc9af0e IDP-1595 Start to add the per plugin truststore
discards e10d8be60 IDP-1595 Resource construction can throw an exception
discards b5a6454e2 IDP-1595 Add a class to capture the current Plugin state
discards 5297a27a9 IDP-1595 Add Range checking to PluginVersion
discards 22d84b76d IDP-1595 Initial work
adds 1bf2e1ef0 Move runtime logging dependencies to idp-war-distribution
adds eddc6874a Remove unused runtime dependency
adds 97249ab41 IDP-1605 - AuthenticationResult reuseCondition not re-populated
adds f29b3d825 IDP-1611 remove rendudant property
new 9c8566be7 IDP-1595 Initial work
new ac2d3cd0a IDP-1595 Add Range checking to PluginVersion
new d5af89108 IDP-1595 Add a class to capture the current Plugin state
new a6c4a1e90 IDP-1595 Resource construction can throw an exception
new 96fcf84f4 IDP-1595 Start to add the per plugin truststore
new f096dbb02 IDP-1595 Add signature checking
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 (a0cc9af0e)
\
N -- N -- N refs/heads/dev/IDP-1595 (f096dbb02)
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 6 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/authn/AuthenticationFlowDescriptor.java | 13 +-
.../shibboleth/idp/authn/AuthenticationResult.java | 29 +++-
.../DefaultAuthenticationResultSerializerTest.java | 170 +++++++++++++++++----
idp-conf/src/main/resources/conf/ldap.properties | 1 -
idp-distribution/pom.xml | 17 ---
.../idp/installer/plugin/impl/TrustStore.java | 118 +++++++++++---
.../idp/installer/plugin/impl/TrustStoreTest.java | 52 ++++++-
.../net/shibboleth/idp/installer/plugin}/shib.ico | Bin
.../idp/installer/plugin/shib.ico.asc.bad | 17 +++
idp-war-distribution/pom.xml | 12 ++
10 files changed, 355 insertions(+), 74 deletions(-)
copy idp-installer/src/{main/wix => test/resources/net/shibboleth/idp/installer/plugin}/shib.ico (100%)
create mode 100644 idp-installer/src/test/resources/net/shibboleth/idp/installer/plugin/shib.ico.asc.bad
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list