This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a change to branch 4_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
from 88878f9864 [SYNCOPE-1879] managing ConnectorObjectIdentification
serialization/deserialization (#1076)
new 17dfdfcd0a Upgrading Tomcat
new 69fa6b65b0 [SYNCOPE-1878] Refactoring PriorityPropagationTaskExecutor
new 40f3850eef [SYNCOPE-1881] Ensure to fetch the SP metadata value from
the matching AuthModule instance
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