This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
from 80665a9707 [SYNCOPE-1879] managing ConnectorObjectIdentification
serialization/deserialization (#1076)
new bd74b2a3f3 [SYNCOPE-1878] Refactoring PriorityPropagationTaskExecutor
new 2510cbece1 [SYNCOPE-1881] Ensure to fetch the SP metadata value from
the matching AuthModule instance
new a75a07a630 Upgrading Tomcat
The 3 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:
.../console/wizards/AuthModuleWizardBuilder.java | 31 +++++++-
.../api/propagation/PropagationTaskCallable.java | 32 --------
.../DefaultPropagationTaskCallable.java | 88 ----------------------
.../PriorityPropagationTaskExecutor.java | 66 ++++++++++------
pom.xml | 2 +-
.../pac4j/saml/WASAML2ClientMetadataGenerator.java | 67 ++++++++++++++--
.../pac4j/saml/WASAML2MetadataResolver.java | 4 +-
7 files changed, 132 insertions(+), 158 deletions(-)
delete mode 100644
core/provisioning-api/src/main/java/org/apache/syncope/core/provisioning/api/propagation/PropagationTaskCallable.java
delete mode 100644
core/provisioning-java/src/main/java/org/apache/syncope/core/provisioning/java/propagation/DefaultPropagationTaskCallable.java