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

lprimak pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git


    from d08a84c32 chore(deps-dev): bump 
com.flowlogix.depchain:integration-test (#2796)
     new c7dc2a4d0 enh: warn if realm authentication fails due to system 
exceptions in multi-realm environment, and send an event
     new 88568741e chore: update Payara version and refactor port property 
names in configuration, and make dependabot see payara for updates

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:
 .../apache/shiro/authc/AbstractAuthenticator.java  |  7 ++-
 .../authc/pam/AbstractAuthenticationStrategy.java  | 27 ++++++++++
 .../authc/pam/AuthenticationExceptionEvent.java}   | 25 ++++-----
 .../shiro/authc/pam/AuthenticationStrategy.java    |  3 +-
 .../shiro/authc/pam/ModularRealmAuthenticator.java |  9 ++++
 .../apache/shiro/mgt/SessionsSecurityManager.java  | 17 ++++++
 .../authc/pam/MultiRealmFailureEventTest.java      | 61 ++++++++++++++++++++++
 integration-tests/jakarta-ee/pom.xml               | 16 ++++--
 .../src/main/resources/setPayaraPort.groovy        |  2 +-
 9 files changed, 148 insertions(+), 19 deletions(-)
 copy 
core/src/{test/java/org/apache/shiro/authz/permission/AllPermissionTest.java => 
main/java/org/apache/shiro/authc/pam/AuthenticationExceptionEvent.java} (57%)
 create mode 100644 
core/src/test/java/org/apache/shiro/authc/pam/MultiRealmFailureEventTest.java

Reply via email to