You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2022/09/02 09:33:20 UTC

[syncope] branch master updated (5119be8c25 -> c9cc09ad5c)

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 5119be8c25 [SYNCOPE-1694] Refactor ImplementationManager to allow either per-class and per-instance caches (#372)
     add c9cc09ad5c [SYNCOPE-1694] ImplementationManager in its own package

No new revisions were added by this update.

Summary of changes:
 .../syncope/core/logic/AbstractAnyLogic.java       |  2 +-
 .../DefaultPlainAttrValidationManager.java         |  2 +-
 .../persistence/jpa/dao/JPAImplementationDAO.java  |  2 +-
 .../core/persistence/jpa/dao/JPAUserDAO.java       |  2 +-
 .../core/provisioning/java/job/TaskJob.java        |  2 +-
 .../java/job/report/DefaultReportJobDelegate.java  |  2 +-
 .../notification/DefaultNotificationManager.java   |  2 +-
 .../AbstractPropagationTaskExecutor.java           |  3 +-
 .../pushpull/AbstractProvisioningJobDelegate.java  |  2 +-
 .../provisioning/java/pushpull/InboundMatcher.java |  2 +-
 .../java/pushpull/OutboundMatcher.java             |  2 +-
 .../java/pushpull/PullJobDelegate.java             |  2 +-
 .../java/pushpull/PushJobDelegate.java             |  2 +-
 .../core/provisioning/java/utils/MappingUtils.java |  2 +-
 .../implementation/ImplementationManager.java      |  5 +-
 .../spring/security/DefaultPasswordGenerator.java  |  2 +-
 .../ImplementationManagerTest.java                 |  4 +-
 .../spring/security/PasswordGeneratorTest.java     |  2 +-
 .../syncope/core/logic/oidc/OIDCUserManager.java   | 18 ++++--
 .../apache/syncope/core/logic/SAML2SP4UILogic.java | 73 ++++++++++++----------
 .../core/logic/saml2/SAML2SP4UIUserManager.java    | 16 +++--
 21 files changed, 87 insertions(+), 62 deletions(-)
 rename core/spring/src/test/java/org/apache/syncope/core/spring/{ => implementation}/ImplementationManagerTest.java (95%)