This is an automated email from the ASF dual-hosted git repository.
bmarwell pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git
from 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
No new revisions were added by this update.
Summary of changes:
.../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/support/pom.xml | 5 +-
.../shiro/testing/web/AbstractContainerIT.java | 18 +-
pom.xml | 14 +-
.../aspectj/bank/SecureBankServiceTest.java | 109 ++++++------
.../samples/guice/ContainerIntegrationIT.java | 10 +-
.../apache/shiro/test/ContainerIntegrationIT.java | 8 +-
.../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 +-
.../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 +-
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 +-
170 files changed, 1885 insertions(+), 1770 deletions(-)