This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git
from 0766b6a59 Merge pull request #1496 from
apache/dependabot/maven/commons-cli-commons-cli-1.8.0
add 5c749d4d1 bugfix(tests): using JUnit's ResourceLock and Isolated
annotations to make parallel tests work
new 929646740 Merge pull request #1467 from lprimak/parallel-core-tests
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:
.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(-)