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 b831cb3a4 enh: restore Guice integration tests
new 0a1e5206e re-enable spring module
new ae7437f5c extracted filterMap() method to avoid circular dependency
new ca2992f41 re-enabled guice sample
new 32313bc75 servlet-plugin: remove old jstl libs
new 62b06fe3e added Spring module
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:
samples/guice/pom.xml | 33 ++++++++-----------
samples/pom.xml | 4 +--
samples/servlet-plugin/pom.xml | 10 ------
.../samples/spring/config/ApplicationConfig.java | 3 +-
samples/spring/pom.xml | 1 -
support/pom.xml | 2 +-
.../web/ShiroWebSpringAutoConfigurationTest.groovy | 3 +-
.../spring/ShiroEventBusBeanPostProcessor.java | 9 ++----
.../AuthorizationAttributeSourceAdvisor.java | 3 +-
.../shiro/spring/web/ShiroFilterFactoryBean.java | 37 ++++++++++++----------
.../AbstractShiroWebFilterConfiguration.java | 28 ++++++++++++++--
.../web/config/ShiroRequestMappingConfig.java | 33 -------------------
.../spring/config/ShiroConfigurationTest.groovy | 3 +-
...oConfigurationWithOptionalComponentsTest.groovy | 3 +-
.../spring/config/ShiroWebConfigurationTest.groovy | 3 +-
.../config/ShiroWebFilterConfigurationTest.groovy | 3 +-
16 files changed, 73 insertions(+), 105 deletions(-)
delete mode 100644
support/spring/src/main/java/org/apache/shiro/spring/web/config/ShiroRequestMappingConfig.java