This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/maven/com.jayway.jsonpath-json-path-2.10.0
in repository https://gitbox.apache.org/repos/asf/struts-examples.git
discard 096f49c Build(deps-dev): Bump com.jayway.jsonpath:json-path from
2.7.0 to 2.10.0
add bf344d6 Defines a new struts-parameter example app to show how
@StrutsParameter works
add a87f2f8 Merge pull request #522 from apache/struts-parameter
add ad22072 Build(deps-dev): Bump com.jayway.jsonpath:json-path in
/rest-angular (#509)
add 38e49b8 Build(deps-dev): Bump com.jayway.jsonpath:json-path from
2.9.0 to 3.0.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 (096f49c)
\
N -- N -- N
refs/heads/dependabot/maven/com.jayway.jsonpath-json-path-2.10.0 (38e49b8)
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:
pom.xml | 1 +
rest-angular/pom.xml | 2 +-
{type-conversion => struts-parameter}/pom.xml | 15 +++++---
.../apache/struts/examples/parameter/Admin.java | 27 ++++++++++++++
.../struts/examples/parameter}/IndexAction.java | 42 +++++++++++++++-------
.../org/apache/struts/examples/parameter/User.java | 39 ++++++++++++++++++++
.../src/main/resources/log4j2.xml | 4 +--
struts-parameter/src/main/resources/struts.xml | 20 +++++++++++
.../src/main/webapp/WEB-INF/examples/index.jsp | 18 ++++++++++
.../src/main/webapp/WEB-INF/web.xml | 9 ++---
.../src/main/webapp/index.jsp | 0
11 files changed, 152 insertions(+), 25 deletions(-)
copy {type-conversion => struts-parameter}/pom.xml (74%)
create mode 100644
struts-parameter/src/main/java/org/apache/struts/examples/parameter/Admin.java
copy {text-provider/src/main/java/org/apache/struts_example =>
struts-parameter/src/main/java/org/apache/struts/examples/parameter}/IndexAction.java
(56%)
create mode 100644
struts-parameter/src/main/java/org/apache/struts/examples/parameter/User.java
copy {helloworld => struts-parameter}/src/main/resources/log4j2.xml (69%)
create mode 100644 struts-parameter/src/main/resources/struts.xml
create mode 100644 struts-parameter/src/main/webapp/WEB-INF/examples/index.jsp
copy {rest-angular => struts-parameter}/src/main/webapp/WEB-INF/web.xml (66%)
copy {annotations => struts-parameter}/src/main/webapp/index.jsp (100%)