This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a change to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git.


    from 4498438  Upgrading CodeMirror, AspectJ, Wicket, JUnit and 
asciidoctor-maven-plugin
     new b2c7e7d  [SYNCOPE-1457] Applying the suggested fix + moving classes to 
move appropriate places
     new 7aed853  Upgrading docker-maven-plugin

The 6361 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:
 .../syncope/core/persistence/jpa/dao/JPAUserDAO.java       |  4 ++--
 .../core/persistence/jpa/DummyImplementationLookup.java    |  4 ++--
 .../syncope/core/persistence/jpa/inner/UserTest.java       |  2 +-
 .../syncope/core/provisioning/java/MappingManagerImpl.java |  2 +-
 .../core/provisioning/java/utils/ConnObjectUtils.java      |  8 ++++----
 .../core/provisioning/java/DummyImplementationLookup.java  |  4 ++--
 .../core/spring}/policy/AccountPolicyException.java        |  2 +-
 .../syncope/core/spring/policy}/DefaultAccountRule.java    |  3 +--
 .../syncope/core/spring/policy}/DefaultPasswordRule.java   |  4 +---
 .../core/spring/policy}/HaveIBeenPwnedPasswordRule.java    |  3 +--
 .../core/spring}/policy/InvalidPasswordRuleConf.java       |  2 +-
 .../core/spring}/policy/PasswordPolicyException.java       |  2 +-
 .../syncope/core/spring}/policy/PolicyException.java       |  2 +-
 .../apache/syncope/core/spring}/policy/PolicyPattern.java  | 14 ++++++++++----
 .../core/spring/security/DefaultPasswordGenerator.java     |  9 ++++-----
 .../syncope/core/spring/security/PasswordGenerator.java    |  2 +-
 .../syncope/core/spring/security/SecureRandomUtils.java    |  2 +-
 .../core/spring/security/PasswordGeneratorTest.java        |  4 ++--
 .../syncope/fit/core/reference/ITImplementationLookup.java |  6 +++---
 .../apache/syncope/fit/core/reference/TestAccountRule.java |  2 +-
 .../syncope/fit/core/reference/TestPasswordRule.java       |  2 +-
 pom.xml                                                    |  2 +-
 22 files changed, 43 insertions(+), 42 deletions(-)
 rename 
core/{provisioning-api/src/main/java/org/apache/syncope/core/provisioning/api/utils
 => 
spring/src/main/java/org/apache/syncope/core/spring}/policy/AccountPolicyException.java
 (94%)
 rename 
core/{persistence-jpa/src/main/java/org/apache/syncope/core/persistence/jpa/dao 
=> 
spring/src/main/java/org/apache/syncope/core/spring/policy}/DefaultAccountRule.java
 (97%)
 rename 
core/{persistence-jpa/src/main/java/org/apache/syncope/core/persistence/jpa/dao 
=> 
spring/src/main/java/org/apache/syncope/core/spring/policy}/DefaultPasswordRule.java
 (97%)
 rename 
core/{persistence-jpa/src/main/java/org/apache/syncope/core/persistence/jpa/dao 
=> 
spring/src/main/java/org/apache/syncope/core/spring/policy}/HaveIBeenPwnedPasswordRule.java
 (97%)
 rename 
core/{provisioning-api/src/main/java/org/apache/syncope/core/provisioning/api/utils
 => 
spring/src/main/java/org/apache/syncope/core/spring}/policy/InvalidPasswordRuleConf.java
 (95%)
 rename 
core/{provisioning-api/src/main/java/org/apache/syncope/core/provisioning/api/utils
 => 
spring/src/main/java/org/apache/syncope/core/spring}/policy/PasswordPolicyException.java
 (94%)
 rename 
core/{provisioning-api/src/main/java/org/apache/syncope/core/provisioning/api/utils
 => 
spring/src/main/java/org/apache/syncope/core/spring}/policy/PolicyException.java
 (94%)
 rename 
core/{provisioning-api/src/main/java/org/apache/syncope/core/provisioning/api/utils
 => 
spring/src/main/java/org/apache/syncope/core/spring}/policy/PolicyPattern.java 
(72%)

Reply via email to