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 866bd8456 [support] Update Karaf feature and bundle maven plugin 
configuration (#2517)
     new 7d2192713 samples(spring-hibernate): removed explicit hibernate 
dialect - deprecated
     new 5154d35f6 enh: removed unnecessary ShiroUrlPathHelper class
     new 32ba1ba33 spring, pom.xml cleanup
     new 95d1157d4 Merge remote-tracking branch 'upstream/3.x' into 3.x
     add 74cca14da chore(deps): bump ch.qos.logback:logback-core from 1.5.26 to 
1.5.27
     add 2c86c497c Merge pull request #2515 from 
apache/dependabot/maven/ch.qos.logback-logback-core-1.5.27
     add 85b4fba7d chore(deps-dev): bump 
io.openliberty.tools:liberty-maven-plugin
     add 153c066b0 Merge pull request #2513 from 
apache/dependabot/maven/io.openliberty.tools-liberty-maven-plugin-3.12.0
     add 509fd9d11 chore(deps-dev): bump 
org.jboss.arquillian.graphene:graphene-webdriver
     add 11fd69e14 Merge pull request #2512 from 
apache/dependabot/maven/org.jboss.arquillian.graphene-graphene-webdriver-3.0.0.Final
     add affbb1c94 chore(deps): bump ch.qos.logback:logback-classic from 1.5.26 
to 1.5.27
     add e988a7833 Merge pull request #2511 from 
apache/dependabot/maven/ch.qos.logback-logback-classic-1.5.27
     add de5dc5177 chore(deps): bump the github-dependencies group with 2 
updates
     add d21cb381d Merge pull request #2510 from 
apache/dependabot/github_actions/github-dependencies-6c960df075
     add 0f44dfd21 Enable markdownlint rule MD040
     add f560d64de Merge pull request #2507 from 
jbampton/markdownlint-enable-MD040
     add 26514057b CONTRIBUTING: whitespace cleanup for codeblocks
     add 0338fe823 Merge pull request #2506 from 
jbampton/codeblocks-whitespace-trim
     add 0f63c91e4 Actions labeler: add label for groovy files
     add b1991c706 Merge pull request #2491 from jbampton/add-groovy-label
     add 0196e738c Add 3 more pre-commit hooks
     add 58cc47a97 Merge pull request #2490 from jbampton/add-3-pre-commit-hooks
     new 79aeb6d81 Merge branch 'main' into 3.x

The 5 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/labeler.yml                                |    6 +
 .github/linters/.markdown-lint.yml                 |    3 -
 .github/workflows/codeql.yml                       |    6 +-
 .github/workflows/pre-commit.yml                   |    2 +-
 .github/workflows/scorecards.yml                   |    2 +-
 .pre-commit-config.yaml                            |    8 +
 CONTRIBUTING.md                                    |   10 +-
 LICENSE                                            |  400 +++----
 RELEASE-NOTES                                      | 1144 ++++++++++----------
 core/pom.xml                                       |    4 -
 core/src/test/resources/test.shiro.ini             |   40 +-
 crypto/cipher/pom.xml                              |    4 -
 integration-tests/jakarta-ee/pom.xml               |    2 +-
 integration-tests/jaxrs/openliberty/pom.xml        |    2 +-
 integration-tests/meecrowave-support/pom.xml       |    4 +-
 .../support/src/main/resources/test-keystore.pem   |   38 +-
 pom.xml                                            |    1 +
 samples/guice/README.md                            |    2 +-
 samples/spring-boot-web/README.md                  |    2 +-
 samples/spring-boot/README.md                      |    2 +-
 samples/spring-hibernate/README.md                 |    2 +-
 samples/spring-hibernate/pom.xml                   |   12 +-
 .../src/main/webapp/WEB-INF/applicationContext.xml |    5 +-
 samples/spring-mvc/README.md                       |    2 +-
 samples/spring-mvc/pom.xml                         |   14 +-
 samples/spring/README.md                           |    2 +-
 samples/{guice => web}/README.md                   |   10 +-
 support/guice/pom.xml                              |    4 -
 support/jakarta-ee/pom.xml                         |    2 +-
 support/jaxrs/pom.xml                              |    4 -
 support/spring-boot/spring-boot-starter/pom.xml    |   15 +-
 .../autoconfigure/ShiroBeanAutoConfiguration.java  |   10 +-
 .../autoconfigure/ShiroWebAutoConfiguration.java   |    8 -
 .../autoconfigure/ShiroWebFilterConfiguration.java |    9 +
 .../ShiroSpringAutoConfigurationTest.groovy        |    5 +-
 .../web/ShiroWebSpringAutoConfigurationTest.groovy |    7 +-
 .../spring-boot/spring-boot-web-starter/pom.xml    |   16 +-
 support/spring/pom.xml                             |    4 -
 .../spring/ShiroEventBusBeanPostProcessor.java     |    4 -
 .../spring/config/ShiroBeanConfiguration.java      |    9 +-
 .../web/ShiroFilterFactoryBeanPostProcessor.java   |    8 +-
 .../shiro/spring/web/ShiroUrlPathHelper.java       |   42 -
 .../web/config/AbstractShiroWebConfiguration.java  |    5 -
 .../spring/web/config/ShiroWebConfiguration.java   |    7 -
 .../web/config/ShiroWebFilterConfiguration.java    |    6 +-
 .../config/ShiroBeanConfigurationTest.groovy       |    3 +-
 .../spring/config/ShiroConfigurationTest.groovy    |    5 +-
 .../spring/config/ShiroWebConfigurationTest.groovy |    5 +-
 .../shiro/spring/web/ShiroUrlPathHelperTest.groovy |   46 -
 ...AbstractAuthorizationAnnotationTest-context.xml |   96 +-
 .../DapcAuthorizationAnnotationTest-context.xml    |   70 +-
 .../SchemaAuthorizationAnnotationTest-context.xml  |  100 +-
 web/pom.xml                                        |    4 -
 53 files changed, 1050 insertions(+), 1173 deletions(-)
 copy samples/{guice => web}/README.md (53%)
 delete mode 100644 
support/spring/src/main/java/org/apache/shiro/spring/web/ShiroUrlPathHelper.java
 delete mode 100644 
support/spring/src/test/groovy/org/apache/shiro/spring/web/ShiroUrlPathHelperTest.groovy

Reply via email to