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
discard 7201bd98b WW-5455 Defines a new plugin to support Jasper Reports 7 add 24e60416f WW-5486 Fixes exposing params added by ServletDispatcherResult add cf260074d WW-5486 Simplifies test to avoid using mocks add a49b5a361 WW-5486 Removes try-catches add 08f664c0e Merge pull request #1123 from apache/fix/WW-5486-request-params add 24c0e5f64 WW-5463 Exposes final location as request attribute FORWARD_SERVLET_PATH add 9b2d6a23e Merge pull request #1127 from apache/feature/WW-5463-servlet-path add cb08d18b5 Bump github/codeql-action from 3.27.0 to 3.27.1 add 6b2e5ecd9 Merge pull request #1125 from apache/dependabot/github_actions/github/codeql-action-3.27.1 add 8a2f494c1 WW-5484 Marks the DWR plugin as deprecated add 1903e0ef3 Merge pull request #1126 from apache/feature/WW-5484-dwr add 1f5305c24 [maven-release-plugin] prepare release STRUTS_6_7_0 add 085f50d45 [maven-release-plugin] prepare for next development iteration add 8b9d61cdd Add .gitattributes in case people don't have core.autocrlf set add c8ab6ff64 Upgrade maven to 3.9.9 and wrapper to 3.3.2 add 3b7a4d828 Merge pull request #1129 from sepe81/feature/Upgrade-maven-to-3.9.9-and-wrapper-to-3.3.2 add b6d9dc9ec Bump github/codeql-action from 3.27.1 to 3.27.4 add 780280aae Merge pull request #1128 from apache/dependabot/github_actions/github/codeql-action-3.27.4 add 2e431df6b Always run Sonar scan against the master branch add 55885bc86 Runs Sonar step in case of running on master or PR add b1d7c09d0 Uses Java 21 when running Sonar check add c009a4ad1 Avoids running Sonar scan in forks add b3807b191 Merge pull request #921 from apache/fix/sonar add 58d4d700e Skip Sonar scan on PRs created by Dependabot add d6b015f62 Merge pull request #1130 from apache/fix/sonar-dependabot add 6e9fa714c Uses AND instead of OR to check Sonar prerequisites add b3e07474e Merge pull request #1131 from apache/fix/sonar-scan-and add 61000681b Merge remote-tracking branch 'origin/master' into merge/master-to-7xx-2024-11-29 add c16ab0d86 Merge pull request #1134 from apache/merge/master-to-7xx-2024-11-29 add 5f35af0e1 Merge pull request #792 from apache/release/struts-7-0-x add 95915dc81 WW-5455 Defines a new plugin to support Jasper Reports 7 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 (7201bd98b) \ N -- N -- N refs/heads/feature/WW-5455-jasperreports7 (95915dc81) 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: .gitattributes | 5 + .github/workflows/codeql.yml | 6 +- .github/workflows/scorecards-analysis.yaml | 2 +- .github/workflows/sonar.yml | 7 +- .mvn/wrapper/maven-wrapper.properties | 5 +- .../java/org/apache/struts2/ActionContext.java | 2 + .../org/apache/struts2/dispatcher/Dispatcher.java | 1 - .../struts2/result/ServletDispatcherResult.java | 7 + .../result/ServletDispatcherResultTest.java | 149 +++---- mvnw | 435 +++++++++------------ mvnw.cmd | 304 ++++++-------- 11 files changed, 399 insertions(+), 524 deletions(-) create mode 100644 .gitattributes