This is an automated email from the ASF dual-hosted git repository. lprimak pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/shiro.git
commit 347b2f44f6921be09c304cc6578870ef8a776c8e Merge: 9add4e61a 31918c6da Author: Lenny Primak <[email protected]> AuthorDate: Thu Dec 4 10:29:16 2025 -0600 Merge pull request #2360 from jbampton/add-more-hooks pre-commit: add 3 more hooks; fix end of files .pre-commit-config.yaml | 3 +++ LICENSE | 2 +- .../src/test/groovy/org/apache/shiro/config/ogdl/SimpleEnum.groovy | 2 +- config/pom.xml | 1 - core/src/main/java/org/apache/shiro/aop/MethodInvocation.java | 1 - core/src/main/java/org/apache/shiro/util/ThreadContext.java | 1 - core/src/test/java/org/apache/shiro/aop/AnnotationResolverTest.java | 1 - .../org/apache/shiro/config/IniSecurityManagerFactoryTest.ini | 2 +- .../test/resources/org/apache/shiro/realm/text/IniRealmTest.simple.ini | 1 - core/src/test/resources/test.shiro.ini | 2 +- crypto/hash/src/main/java/org/apache/shiro/crypto/hash/Sha512Hash.java | 1 - .../groovy/org/apache/shiro/crypto/hash/format/HexFormatTest.groovy | 2 -- crypto/pom.xml | 1 - integration-tests/guice3/src/main/webapp/WEB-INF/shiro.ini | 2 +- integration-tests/guice3/src/main/webapp/account/index.jsp | 2 +- integration-tests/guice3/src/main/webapp/include.jsp | 2 +- integration-tests/guice3/src/main/webapp/index.jsp | 2 +- integration-tests/guice3/src/main/webapp/style.css | 2 +- integration-tests/guice4/src/main/webapp/WEB-INF/shiro.ini | 2 +- integration-tests/guice4/src/main/webapp/account/index.jsp | 2 +- integration-tests/guice4/src/main/webapp/include.jsp | 2 +- integration-tests/guice4/src/main/webapp/index.jsp | 2 +- integration-tests/guice4/src/main/webapp/style.css | 2 +- .../jakarta-ee/src/main/webapp/shiro/auth/unauthenticated.xhtml | 1 - .../org/apache/shiro/testing/jaxrs/tests/AbstractShiroJaxRsIT.java | 1 - samples/guice/src/main/webapp/WEB-INF/shiro.ini | 2 +- samples/guice/src/main/webapp/account/index.jsp | 2 +- samples/guice/src/main/webapp/include.jsp | 2 +- samples/guice/src/main/webapp/index.jsp | 2 +- samples/guice/src/main/webapp/style.css | 2 +- samples/servlet-plugin/src/main/webapp/WEB-INF/shiro.ini | 2 +- samples/servlet-plugin/src/main/webapp/account/index.jsp | 2 +- samples/servlet-plugin/src/main/webapp/include.jsp | 2 +- samples/servlet-plugin/src/main/webapp/index.jsp | 2 +- samples/servlet-plugin/src/main/webapp/style.css | 2 +- samples/spring-boot-3-web/src/main/resources/application.properties | 2 +- .../spring-boot-3-web/src/main/resources/templates/account-info.html | 2 +- samples/spring-boot-3-web/src/main/resources/templates/error.html | 2 +- .../spring-boot-3-web/src/main/resources/templates/fragments/head.html | 2 +- samples/spring-boot-3-web/src/main/resources/templates/hello.html | 2 +- samples/spring-boot-3-web/src/main/resources/templates/login.html | 2 +- samples/spring-boot-web/src/main/resources/application.properties | 2 +- samples/spring-boot-web/src/main/resources/templates/account-info.html | 2 +- samples/spring-boot-web/src/main/resources/templates/error.html | 2 +- .../spring-boot-web/src/main/resources/templates/fragments/head.html | 2 +- samples/spring-boot-web/src/main/resources/templates/hello.html | 2 +- samples/spring-boot-web/src/main/resources/templates/login.html | 2 +- samples/spring-boot/src/main/resources/application.properties | 2 +- .../java/org/apache/shiro/samples/sprhib/dao/HibernateUserDAO.java | 1 - .../src/main/java/org/apache/shiro/samples/sprhib/model/Role.java | 2 -- .../src/main/java/org/apache/shiro/samples/sprhib/model/User.java | 2 -- .../java/org/apache/shiro/samples/sprhib/security/SampleRealm.java | 1 - samples/spring-hibernate/src/main/resources/ehcache.xml | 2 +- samples/spring-hibernate/src/main/resources/hibernate.cfg.xml | 2 +- samples/spring-hibernate/src/main/webapp/index.jsp | 2 +- samples/spring-hibernate/src/main/webapp/styles/sample.css | 2 +- samples/spring-mvc/src/main/webapp/WEB-INF/resources/include.jsp | 2 +- samples/spring-mvc/src/main/webapp/WEB-INF/resources/sampleIndex.jsp | 2 +- samples/spring-mvc/src/main/webapp/shiro.css | 2 +- samples/spring/src/main/resources/application.properties | 1 - samples/web-jakarta/src/main/webapp/WEB-INF/shiro.ini | 1 - samples/web/src/main/webapp/WEB-INF/shiro.ini | 1 - samples/web/src/main/webapp/account/index.jsp | 2 +- samples/web/src/main/webapp/include.jsp | 2 +- samples/web/src/main/webapp/index.jsp | 2 +- samples/web/src/main/webapp/style.css | 2 +- shiro.doap.rdf | 2 +- src/japicmp/postAnalysisScript.groovy | 2 +- src/license/header.txt | 2 +- src/license/header_format.xml | 2 +- .../aspectj/src/main/java/org/apache/shiro/aspectj/package-info.java | 3 --- .../src/main/resources/org/apache/shiro/cache/ehcache/ehcache.xml | 2 -- .../resources/META-INF/additional-spring-configuration-metadata.json | 2 +- .../spring-boot-starter/src/main/resources/META-INF/spring.factories | 2 +- .../spring-boot-starter/src/main/resources/META-INF/spring.provides | 2 +- .../org.springframework.boot.autoconfigure.AutoConfiguration.imports | 2 +- .../security/interceptor/SchemaAuthorizationAnnotationTest-context.xml | 2 +- test-coverage/pom.xml | 1 - tools/pom.xml | 1 - web/src/main/java/org/apache/shiro/web/servlet/AbstractFilter.java | 1 - web/src/test/resources/IniShiroFilterTest.ini | 1 - 81 files changed, 60 insertions(+), 86 deletions(-)
