This is an automated email from the ASF dual-hosted git repository. steinarb pushed a commit to branch 3.x in repository https://gitbox.apache.org/repos/asf/shiro.git
commit 5c6be50e149aab9337490b7e090da0664e3df61d Merge: 24ddd49f9 f847a4c12 Author: Steinar Bang <[email protected]> AuthorDate: Mon Jun 1 19:05:10 2026 +0200 Merge pull request #2712 from lprimak/sync-native-sessions [#2713] [3.0] bugfix: Improve thread-safety of Shiro-native sessions by using Atomic* classes .../shiro/session/mgt/DefaultSessionContext.java | 4 + .../apache/shiro/session/mgt/SimpleSession.java | 131 +++++++++++++-------- .../shiro/session/mgt/SimpleSessionFactory.java | 8 +- .../shiro/session/mgt/eis/CachingSessionDAO.java | 14 +-- 4 files changed, 96 insertions(+), 61 deletions(-)
