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 d4ec07f8a chore(jacoco): update pom.xml to add exclusion for
WeldSubclass in JaCoCo configuration
add 344a3e703 chore: update Jenkins and dependabot configuration for new
branch versions and JDK support (3.x)
add 501231c1b chore(deps): bump
https://github.com/python-jsonschema/check-jsonschema
add fd3ad4f99 Merge pull request #1 from
lprimak/dependabot/pre_commit/pre-commit-hooks-63fa582b4b
add 5a086f4d8 chore(deps): bump the maven-dependencies group with 10
updates
add ff1c21c99 Merge pull request #2 from
lprimak/dependabot/maven/maven-dependencies-7772abd0bf
add 3153504c0 chore: checkstyle update fixes
add 5f4956633 chore(build): update JDK versions in CI configurations to
21, 25 and 26
No new revisions were added by this update.
Summary of changes:
.github/dependabot.yml | 68 +++++++++-------------
.github/workflows/codeql.yml | 6 ++
.github/workflows/maven.yml | 4 +-
.jenkins.groovy | 7 ++-
.pre-commit-config.yaml | 2 +-
3.X-NOTES | 27 ---------
NOTICE | 2 +-
RELEASE-NOTES | 5 ++
.../shiro/aop/AnnotationMethodInterceptor.java | 2 +-
.../authc/credential/HashedCredentialsMatcher.java | 4 +-
.../shiro/authz/aop/UserAnnotationHandler.java | 2 +-
.../shiro/authz/permission/WildcardPermission.java | 2 +-
.../org/apache/shiro/realm/jdbc/JdbcRealm.java | 2 +-
.../apache/shiro/realm/ldap/DefaultLdapRealm.java | 2 +-
.../apache/shiro/realm/text/PropertiesRealm.java | 6 +-
.../java/org/apache/shiro/subject/Subject.java | 2 +-
.../org/apache/shiro/util/AntPathMatcherTests.java | 2 +-
.../shiro/crypto/hash/DefaultHashService.java | 3 +-
jitpack.yml | 6 +-
.../org/apache/shiro/lang/codec/CodecSupport.java | 2 +-
.../apache/shiro/lang/util/SimpleByteSource.java | 2 +-
.../org/apache/shiro/lang/util/StringUtils.java | 6 +-
pom.xml | 8 +--
shiro.doap.rdf | 14 +++++
.../apache/shiro/web/env/IniWebEnvironment.java | 2 +-
.../apache/shiro/web/filter/authc/UserFilter.java | 2 +-
.../apache/shiro/web/filter/authz/SslFilter.java | 6 +-
.../web/subject/support/WebDelegatingSubject.java | 9 ++-
28 files changed, 100 insertions(+), 105 deletions(-)
delete mode 100644 3.X-NOTES