This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/maven/bytebuddy.version-1.18.4
in repository https://gitbox.apache.org/repos/asf/shiro.git
discard 8cc3fb96d chore(deps): bump bytebuddy.version from 1.18.3 to 1.18.4
add 46ffdc36a [#2460] test for recursively wrapped sessions (#2470)
add 5b28d58be [#2471] remove experimental, unused class SimplePrincipalMap
(#2472)
add 650258198 Jakarta ee update (#2474)
add eeae6febc chore(tests): DefaultEventBus.registry is now
package-private so it's testable
add 9a667cd06 chore(deps): bump ch.qos.logback:logback-core from 1.5.24 to
1.5.26
add 60534f961 Merge pull request #2480 from
apache/dependabot/maven/ch.qos.logback-logback-core-1.5.26
add 334992cc8 chore(deps): bump ch.qos.logback:logback-classic from 1.5.24
to 1.5.26
add d544df634 Merge pull request #2479 from
apache/dependabot/maven/ch.qos.logback-logback-classic-1.5.26
add 83218025e chore(deps-dev): bump org.assertj:assertj-core from 3.27.6
to 3.27.7
add ea3563611 Merge pull request #2478 from
apache/dependabot/maven/org.assertj-assertj-core-3.27.7
add 4cd3c5e77 chore(deps): bump org.codehaus.gmavenplus:gmavenplus-plugin
add cc717be2c Merge pull request #2476 from
apache/dependabot/maven/org.codehaus.gmavenplus-gmavenplus-plugin-4.3.0
add a62dee225 chore(deps): bump the github-dependencies group across 1
directory with 5 updates
add 5fc63b507 Merge pull request #2477 from
apache/dependabot/github_actions/github-dependencies-57e8acfe3a
add c81547ef0 chore(deps-dev): bump
org.codehaus.mojo:buildnumber-maven-plugin
add a9f9bf018 Merge pull request #2467 from
apache/dependabot/maven/org.codehaus.mojo-buildnumber-maven-plugin-3.3.0
add 204284e16 chore(deps): bump bytebuddy.version from 1.18.3 to 1.18.4
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 (8cc3fb96d)
\
N -- N -- N refs/heads/dependabot/maven/bytebuddy.version-1.18.4
(204284e16)
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/codeql.yml | 8 +-
.github/workflows/dependency-review.yml | 2 +-
.github/workflows/maven.yml | 8 +-
.github/workflows/pre-commit.yml | 6 +-
.github/workflows/scorecards.yml | 4 +-
.../apache/shiro/subject/SimplePrincipalMap.java | 285 ---------------------
.../subject/support/DelegatingSubjectTest.java | 85 ++++++
.../shiro/event/support/DefaultEventBus.java | 5 +-
.../jakarta-ee/src/main/webapp/WEB-INF/web.xml | 4 +
.../jakarta-ee/src/test/resources/arquillian.xml | 2 +
pom.xml | 13 +-
.../shiro/ee/filters/FormResubmitSupport.java | 21 +-
.../apache/shiro/ee/filters/FormSupportTest.java | 3 +-
13 files changed, 133 insertions(+), 313 deletions(-)
delete mode 100644
core/src/main/java/org/apache/shiro/subject/SimplePrincipalMap.java
create mode 100644
core/src/test/java/org/apache/shiro/subject/support/DelegatingSubjectTest.java