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

dependabot[bot] pushed a change to branch 
dependabot/maven/main/org.hibernate.validator-hibernate-validator-9.1.2.Final
in repository https://gitbox.apache.org/repos/asf/struts.git


 discard 55f2c098d build(deps-dev): bump 
org.hibernate.validator:hibernate-validator
     add e5eb01abd WW-5642 fix(rest): authorize @StrutsParameter on 
record/creator-bound REST body properties (#1774)
     add de599c91d WW-5646 Modernize path normalization in Include component 
(#1780)
     add 6cb6abf4b build(deps): bump com.fasterxml.jackson:jackson-bom (#1787)
     add 845b1c814 build(deps-dev): bump 
org.hibernate.validator:hibernate-validator

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   (55f2c098d)
            \
             N -- N -- N   
refs/heads/dependabot/maven/main/org.hibernate.validator-hibernate-validator-9.1.2.Final
 (845b1c814)

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:
 .../org/apache/struts2/components/Include.java     |  19 +-
 .../parameter/ParameterAuthorizationContext.java   |  48 +++++
 .../ParameterAuthorizationContextTest.java         |  43 ++++
 .../apache/struts2/views/jsp/IncludeTagTest.java   |  12 ++
 .../jackson/AuthorizingSettableBeanProperty.java   |  20 ++
 .../jackson/AuthorizingValueDeserializer.java      |  92 ++++++++
 .../jackson/ParameterAuthorizingModule.java        |  11 +
 .../jackson/RedactionAwareDeserializer.java        |  96 +++++++++
 .../jackson/ParameterAuthorizingModuleTest.java    | 240 +++++++++++++++++++++
 pom.xml                                            |   2 +-
 10 files changed, 575 insertions(+), 8 deletions(-)
 create mode 100644 
plugins/rest/src/main/java/org/apache/struts2/rest/handler/jackson/AuthorizingValueDeserializer.java
 create mode 100644 
plugins/rest/src/main/java/org/apache/struts2/rest/handler/jackson/RedactionAwareDeserializer.java

Reply via email to