This is an automated email from the ASF dual-hosted git repository. lprimak pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/shiro.git
commit 92964674098a01a8d1937da4dddded3832816bd2 Merge: 0766b6a59 5c749d4d1 Author: Lenny Primak <[email protected]> AuthorDate: Fri May 24 22:01:02 2024 -0500 Merge pull request #1467 from lprimak/parallel-core-tests bugfix(tests): using JUnit's ResourceLock annotation for tests that touch… .github/workflows/codeql.yml | 8 ++++---- .github/workflows/maven.yml | 4 ++-- .github/workflows/scorecards.yml | 4 ++-- .../config/ogdl/CommonsInterpolatorTest.groovy | 2 ++ .../shiro/config/ogdl/ReflectionBuilderTest.groovy | 2 ++ .../credential/DefaultPasswordServiceTest.groovy | 2 ++ .../shiro/authc/AbstractAuthenticatorTest.java | 2 ++ .../shiro/mgt/DefaultSecurityManagerTest.java | 3 +++ .../mgt/VMSingletonDefaultSecurityManagerTest.java | 3 +++ .../activedirectory/ActiveDirectoryRealmTest.java | 3 +++ .../org/apache/shiro/realm/jdbc/JDBCRealmTest.java | 3 +++ .../session/mgt/DefaultSessionManagerTest.java | 3 +++ .../org/apache/shiro/test/AbstractShiroTest.java | 4 ++++ .../shiro/test/ExampleShiroIntegrationTest.java | 3 +++ .../apache/shiro/test/ExampleShiroUnitTest.java | 3 +++ integration-tests/jakarta-ee/pom.xml | 2 +- .../testing/jaxrs/tests/AbstractShiroJaxRsIT.java | 2 +- pom.xml | 22 +++++++++++++++------- samples/quickstart-guice/pom.xml | 2 +- samples/quickstart/pom.xml | 2 +- samples/spring-boot-3-web/pom.xml | 4 ++-- samples/spring/pom.xml | 2 +- samples/web-jakarta/pom.xml | 2 +- .../shiro/cache/ehcache/EhCacheManagerTest.java | 2 ++ .../UnauthenticatedExceptionExceptionMapper.java | 4 ++-- .../UnauthorizedExceptionExceptionMapper.java | 6 +++--- ...UnauthorizedExceptionExceptionMapperTest.groovy | 6 +++--- .../shiro/cache/jcache/JCacheManagerTest.groovy | 2 ++ .../org/apache/shiro/tools/hasher/HasherTest.java | 2 ++ .../IniFilterChainResolverFactoryTest.groovy | 2 ++ .../web/filter/InvalidRequestFilterTest.groovy | 2 ++ .../web/servlet/AbstractShiroFilterTest.groovy | 3 +++ .../org/apache/shiro/web/util/WebUtilsTest.groovy | 4 +++- .../web/mgt/DefaultWebSecurityManagerTest.java | 2 ++ 34 files changed, 90 insertions(+), 32 deletions(-)
