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

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


    from 18c08d3e58 Ensuring to escape Neo4j property values for search
     new 5f7cee2b78 Bump wicket-bootstrap.version from 7.0.14 to 7.0.15
     new 2894a9e7b2 [SYNCOPE-1996] Security production mode

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:
 .../core/logic/UserSelfLogicPasswordResetTest.java |  1 +
 .../persistence/jpa/PersistenceTestContext.java    |  4 +-
 .../persistence/neo4j/PersistenceTestContext.java  |  4 +-
 .../src/test/resources/core-test.properties        |  1 +
 .../spring/security/DefaultCredentialChecker.java  | 63 ++++++++++++++++++----
 .../core/spring/security/DefaultEncryptor.java     | 49 +++++++++--------
 .../spring/security/DefaultEncryptorManager.java   | 14 ++++-
 .../core/spring/security/SecurityContext.java      | 59 +++++++++++++-------
 .../core/spring/security/SecurityProperties.java   | 10 ++++
 .../core/spring/SpringTestConfiguration.java       |  3 +-
 .../core/spring/security/DefaultEncryptorTest.java | 11 +++-
 core/starter/src/main/resources/core.properties    |  1 +
 .../src/main/resources/core-embedded.properties    |  1 +
 .../org/apache/syncope/fit/AbstractITCase.java     |  5 +-
 pom.xml                                            |  2 +-
 15 files changed, 168 insertions(+), 60 deletions(-)

Reply via email to