[java-idp-oidc] branch master updated (02bc401 -> 734952e)
Henri Mikkonen
henri.mikkonen at iki.fi
Mon Feb 17 12:00:30 EST 2020
This is an automated email from the git hooks/post-receive script.
hjmikkon pushed a change to branch master
in repository java-idp-oidc.
from 02bc401 Attempt #2: use "default" parent project name from Eclipse.
new 57b75a0 Fixed the worst Javadoc errors causing e.g. mvn javadoc:javadoc to fail.
new 734952e Removed obsolote 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:
.../metadata/impl/AbstractOIDCEntityResolver.java | 6 +-
.../oidc/profile/action/impl/EncodeMessage.java | 186 ---------------------
.../oidc/profile/action/impl/package-info.java | 20 ---
.../AbstractOIDCAuthenticationRequestAction.java | 6 +-
.../profile/impl/AbstractOIDCRequestAction.java | 3 +-
.../impl/AbstractOIDCTokenRequestAction.java | 7 +-
.../impl/AbstractOIDCUserInfoRequestAction.java | 7 +-
.../impl/AbstractOIDCUserInfoResponseAction.java | 10 +-
...stractOIDCUserInfoValidationResponseAction.java | 9 +-
.../impl/SetRequestedClaimsToResponseContext.java | 2 -
.../profile/action/impl/EncodeMessageTest.java | 154 -----------------
11 files changed, 32 insertions(+), 378 deletions(-)
delete mode 100644 idp-oidc-extension-impl/src/main/java/org/geant/idpextension/oidc/profile/action/impl/EncodeMessage.java
delete mode 100644 idp-oidc-extension-impl/src/main/java/org/geant/idpextension/oidc/profile/action/impl/package-info.java
delete mode 100644 idp-oidc-extension-impl/src/test/java/org/geant/idpextension/oidc/profile/action/impl/EncodeMessageTest.java
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list