You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2021/05/27 14:01:58 UTC

[shiro] 01/01: Merge pull request #293 from apache/single-spring-boot

This is an automated email from the ASF dual-hosted git repository.

bdemers pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git

commit 5682cf6c511ea48e4f3054eb64a46c1f82b7b95f
Merge: 671f40f ac00970
Author: Brian Demers <bd...@apache.org>
AuthorDate: Thu May 27 10:01:52 2021 -0400

    Merge pull request #293 from apache/single-spring-boot
    
    Combine Spring Boot starters (web and non-web) into single module

 pom.xml                                            |  5 +++
 support/spring-boot/spring-boot-starter/pom.xml    | 10 +++++
 .../autoconfigure/ShiroWebAutoConfiguration.java   |  2 +
 .../autoconfigure/ShiroWebFilterConfiguration.java |  2 +
 .../ShiroWebMvcAutoConfiguration.java              |  2 +
 .../additional-spring-configuration-metadata.json  | 36 +++++++++++++++++
 .../src/main/resources/META-INF/spring.factories   |  3 ++
 .../src/main/resources/META-INF/spring.provides    |  2 +-
 .../web/ConfiguredGlobalFiltersTest.groovy         |  0
 .../web/DisabledGlobalFiltersTest.groovy           |  0
 .../web/ShiroWebSpringAutoConfigurationTest.groovy |  0
 .../ShiroWebAutoConfigurationTestApplication.java  |  0
 .../spring-boot/spring-boot-web-starter/pom.xml    | 19 ---------
 .../src/main/resources/META-INF/NOTICE             | 15 -------
 .../additional-spring-configuration-metadata.json  | 46 ----------------------
 .../src/main/resources/META-INF/spring.factories   |  4 --
 .../src/main/resources/META-INF/spring.provides    |  1 -
 .../web/WebSpringFactoriesTest.groovy              | 42 --------------------
 18 files changed, 61 insertions(+), 128 deletions(-)