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 2022/10/27 07:43:57 UTC

[shiro] branch dependabot/maven/1.10.x/com.hazelcast-hazelcast-5.2.0 updated (ed3526df -> d2f19b2d)

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

github-bot pushed a change to branch dependabot/maven/1.10.x/com.hazelcast-hazelcast-5.2.0
in repository https://gitbox.apache.org/repos/asf/shiro.git


 discard ed3526df Bump hazelcast from 3.12.13 to 5.2.0
     add 5e5bcb10 [SHIRO-894] Update EasyMock to 5.0.1
     add c6560561 Merge pull request #506 from apache/SHIRO-894_easymock
     add ca392555 [SHIRO-895] Workaround Guice Java17 compat and run tests on 17.
     add f5f10982 [SHIRO-895] hazelcast/powermock/guice Java17 compat
     add 396c88f9 Merge pull request #507 from apache/SHIRO-895_guice_java17_build
     add 97b42229 [SHIRO-893] Fix NPE in ShiroFilter.init()
     add efbd28cb Merge pull request #499 from julian-computes/shiro_filter_config_npe_fix
     add 2c1254e5 [SHIRO-896] update hsqldb to 2.7.1
     add 921759e7 Merge pull request #516 from apache/SHIRO-896_hsqldb
     add d2f19b2d Bump hazelcast from 3.12.13 to 5.2.0

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   (ed3526df)
            \
             N -- N -- N   refs/heads/dependabot/maven/1.10.x/com.hazelcast-hazelcast-5.2.0 (d2f19b2d)

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.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/maven.yml                        | 19 ++++------------
 core/pom.xml                                       |  1 +
 integration-tests/guice3/pom.xml                   | 25 ++++++++++++++++++++++
 integration-tests/guice4/pom.xml                   | 25 ++++++++++++++++++++++
 pom.xml                                            |  5 +++--
 samples/guice/pom.xml                              | 25 ++++++++++++++++++++++
 samples/spring-hibernate/pom.xml                   |  1 +
 samples/spring-mvc/pom.xml                         |  1 +
 support/guice/pom.xml                              | 23 ++++++++++++++++++++
 support/hazelcast/pom.xml                          |  4 ++--
 .../shiro/web/env/DefaultWebEnvironment.java       | 10 ++++++---
 .../web/env/EnvironmentLoaderServiceTest.java      | 20 +++++++++++++++++
 12 files changed, 137 insertions(+), 22 deletions(-)