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

lukaszlenart pushed a change to branch feature/WW-5455-jasperreports7
in repository https://gitbox.apache.org/repos/asf/struts.git


    omit 699154f53 WW-5455 Uses defaultDelimiter as more meaningful name
    omit dc3c0b6ba WW-5455 Extracts logic to create connection or dataSource
    omit 884a6459c WW-5455 Defines exporter as an extension point
    omit 78ffa7dd1 WW-5455 Allows action to modify result behaviour
    omit 95915dc81 WW-5455 Defines a new plugin to support Jasper Reports 7
     add 4f6bda029 Bump maven-surefire-plugin.version from 3.5.1 to 3.5.2
     add 9e0ff2a62 Merge pull request #1121 from 
apache/dependabot/maven/maven-surefire-plugin.version-3.5.2
     add 723045bab Bump github/codeql-action from 3.27.4 to 3.27.5
     add c1cd95592 Merge pull request #1132 from 
apache/dependabot/github_actions/github/codeql-action-3.27.5
     add 900fa4604 Bump jackson.version from 2.18.0 to 2.18.2
     add f5ab26d4e Merge pull request #1135 from 
apache/dependabot/maven/jackson.version-2.18.2
     add c388cff64 Bump 
org.apache.maven.plugins:maven-project-info-reports-plugin
     add bc03f9a71 Merge pull request #1122 from 
apache/dependabot/maven/org.apache.maven.plugins-maven-project-info-reports-plugin-3.8.0
     add 9bd89111f WW-5405 Updates to use the main branch instead of master
     add 0e03a220a Merge pull request #1136 from apache/feature/WW-5405-main
     add 1549708f3 Bump github/codeql-action from 3.27.5 to 3.27.7
     add fc34b3652 Merge pull request #1145 from 
apache/dependabot/github_actions/github/codeql-action-3.27.7
     add 337da2d77 NOJIRA Uses proper filed declarations and fixes generics
     add 182102150 Merge pull request #1137 from apache/fix/generics
     add 9fcc2d294 Bump org.apache.maven.plugins:maven-dependency-plugin
     add 766b58ba2 Merge pull request #1138 from 
apache/dependabot/maven/org.apache.maven.plugins-maven-dependency-plugin-3.8.1
     add 8666e326b Bump actions/setup-java from 3 to 4
     add 4caea35f1 Merge pull request #1143 from 
apache/dependabot/github_actions/actions/setup-java-4
     add 29b372902 Bump com.thoughtworks.xstream:xstream from 1.4.20 to 1.4.21
     add 73142943b Merge pull request #1144 from 
apache/dependabot/maven/com.thoughtworks.xstream-xstream-1.4.21
     add 122af0f2a WW-5405 Uses proper links to build statuses
     add 359c40912 WW-5405 Fixes typo in scope name
     add 65d3abd6d Merge pull request #1146 from apache/fix/WW-5405-build-status
     add 4b64f32b6 Bump log4j2.version from 2.24.1 to 2.24.2
     add 2ca44233f Merge pull request #1139 from 
apache/dependabot/maven/log4j2.version-2.24.2
     add 1d95543fb [maven-release-plugin] prepare release STRUTS_7_0_0
     add 9aa41f18a [maven-release-plugin] prepare for next development iteration
     add 9d2eb5e60 Bump org.apache.maven.plugins:maven-failsafe-plugin from 
3.5.1 to 3.5.2
     add e9a12dd94 Merge pull request #1147 from 
apache/dependabot/maven/org.apache.maven.plugins-maven-failsafe-plugin-3.5.2
     add e81caf5ce Bump org.codehaus.mojo:exec-maven-plugin from 3.4.1 to 3.5.0
     add 165583822 Merge pull request #1148 from 
apache/dependabot/maven/org.codehaus.mojo-exec-maven-plugin-3.5.0
     add ddf80bec2 Bump github/codeql-action from 3.27.7 to 3.27.9
     add d7188c18d Merge pull request #1149 from 
apache/dependabot/github_actions/github/codeql-action-3.27.9
     add 15fb1435f WW-5455 Defines a new plugin to support Jasper Reports 7
     add 2f3f6a4f9 WW-5455 Allows action to modify result behaviour
     add 0f9323ea4 WW-5455 Defines exporter as an extension point
     add e89a3576a WW-5455 Extracts logic to create connection or dataSource
     add 9ed64852f WW-5455 Uses defaultDelimiter as more meaningful name

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   (699154f53)
            \
             N -- N -- N   refs/heads/feature/WW-5455-jasperreports7 (9ed64852f)

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:
 .asf.yaml                                          | 10 +++++-
 .github/workflows/codeql.yml                       | 12 +++----
 .github/workflows/maven.yml                        |  4 +--
 .github/workflows/scorecards-analysis.yaml         |  4 +--
 .github/workflows/sonar.yml                        |  8 ++---
 Jenkinsfile                                        | 38 +++++++++-------------
 README.md                                          |  2 +-
 apps/pom.xml                                       |  2 +-
 apps/rest-showcase/pom.xml                         |  4 +--
 apps/showcase/pom.xml                              |  4 +--
 assembly/pom.xml                                   |  2 +-
 bom/pom.xml                                        |  6 ++--
 core/pom.xml                                       |  2 +-
 .../template/TemplateRenderingContext.java         | 32 +++++++++---------
 jakarta/pom.xml                                    |  2 +-
 jakarta/velocity-tools-jsp-jakarta/pom.xml         |  2 +-
 jakarta/velocity-tools-view-jakarta/pom.xml        |  2 +-
 plugins/async/pom.xml                              |  2 +-
 plugins/bean-validation/pom.xml                    |  2 +-
 plugins/cdi/pom.xml                                |  2 +-
 plugins/config-browser/pom.xml                     |  2 +-
 plugins/convention/pom.xml                         |  2 +-
 plugins/jasperreports/pom.xml                      |  2 +-
 plugins/javatemplates/pom.xml                      |  2 +-
 plugins/jfreechart/pom.xml                         |  2 +-
 plugins/json/pom.xml                               |  2 +-
 plugins/junit/pom.xml                              |  2 +-
 plugins/pom.xml                                    |  2 +-
 plugins/rest/pom.xml                               |  2 +-
 plugins/spring/pom.xml                             |  2 +-
 plugins/testng/pom.xml                             |  2 +-
 plugins/tiles/pom.xml                              |  4 +--
 plugins/velocity/pom.xml                           |  2 +-
 plugins/xslt/pom.xml                               |  2 +-
 pom.xml                                            | 16 ++++-----
 35 files changed, 94 insertions(+), 94 deletions(-)

Reply via email to