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 b3a8f0e90e Upgrading AdminLTE
new f40345793e [SYNCOPE-1971] - Fix authentication throttle with JCache
providers on Payara
new d16be80755 Upgrading AdminLTE
new 7590e00ce3 Cleanup
new 4d6908cf4c Upgrading Spring Cloud Gateway
new 147f482d82 Upgrading Swagger Core
new 9c4d8609fd Fixing Neo4j
The 6 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:
.../client/ui/commons/themes/js/adminlte.min.js | 2 +-
core/persistence-neo4j/pom.xml | 6 ++
.../core/persistence/neo4j/PersistenceContext.java | 3 +-
.../core/persistence/neo4j/dao/Neo4jTaskDAO.java | 12 ++--
.../syncope/core/starter/SelfKeymasterContext.java | 2 +-
.../security/AuthenticationAttemptThrottler.java | 64 +++++++---------------
.../security/RateLimitAuthenticationException.java | 4 +-
.../core/spring/security/WebSecurityContext.java | 21 +++++--
.../AuthenticationAttemptThrottlerTest.java | 63 ++++++++++++---------
.../SyncopeBasicAuthenticationEntryPointTest.java | 6 +-
fit/core-reference/pom.xml | 6 ++
pom.xml | 8 +--
12 files changed, 102 insertions(+), 95 deletions(-)