You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by gi...@apache.org on 2023/06/24 21:35:42 UTC

[shiro] branch dependabot/maven/slf4j.version-2.0.7 updated (de884e5b1 -> b4855305d)

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

github-bot pushed a change to branch dependabot/maven/slf4j.version-2.0.7
in repository https://gitbox.apache.org/repos/asf/shiro.git


    omit de884e5b1 Bump slf4j.version from 1.7.33 to 2.0.7
     add 4f1ac6164 build(deps): bump shrinkwrap-resolver-bom from 3.1.4 to 3.1.6
     add c0a6a4e07 Merge pull request #940 from apache/dependabot/maven/org.jboss.shrinkwrap.resolver-shrinkwrap-resolver-bom-3.1.6
     add acfc19f21 build(deps): bump xml-maven-plugin from 1.0.2 to 1.1.0
     add e968d75ee Merge pull request #946 from apache/dependabot/maven/org.codehaus.mojo-xml-maven-plugin-1.1.0
     add bf67793c3 [#942] Fix flaky test; update snakeyaml for test app
     add 62d799848 Merge pull request #944 from apache/#942_fix_flaky_ol_test
     add 960d4f4fd build(deps): bump liberty-maven-plugin from 3.3.4 to 3.8.2
     add 783c28bfc OpenLiberty/ci.maven#1700: use fat application for now
     add a1ce2c955 Merge pull request #912 from apache/dependabot/maven/io.openliberty.tools-liberty-maven-plugin-3.8.2
     add 4ccd5c3e1 build(deps): bump spring-boot.version from 2.7.12 to 2.7.13
     add d78f8b336 Merge pull request #949 from apache/dependabot/maven/spring-boot.version-2.7.13
     add aeef99d3c [#947] rewrite java tests to Junit-Jupiter
     add e87889786 [#947] rewrite groovy tests to Junit-Jupiter
     add df4305f64 [#947] rewrite more groovy tests to Junit-Jupiter
     add ddffd602b [#947] rewrite spring tests to Junit-Jupiter
     add 2c8b34d6d [#947] rewrite spring-boot tests to Junit-Jupiter
     add 65e6ef46a Merge pull request #948 from apache/#947_junit-jupiter
     add 3e3ed6be8 [#943] replace logback with log4j
     add d44354ca7 [#943] remove logback from hasher test
     add 97a815656 [#943] convert logback.xml to log4j2.xml
     add 1a572eb65 Merge pull request #945 from apache/#943_remove_logback
     add f33922558 [GitHub] add stale action
     add 00f057d93 Merge pull request #952 from apache/stale_issues
     new b4855305d Bump slf4j.version from 1.7.33 to 2.0.7

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (de884e5b1)
            \
             N -- N -- N   refs/heads/dependabot/maven/slf4j.version-2.0.7 (b4855305d)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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:
 .gitignore => .github/workflows/stale.yml          |  56 +++----
 .../groovy/org/apache/shiro/config/IniTest.groovy  |  14 +-
 .../config/ogdl/CommonsInterpolatorTest.groovy     |   6 +-
 .../config/ogdl/DefaultInterpolatorTest.groovy     |   6 +-
 .../shiro/config/ogdl/ReflectionBuilderTest.groovy |  12 +-
 .../shiro/config/ogdl/event/BeanEventTest.groovy   |   6 +-
 .../authc/credential/PasswordMatcherTest.groovy    |   4 +-
 .../authc/pam/ModularRealmAuthenticatorTest.groovy |   4 +-
 .../config/IniSecurityManagerFactoryTest.groovy    |   4 +-
 .../ogdl/event/LoggingBeanEventListenerTest.groovy |   2 +-
 .../org/apache/shiro/lang/codec/H64Test.groovy     |   4 +-
 .../apache/shiro/mgt/DefaultSubjectDAOTest.groovy  |   4 +-
 .../AuthenticatingRealmIntegrationTest.groovy      |   4 +-
 .../shiro/realm/AuthenticatingRealmTest.groovy     |   4 +-
 .../org/apache/shiro/realm/CachingRealmTest.groovy |   4 +-
 .../test/java/org/apache/shiro/ExceptionTest.java  |  13 +-
 .../apache/shiro/aop/AnnotationResolverTest.java   |  35 ++--
 .../shiro/authc/AbstractAuthenticatorTest.java     |  78 +++++----
 .../shiro/authc/SimpleAuthenticationInfoTest.java  |  14 +-
 .../AbstractHashedCredentialsMatcherTest.java      |  10 +-
 .../credential/AllowAllCredentialsMatcherTest.java |   7 +-
 .../credential/HashedCredentialsMatcherTest.java   |  10 +-
 .../shiro/authc/pam/AllSuccessfulStrategyTest.java |  46 +++---
 .../authc/pam/FirstSuccessfulStrategyTest.java     |  35 ++--
 .../shiro/authz/ModularRealmAuthorizerTest.java    |  10 +-
 .../authz/aop/DenyAllAnnotationHandlerTest.java    |  63 +++----
 .../authz/aop/PermitAllAnnotationHandlerTest.java  |   4 +-
 .../aop/RolesAllowedAnnotationHandlerTest.java     | 116 +++++++------
 .../shiro/authz/permission/AllPermissionTest.java  |   9 +-
 .../authz/permission/DomainPermissionTest.java     |  16 +-
 .../permission/WildcardPermissionResolverTest.java |  36 ++--
 .../authz/permission/WildcardPermissionTest.java   |  50 +++---
 .../apache/shiro/jndi/JndiObjectFactoryTest.java   |  59 ++++---
 .../shiro/mgt/AbstractRememberMeManagerTest.java   |   6 +-
 .../shiro/mgt/AbstractSecurityManagerTest.java     |   4 +-
 .../shiro/mgt/DefaultSecurityManagerTest.java      |  20 +--
 .../mgt/VMSingletonDefaultSecurityManagerTest.java |  14 +-
 .../apache/shiro/realm/AuthorizingRealmTest.java   |  28 ++--
 .../activedirectory/ActiveDirectoryRealmTest.java  |  20 +--
 .../org/apache/shiro/realm/jdbc/JDBCRealmTest.java | 122 ++++++++------
 .../shiro/realm/ldap/DefaultLdapRealmTest.java     | 170 ++++++++++---------
 .../realm/ldap/JndiLdapContextFactoryTest.java     | 184 +++++++++++----------
 .../apache/shiro/realm/ldap/JndiLdapRealmTest.java |   5 +-
 .../org/apache/shiro/realm/text/IniRealmTest.java  |  22 +--
 .../realm/text/TextConfigurationRealmTest.java     |  44 ++---
 .../mgt/AbstractValidatingSessionManagerTest.java  |  42 ++---
 .../session/mgt/DefaultSessionManagerTest.java     |  28 ++--
 .../shiro/session/mgt/DelegatingSessionTest.java   |  16 +-
 ...cutorServiceSessionValidationSchedulerTest.java |  38 ++---
 .../shiro/session/mgt/SimpleSessionTest.java       |  32 ++--
 .../shiro/subject/DelegatingSubjectTest.java       |  26 +--
 .../subject/SimplePrincipalCollectionTest.java     |   4 +-
 .../org/apache/shiro/test/AbstractShiroTest.java   |   8 +-
 .../shiro/test/ExampleShiroIntegrationTest.java    |  22 +--
 .../apache/shiro/test/ExampleShiroUnitTest.java    |   8 +-
 .../org/apache/shiro/util/AntPathMatcherTests.java |  26 ++-
 .../apache/shiro/util/RegExPatternMatcherTest.java |  19 ++-
 .../org/apache/shiro/util/StringUtilsTest.java     |  20 +--
 .../crypto/cipher/AesCipherServiceTest.groovy      |   4 +-
 .../crypto/cipher/BlowfishCipherServiceTest.groovy |   4 +-
 .../crypto/SecureRandomNumberGeneratorTest.groovy  |   8 +-
 .../crypto/hash/DefaultHashServiceTest.groovy      |   4 +-
 .../crypto/hash/format/Base64FormatTest.groovy     |   6 +-
 .../format/DefaultHashFormatFactoryTest.groovy     |   4 +-
 .../shiro/crypto/hash/format/HexFormatTest.groovy  |   4 +-
 .../hash/format/ProvidedHashFormatTest.groovy      |   4 +-
 .../hash/format/Shiro1CryptFormatTest.groovy       |   4 +-
 .../groovy/org/apache/shiro/event/EventTest.groovy |   6 +-
 .../AnnotationEventListenerResolverTest.groovy     |   4 +-
 .../shiro/event/support/DefaultEventBusTest.groovy |   8 +-
 .../event/support/EventClassComparatorTest.groovy  |   9 +-
 .../support/EventListenerComparatorTest.groovy     |   8 +-
 .../SingleArgumentMethodEventListenerTest.groovy   |   8 +-
 .../samples/guice/ContainerIntegrationIT.java      |  10 +-
 .../samples/guice/ContainerIntegrationIT.java      |  10 +-
 integration-tests/jakarta-ee/pom.xml               |   2 +-
 integration-tests/jaxrs/app/pom.xml                |  13 ++
 .../jaxrs/app/dao/InMemoryStormtrooperDao.java     |   2 +-
 integration-tests/jaxrs/openliberty/pom.xml        |   3 +-
 integration-tests/support/pom.xml                  |   5 +-
 .../shiro/testing/web/AbstractContainerIT.java     |  18 +-
 pom.xml                                            |  22 +--
 .../aspectj/bank/SecureBankServiceTest.java        | 109 ++++++------
 .../samples/guice/ContainerIntegrationIT.java      |  10 +-
 .../apache/shiro/test/ContainerIntegrationIT.java  |   8 +-
 samples/spring-boot/pom.xml                        |   9 +-
 .../shiro/samples/ContainerIntegrationIT.java      |   8 +-
 .../web/jakarta/JakartaAbstractContainerIT.java    |   4 +-
 .../shiro/test/WebAppContainerIntegrationIT.java   |   8 +-
 .../org/apache/shiro/aspectj/DummyServiceTest.java | 108 +++++++-----
 .../shiro/cache/ehcache/EhCacheManagerTest.java    |  24 +--
 .../apache/shiro/guice/BeanTypeListenerTest.java   |  35 ++--
 .../guice/DestroyableInjectionListenerTest.java    |  14 +-
 .../apache/shiro/guice/GuiceEnvironmentTest.java   |  24 +--
 .../guice/InitializableInjectionListenerTest.java  |  14 +-
 .../shiro/guice/LifecycleTypeListenerTest.java     |  24 +--
 .../org/apache/shiro/guice/ShiroMatchersTest.java  |  20 +--
 .../org/apache/shiro/guice/ShiroModuleTest.java    |  88 +++++-----
 .../apache/shiro/guice/ShiroSessionScopeTest.java  |  43 ++---
 .../AopAllianceMethodInterceptorAdapterTest.java   |  22 +--
 .../AopAllianceMethodInvocationAdapterTest.java    |  10 +-
 .../apache/shiro/guice/aop/ShiroAopModuleTest.java |  28 ++--
 .../guice/web/AbstractInjectionProviderTest.java   |  40 ++---
 .../apache/shiro/guice/web/DefaultFiltersTest.java |  18 +-
 .../guice/web/FilterChainResolverProviderTest.java |  38 ++---
 .../apache/shiro/guice/web/FilterConfigTest.java   |  26 +--
 .../shiro/guice/web/GuiceShiroFilterTest.java      |  31 ++--
 .../guice/web/PathMatchingFilterProviderTest.java  |  14 +-
 .../apache/shiro/guice/web/ShiroWebModuleTest.java | 109 ++++++------
 .../guice/web/SimpleFilterChainResolverTest.java   |  20 +--
 .../shiro/guice/web/SimpleFilterChainTest.java     |  14 +-
 .../shiro/guice/web/WebGuiceEnvironmentTest.java   |  28 ++--
 .../cache/HazelcastCacheManagerTest.groovy         |  14 +-
 .../web/jaxrs/ShiroSecurityContextTest.groovy      |   8 +-
 .../jaxrs/SubjectPrincipalRequestFilterTest.groovy |   4 +-
 ...UnauthorizedExceptionExceptionMapperTest.groovy |   4 +-
 .../shiro/cache/jcache/JCacheManagerTest.groovy    |   6 +-
 support/servlet-plugin/pom.xml                     |   2 +-
 .../AspectjAndDefaultProxyCreatorTest.groovy       |  10 +-
 ...AnnotationProcessorAutoConfigurationTest.groovy |  10 +-
 .../ShiroSpringAutoConfigurationTest.groovy        |  10 +-
 .../boot/autoconfigure/SpringFactoriesTest.groovy  |   2 +-
 .../web/ConfiguredGlobalFiltersTest.groovy         |   9 +-
 .../web/DisabledGlobalFiltersTest.groovy           |  14 +-
 .../web/ShiroWebSpringAutoConfigurationTest.groovy |   4 +-
 .../config/ShiroBeanConfigurationTest.groovy       |  10 +-
 .../spring/config/ShiroConfigurationTest.groovy    |  13 +-
 ...oConfigurationWithOptionalComponentsTest.groovy |   9 +-
 .../ShiroEventBusAwareBeanPostProcessorTest.groovy |  12 +-
 .../spring/config/ShiroWebConfigurationTest.groovy |  13 +-
 .../config/ShiroWebFilterConfigurationTest.groovy  |   7 +-
 .../shiro/spring/web/ShiroUrlPathHelperTest.groovy |   4 +-
 .../DefaultShiroFilterChainDefinitionTest.groovy   |   4 +-
 .../web/config/ShiroWebConfigurationTest.groovy    |  10 +-
 .../ShiroWebConfigurationWithCacheTest.groovy      |  20 ++-
 .../SecureRemoteInvocationFactoryTest.java         |  18 +-
 .../AbstractAuthorizationAnnotationTest.java       |  58 ++++---
 .../AuthorizationAttributeSourceAdvisorTest.java   |  32 ++--
 .../DapcAuthorizationAnnotationTest.java           |  40 +++--
 .../SchemaAuthorizationAnnotationTest.java         |   5 +-
 .../spring/web/ShiroFilterFactoryBeanTest.java     |   8 +-
 tools/hasher/pom.xml                               |  16 +-
 .../hasher/src/main/resources/log4j2.xml           |   9 +-
 tools/hasher/src/main/resources/logback.xml        |  31 ----
 .../org/apache/shiro/tools/hasher/HasherTest.java  |  46 +++---
 tools/hasher/src/test/resources/logback-test.xml   |  28 ----
 web/pom.xml                                        |   5 +
 .../IniFilterChainResolverFactoryTest.groovy       |   8 +-
 .../shiro/web/env/EnvironmentLoaderTest.groovy     |   4 +-
 .../shiro/web/env/IniWebEnvironmentTest.groovy     |   4 +-
 .../web/filter/InvalidRequestFilterTest.groovy     |   2 +-
 .../shiro/web/filter/authc/LogoutFilterTest.groovy |   4 +-
 .../mgt/DefaultFilterChainManagerTest.groovy       |   8 +-
 .../session/NoSessionCreationFilterTest.groovy     |   4 +-
 .../DefaultWebSessionStorageEvaluatorTest.groovy   |   4 +-
 .../web/servlet/AbstractShiroFilterTest.groovy     |   4 +-
 .../shiro/web/servlet/IniShiroFilterTest.groovy    |   4 +-
 .../shiro/web/servlet/ShiroFilterTest.groovy       |   2 +-
 .../servlet/ShiroHttpServletResponseTest.groovy    |   4 +-
 .../mgt/DefaultWebSessionManagerTest.groovy        |  14 +-
 .../mgt/ServletContainerSessionManagerTest.groovy  |   4 +-
 .../org/apache/shiro/web/util/WebUtilsTest.groovy  |   8 +-
 .../config/WebIniSecurityManagerFactoryTest.java   |   8 +-
 .../web/env/EnvironmentLoaderServiceTest.java      |  20 +--
 .../PathMatchingFilterParameterizedTest.java       |  35 ++--
 .../shiro/web/filter/PathMatchingFilterTest.java   |  34 ++--
 .../web/filter/authc/AnonymousFilterTest.java      |   7 +-
 .../shiro/web/filter/authz/HostFilterTest.java     |   9 +-
 .../authz/HttpMethodPermissionFilterTest.java      |  28 ++--
 .../web/filter/authz/IpAddressMatcherTests.java    |  28 ++--
 .../shiro/web/filter/authz/IpFilterTest.java       |  15 +-
 .../shiro/web/filter/authz/PortFilterTest.java     |  36 ++--
 .../shiro/web/filter/authz/SslFilterTest.java      |  16 +-
 .../mgt/PathMatchingFilterChainResolverTest.java   |  45 +++--
 .../web/filter/mgt/SimpleNamedFilterListTest.java  |  26 +--
 .../web/mgt/AbstractWebSecurityManagerTest.java    |   4 +-
 .../shiro/web/mgt/CookieRememberMeManagerTest.java |  94 +++++------
 .../web/mgt/DefaultWebSecurityManagerTest.java     |  35 ++--
 .../web/mgt/NonIniWebSecurityManagerTest.java      |  12 +-
 .../web/servlet/OncePerRequestFilterTest.java      |  20 +--
 .../apache/shiro/web/servlet/SimpleCookieTest.java |  34 +---
 .../shiro/web/session/HttpServletSessionTest.java  |  10 +-
 182 files changed, 1975 insertions(+), 1905 deletions(-)
 copy .gitignore => .github/workflows/stale.yml (60%)
 copy samples/aspectj/src/test/resources/log4j2-test.xml => tools/hasher/src/main/resources/log4j2.xml (85%)
 delete mode 100644 tools/hasher/src/main/resources/logback.xml
 delete mode 100644 tools/hasher/src/test/resources/logback-test.xml


[shiro] 01/01: Bump slf4j.version from 1.7.33 to 2.0.7

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch dependabot/maven/slf4j.version-2.0.7
in repository https://gitbox.apache.org/repos/asf/shiro.git

commit b4855305d63a2bc9d77d56aff38ea95a40544651
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Jun 24 21:35:37 2023 +0000

    Bump slf4j.version from 1.7.33 to 2.0.7
    
    Bumps `slf4j.version` from 1.7.33 to 2.0.7.
    
    Updates `slf4j-api` from 1.7.33 to 2.0.7
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/commits)
    
    Updates `slf4j-simple` from 1.7.33 to 2.0.7
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/commits)
    
    Updates `jcl-over-slf4j` from 1.7.33 to 2.0.7
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/commits)
    
    Updates `slf4j-jdk14` from 1.7.33 to 2.0.7
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/commits)
    
    Updates `slf4j-log4j12` from 1.7.33 to 2.0.7
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:slf4j-api
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: org.slf4j:slf4j-simple
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: org.slf4j:jcl-over-slf4j
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: org.slf4j:slf4j-jdk14
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: org.slf4j:slf4j-log4j12
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 integration-tests/meecrowave-support/pom.xml | 2 +-
 pom.xml                                      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/integration-tests/meecrowave-support/pom.xml b/integration-tests/meecrowave-support/pom.xml
index 6bf19255e..797112295 100644
--- a/integration-tests/meecrowave-support/pom.xml
+++ b/integration-tests/meecrowave-support/pom.xml
@@ -59,7 +59,7 @@
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>jcl-over-slf4j</artifactId>
-            <version>1.7.33</version>
+            <version>2.0.7</version>
             <scope>runtime</scope>
         </dependency>
 
diff --git a/pom.xml b/pom.xml
index e7ed35d50..bdc1d069e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
         <!-- Don't change this version without also changing the shiro-quartz and shiro-features
              modules' OSGi metadata: -->
         <quartz.version>2.3.2</quartz.version>
-        <slf4j.version>1.7.33</slf4j.version>
+        <slf4j.version>2.0.7</slf4j.version>
         <log4j.version>2.20.0</log4j.version>
         <spring.version>5.3.28</spring.version>
         <spring-boot.version>2.7.13</spring-boot.version>