This is an automated email from the ASF dual-hosted git repository.
steinarb pushed a change to branch 3.x
in repository https://gitbox.apache.org/repos/asf/shiro.git
from 24ddd49f9 Merge pull request #2715 from
lprimak/fix-relative-resource-loading
add a5258fef1 bugfix: using atomics for session updates
add 5b3ad3061 simplify getAttributesLazy()
add 991de8c47 enh: code review comments
add 7aac58ca9 more code review comments
add 1a30c9683 more code review changes
add f847a4c12 simplified code, made CachingDAO initialization more
concurrency-friendly
new 5c6be50e1 Merge pull request #2712 from lprimak/sync-native-sessions
The 1 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:
.../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(-)