This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a change to branch 3.x
in repository https://gitbox.apache.org/repos/asf/shiro.git
from de7662da8 Merge branch 'main' into 3.x
add 0f355a8b6 chore(deps): bump org.projectlombok:lombok from 1.18.36 to
1.18.38
add 76f3f268a Merge pull request #2058 from
apache/dependabot/maven/org.projectlombok-lombok-1.18.38
add 7550871db chore(deps): bump bytebuddy.version from 1.17.4 to 1.17.5
add 49286f713 Merge pull request #2056 from
apache/dependabot/maven/bytebuddy.version-1.17.5
add 9800166d4 chore(deps): bump com.puppycrawl.tools:checkstyle
add b0b83a52c chore(checkstyle): track checkstyle change - scope ->
accessModifiers
add 736ccc68a Merge pull request #2057 from
apache/dependabot/maven/com.puppycrawl.tools-checkstyle-10.22.0
add eaba42088 chore(deps): bump org.apache:apache from 33 to 34
add 08bc226f1 chore(docs): fixed Javadoc links to avoid redirection errors
add ae16c5aa0 chore: removed workarounds for
https://github.com/dependabot/dependabot-core/issues/8329 and
https://issues.apache.org/jira/browse/MPOM-451
add c1ba12564 Merge pull request #2038 from
apache/dependabot/maven/org.apache-apache-34
add 107b3168f chore(deps): bump com.puppycrawl.tools:checkstyle
add c9077531b Merge pull request #2064 from
apache/dependabot/maven/com.puppycrawl.tools-checkstyle-10.23.0
add 77bedb8cd chore(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.12
to 0.8.13
add 362e45cf8 Merge pull request #2063 from
apache/dependabot/maven/org.jacoco-jacoco-maven-plugin-0.8.13
add 61c603930 deps: switch to dev.aspectj - newer maven plugin
add 40b40142f Merge pull request #2062 from lprimak/dev-aspectj-plugin
add 91d267442 chore(deps): bump mockito.version from 5.16.1 to 5.17.0
add 748c451d2 Merge pull request #2068 from
apache/dependabot/maven/mockito.version-5.17.0
add 43730e29c chore(deps): bump github/codeql-action from 3.28.13 to
3.28.15
add 0eeaa65d3 Merge pull request #2073 from
apache/dependabot/github_actions/github/codeql-action-3.28.15
add 9a5f3db19 chore(deps): bump org.owasp:dependency-check-maven from
12.1.0 to 12.1.1
add f63b1455d Merge pull request #2070 from
apache/dependabot/maven/org.owasp-dependency-check-maven-12.1.1
add 79538405a chore(deps): bump actions/setup-java from 4.7.0 to 4.7.1
add 136d79c9a Merge pull request #2075 from
apache/dependabot/github_actions/actions/setup-java-4.7.1
add c36b70ded chore: update OpenSSF Scorecard badge
add af7a52721 chore(deps-dev): bump junit.engine.version from 1.12.1 to
1.12.2
add fc0585b34 Merge pull request #2079 from
apache/dependabot/maven/junit.engine.version-1.12.2
add 201a62708 chore(deps): bump junit.version from 5.12.1 to 5.12.2
add f4966aa78 Merge pull request #2080 from
apache/dependabot/maven/junit.version-5.12.2
add 5e485ba71 bugfix: remove InheriableThreadLocal from ThreadContext as
it was causing leaking security TLs into child threads
add 03126c4a9 Merge pull request #2082 from
lprimak/remove-inheriable-thread-local
add a4d63d673 bugfix: added Shiro core additional ClassLoader to be used
when serializing / deserializing Principals for remember me
add 1dfce3b86 Merge pull request #2085 from
lprimak/add-shiro-core-classloading
add c84652da0 chore: removed unused test-coverage module, was causing
issues for the release
add 63d0cb1bb chore: do not mark issues as 'stale' if they are already
marked 'valid'
new 34b69ac62 Merge branch 'main' into 3.x
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:
.github/dependabot.yml | 11 -----
.github/workflows/codeql.yml | 4 +-
.github/workflows/maven.yml | 4 +-
.github/workflows/scorecards.yml | 2 +-
.github/workflows/stale.yml | 2 +
README.md | 2 +-
.../shiro/mgt/AbstractRememberMeManager.java | 15 +++++-
.../java/org/apache/shiro/util/ThreadContext.java | 23 +--------
.../org/apache/shiro/lang/util/ClassUtils.java | 55 ++++++++++++++++++++--
pom.xml | 26 +++++-----
samples/aspectj/pom.xml | 2 +-
src/checkstyle.xml | 2 +-
support/aspectj/pom.xml | 2 +-
support/spring-boot/pom.xml | 2 +-
14 files changed, 91 insertions(+), 61 deletions(-)