This is an automated email from the ASF dual-hosted git repository.
cris pushed a change to branch SLING-10193/test-coverage
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git.
from 63cb2b1 add java coco to pom
add 129ab9c Sling 9397/improve test coverage (#70)
add 503f1a9 Merge branch 'SLING-9397/update-removed-saml-config-service'
of github.com:apache/sling-whiteboard into
SLING-9397/update-removed-saml-config-service
add 4506250 code coverage tool not working, commented out
add 50b8f55 Added tests for Helpers
add d89abef trying to get jacoco to report IT test coverage
add 7703273 fixed parent version
new 6228936 SAML Handler manages user sync with Saml2UserSyncService so
extending Jackrabbit ExternalUser is not needed
new a4615d8 continued doUserManagement testing
The 2 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:
saml-handler/pom.xml | 32 +--------
.../java/org/apache/sling/auth/saml2/Helpers.java | 77 +++++++++++-----------
.../org/apache/sling/auth/saml2/Saml2User.java | 38 +----------
.../saml2/impl/AuthenticationHandlerSAML2Impl.java | 14 ++--
.../sling/auth/saml2/{impl => }/SamlHandlerIT.java | 17 +++--
.../apache/sling/auth/saml2/impl/OsgiSamlTest.java | 66 +++++++++++++++----
6 files changed, 115 insertions(+), 129 deletions(-)
rename saml-handler/src/test/java/org/apache/sling/auth/saml2/{impl =>
}/SamlHandlerIT.java (96%)