(struts) branch fix/sonar-scan-and deleted (was 6e9fa714c)

2024-11-18 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch fix/sonar-scan-and
in repository https://gitbox.apache.org/repos/asf/struts.git


 was 6e9fa714c Uses AND instead of OR to check Sonar prerequisites

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(struts) branch dependabot/maven/jackson.version-2.18.1 updated (24aaa7314 -> 2171d84c5)

2024-11-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/jackson.version-2.18.1
in repository https://gitbox.apache.org/repos/asf/struts.git


 discard 24aaa7314 Bump jackson.version from 2.18.0 to 2.18.1
 add 6e9fa714c Uses AND instead of OR to check Sonar prerequisites
 add b3e07474e Merge pull request #1131 from apache/fix/sonar-scan-and
 add 2171d84c5 Bump jackson.version from 2.18.0 to 2.18.1

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   (24aaa7314)
\
 N -- N -- N   refs/heads/dependabot/maven/jackson.version-2.18.1 
(2171d84c5)

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/sonar.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



(struts) branch master updated (d6b015f62 -> b3e07474e)

2024-11-18 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git


from d6b015f62 Merge pull request #1130 from apache/fix/sonar-dependabot
 add 6e9fa714c Uses AND instead of OR to check Sonar prerequisites
 new b3e07474e Merge pull request #1131 from apache/fix/sonar-scan-and

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/sonar.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



(struts) 01/01: Merge pull request #1131 from apache/fix/sonar-scan-and

2024-11-18 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git

commit b3e07474eb6443b74ef7e41faed7a1eb78bef535
Merge: d6b015f62 6e9fa714c
Author: Lukasz Lenart 
AuthorDate: Tue Nov 19 06:41:31 2024 +0100

Merge pull request #1131 from apache/fix/sonar-scan-and

Uses AND instead of OR to check Sonar prerequisites

 .github/workflows/sonar.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



(struts) 01/01: Merge pull request #1130 from apache/fix/sonar-dependabot

2024-11-18 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git

commit d6b015f623189471792b7c8aea3ceb48df688e53
Merge: b3807b191 58d4d700e
Author: Lukasz Lenart 
AuthorDate: Mon Nov 18 19:50:28 2024 +0100

Merge pull request #1130 from apache/fix/sonar-dependabot

Skip Sonar scan on PRs created by Dependabot

 .github/workflows/sonar.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



(struts) branch dependabot/maven/jackson.version-2.18.1 updated (17183cd9c -> 24aaa7314)

2024-11-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/jackson.version-2.18.1
in repository https://gitbox.apache.org/repos/asf/struts.git


 discard 17183cd9c Bump jackson.version from 2.18.0 to 2.18.1
 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 24aaa7314 Bump jackson.version from 2.18.0 to 2.18.1

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   (17183cd9c)
\
 N -- N -- N   refs/heads/dependabot/maven/jackson.version-2.18.1 
(24aaa7314)

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 +-
 apps/pom.xml   |   2 +-
 apps/rest-showcase/pom.xml |   4 +-
 apps/showcase/pom.xml  |   2 +-
 assembly/pom.xml   |   2 +-
 bom/pom.xml|   6 +-
 bundles/admin/pom.xml  |   2 +-
 bundles/demo/pom.xml   |   2 +-
 bundles/pom.xml|   2 +-
 core/pom.xml   |   2 +-
 mvnw   | 435 +
 mvnw.cmd   | 304 
 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/dwr/README.md  |   4 +
 plugins/dwr/pom.xml|   4 +-
 plugins/embeddedjsp/pom.xml|   2 +-
 plugins/gxp/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/osgi/pom.xml   |   2 +-
 plugins/oval/pom.xml   |   2 +-
 plugins/pell-multipart/pom.xml |   2 +-
 plugins/plexus/pom.xml |   2 +-
 plugins/pom.xml|   2 +-
 plugins/portlet-junit/pom.xml  |   2 +-
 plugins/portlet-mocks/pom.xml  |   2 +-
 plugins/portlet-tiles/pom.xml  |   2 +-
 plugins/portlet/pom.xml|   2 +-
 plugins/rest/pom.xml   |   2 +-
 plugins/sitemesh/pom.xml   |   2 +-
 plugins/spring/pom.xml |   2 +-
 plugins/testng/pom.xml |   2 +-
 plugins/tiles/pom.xml  |   2 +-
 plugins/velocity/pom.xml   |   2 +-
 plugins/xslt/pom.xml   |   2 +-
 pom.xml 

(struts) branch master updated (b3807b191 -> d6b015f62)

2024-11-18 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git


from b3807b191 Merge pull request #921 from apache/fix/sonar
 add 58d4d700e Skip Sonar scan on PRs created by Dependabot
 new d6b015f62 Merge pull request #1130 from apache/fix/sonar-dependabot

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/sonar.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



(struts) branch fix/sonar-scan-and created (now 6e9fa714c)

2024-11-18 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch fix/sonar-scan-and
in repository https://gitbox.apache.org/repos/asf/struts.git


  at 6e9fa714c Uses AND instead of OR to check Sonar prerequisites

This branch includes the following new commits:

 new 6e9fa714c Uses AND instead of OR to check Sonar prerequisites

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




(struts) 01/01: Uses AND instead of OR to check Sonar prerequisites

2024-11-18 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch fix/sonar-scan-and
in repository https://gitbox.apache.org/repos/asf/struts.git

commit 6e9fa714cf5854b16840549a01199fa29d90f1cf
Author: Lukasz Lenart 
AuthorDate: Mon Nov 18 19:56:26 2024 +0100

Uses AND instead of OR to check Sonar prerequisites
---
 .github/workflows/sonar.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml
index 82966bc03..03f83e416 100644
--- a/.github/workflows/sonar.yml
+++ b/.github/workflows/sonar.yml
@@ -31,7 +31,7 @@ jobs:
   sonarcloud:
 name: Scan
 runs-on: ubuntu-latest
-if: ${{ !github.event.pull_request.base.repo.fork || 
!github.event.pull_request.head.repo.fork || github.actor != 'dependabot[bot]' 
}}
+if: ${{ !github.event.pull_request.base.repo.fork && 
!github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' 
}}
 steps:
   - uses: actions/checkout@v4
 with:



(struts) 01/01: Always run Sonar scan against the master branch

2024-11-18 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch fix/sonar
in repository https://gitbox.apache.org/repos/asf/struts.git

commit 2e431df6b2feb211ad277c7eec1f737f8a897cfb
Author: Lukasz Lenart 
AuthorDate: Sun Apr 21 13:44:32 2024 +0200

Always run Sonar scan against the master branch
---
 .github/workflows/sonar.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml
index 4a3667e4c..acbde6ab2 100644
--- a/.github/workflows/sonar.yml
+++ b/.github/workflows/sonar.yml
@@ -44,4 +44,4 @@ jobs:
   - env:
   GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
   SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
-run: mvn -B -V -Pcoverage -DskipAssembly verify 
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar --no-transfer-progress
+run: ./mvnw verify 
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar 
-Dsonar.branch.name=master -Pcoverage -DskipAssembly --no-transfer-progress



(struts) branch fix/sonar updated: Avoids running Sonar scan in forks

2024-11-18 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch fix/sonar
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/fix/sonar by this push:
 new c009a4ad1 Avoids running Sonar scan in forks
c009a4ad1 is described below

commit c009a4ad1e6502eeca3f9b2ea9dd278106c92ec5
Author: Lukasz Lenart 
AuthorDate: Mon Nov 18 16:06:58 2024 +0100

Avoids running Sonar scan in forks
---
 .github/workflows/sonar.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml
index 54a3b10e8..201f03e24 100644
--- a/.github/workflows/sonar.yml
+++ b/.github/workflows/sonar.yml
@@ -31,7 +31,7 @@ jobs:
   sonarcloud:
 name: Scan
 runs-on: ubuntu-latest
-if: ${{ !github.event.pull_request.head.repo.fork }}
+if: ${{ !github.event.pull_request.base.repo.fork || 
!github.event.pull_request.head.repo.fork }}
 steps:
   - uses: actions/checkout@v4
 with:



(struts) branch master updated (085f50d45 -> 3b7a4d828)

2024-11-18 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git


from 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
 new 3b7a4d828 Merge pull request #1129 from 
sepe81/feature/Upgrade-maven-to-3.9.9-and-wrapper-to-3.3.2

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitattributes|   5 +
 .mvn/wrapper/maven-wrapper.properties |   5 +-
 mvnw  | 435 +++---
 mvnw.cmd  | 304 ++--
 4 files changed, 325 insertions(+), 424 deletions(-)
 create mode 100644 .gitattributes



(struts) 01/01: Merge pull request #1129 from sepe81/feature/Upgrade-maven-to-3.9.9-and-wrapper-to-3.3.2

2024-11-18 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git

commit 3b7a4d828fd761029ad9185050dffcde53bf28a2
Merge: 085f50d45 c8ab6ff64
Author: Lukasz Lenart 
AuthorDate: Mon Nov 18 09:34:02 2024 +0100

Merge pull request #1129 from 
sepe81/feature/Upgrade-maven-to-3.9.9-and-wrapper-to-3.3.2

Upgrade maven to 3.9.9 and wrapper to 3.3.2

 .gitattributes|   5 +
 .mvn/wrapper/maven-wrapper.properties |   5 +-
 mvnw  | 435 +++---
 mvnw.cmd  | 304 ++--
 4 files changed, 325 insertions(+), 424 deletions(-)



(struts) branch fix/sonar updated: Runs Sonar step in case of running on master or PR

2024-11-18 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch fix/sonar
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/fix/sonar by this push:
 new 55885bc86 Runs Sonar step in case of running on master or PR
55885bc86 is described below

commit 55885bc86977d05e7ed94046ac26861881c77a8d
Author: Lukasz Lenart 
AuthorDate: Mon Nov 18 12:34:53 2024 +0100

Runs Sonar step in case of running on master or PR
---
 .github/workflows/sonar.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml
index acbde6ab2..fc64deac3 100644
--- a/.github/workflows/sonar.yml
+++ b/.github/workflows/sonar.yml
@@ -44,4 +44,5 @@ jobs:
   - env:
   GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
   SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
-run: ./mvnw verify 
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar 
-Dsonar.branch.name=master -Pcoverage -DskipAssembly --no-transfer-progress
+if: ${{ github.ref == 'master' || github.base_ref == 'master' }}
+run: ./mvnw -B verify 
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar 
-Dsonar.branch.name=master -Pcoverage -DskipAssembly



(struts) branch master updated (3b7a4d828 -> 780280aae)

2024-11-18 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git


from 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
 new 780280aae Merge pull request #1128 from 
apache/dependabot/github_actions/github/codeql-action-3.27.4

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/codeql.yml   | 6 +++---
 .github/workflows/scorecards-analysis.yaml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)



(struts) 01/01: Merge pull request #1128 from apache/dependabot/github_actions/github/codeql-action-3.27.4

2024-11-18 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git

commit 780280aae1156b2d0d646728a48783925636c267
Merge: 3b7a4d828 b6d9dc9ec
Author: Lukasz Lenart 
AuthorDate: Mon Nov 18 10:18:09 2024 +0100

Merge pull request #1128 from 
apache/dependabot/github_actions/github/codeql-action-3.27.4

Bump github/codeql-action from 3.27.1 to 3.27.4

 .github/workflows/codeql.yml   | 6 +++---
 .github/workflows/scorecards-analysis.yaml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)



(struts) branch dependabot/github_actions/github/codeql-action-3.27.4 deleted (was b6d9dc9ec)

2024-11-18 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch 
dependabot/github_actions/github/codeql-action-3.27.4
in repository https://gitbox.apache.org/repos/asf/struts.git


 was b6d9dc9ec Bump github/codeql-action from 3.27.1 to 3.27.4

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(struts) branch fix/sonar updated (47215ba42 -> 2e431df6b)

2024-11-18 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch fix/sonar
in repository https://gitbox.apache.org/repos/asf/struts.git


omit 47215ba42 Always run Sonar scan against the master branch
 add 100f5052d WW-5418 Forbid enums
 add 7e9f6e84f WW-5418 Exclude Tomcat Jasper classes
 add 3c21e8229 Merge pull request #916 from apache/WW-5418-struts-sec
 add 268ed789e Bump org.assertj:assertj-core from 3.25.2 to 3.25.3
 add efdaf7e50 Merge pull request #909 from 
apache/dependabot/maven/org.assertj-assertj-core-3.25.3
 add 856d98010 Bump actions/upload-artifact from 4.3.1 to 4.3.2
 add eca5b2108 Merge pull request #923 from 
apache/dependabot/github_actions/actions/upload-artifact-4.3.2
 add b2b35f066 Bump org.codehaus.mojo:versions-maven-plugin from 2.16.1 to 
2.16.2
 add 3cde66859 Merge pull request #922 from 
apache/dependabot/maven/org.codehaus.mojo-versions-maven-plugin-2.16.2
 add c1c6a463a Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.2.0
 add 5cd935604 Merge pull request #925 from 
apache/dependabot/maven/org.codehaus.mojo-exec-maven-plugin-3.2.0
 add 2d9af47a9 Bump actions/upload-artifact from 4.3.2 to 4.3.3
 add ed3786c6b Merge pull request #926 from 
apache/dependabot/github_actions/actions/upload-artifact-4.3.3
 add ccd5f5d53 Bump asm.version from 9.6 to 9.7
 add 3ed212a1f Merge pull request #907 from 
apache/dependabot/maven/asm.version-9.7
 add ac409d6cb Bump org.apache.maven.plugins:maven-failsafe-plugin
 add f2e93d017 Merge pull request #905 from 
apache/dependabot/maven/org.apache.maven.plugins-maven-failsafe-plugin-3.2.5
 add 36275b9e0 WW-5420 Upgrades commons-text to ver. 1.12.0
 add c0d1217d7 Merge pull request #924 from apache/feature/WW-5420-text
 add a88cb741d WW-5419 Fixes support for loading Tiles definitions
 add 49b8eedf1 Merge pull request #920 from apache/fix/WW-5419-tiles
 add 758174c52 WW-5400 Extend default configuration options for the CSP 
interceptor. Previously, it was impossible to set global options for the CSP 
interceptor. The only options was to have every action individually implement 
CspSettingsAware.
 add 0151bdeb9 WW-5400 Better toString formatting
 add 6ac8b04ad WW-5400 Added @since Struts 6.5.0 to new properties as 
requested
 add 649760d8b Merge pull request #913 from eschulma/master
 add 942fbd67e Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 
to 3.3.1
 add f338fda6d Merge pull request #934 from 
apache/dependabot/maven/org.apache.maven.plugins-maven-source-plugin-3.3.1
 add c6b53d488 Bump slf4j.version from 2.0.12 to 2.0.13
 add 73be382a9 Merge pull request #936 from 
apache/dependabot/maven/slf4j.version-2.0.13
 add 6e12c25ac Bump 
org.apache.maven.plugins:maven-project-info-reports-plugin
 add 03126c01b Merge pull request #938 from 
apache/dependabot/maven/org.apache.maven.plugins-maven-project-info-reports-plugin-3.5.0
 add 039c5f8d4 Bump ossf/scorecard-action from 2.3.1 to 2.3.3
 add 195b0e59d Merge pull request #939 from 
apache/dependabot/github_actions/ossf/scorecard-action-2.3.3
 add 0a57cac6d WW-5422 Adds dedicate unit test to cover 
DefaultLocaleProvider
 add 49eda37f2 Merge pull request #931 from apache/fix/WW-5422-trimable
 add 4dfbe0934 WW-5414 Always call afterInvocation even in case of exception
 add d147543dc Merge pull request #932 from apache/feature/WW-5414-after
 add b36e88ff4 WW-5415 Fixes accessing public constructors via expression
 add 7c523ac33 WW-5415 Constructor members should be exempted as static 
members
 add 40ccc74b8 Merge pull request #933 from apache/fix/WW-5415-constructor
 add 9ee39d0a2 INFRA-25666 Disables review by code owners * this 
functionality requires to have public teams * currently all ASF teams are 
private
 add 36230dc5b Merge pull request #945 from apache/fix/disable-review
 add 19252adea Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12
 add 8268d0b06 Merge pull request #940 from 
apache/dependabot/maven/org.jacoco-jacoco-maven-plugin-0.8.12
 add ab89b8287 Bump jackson.version from 2.16.1 to 2.17.1
 add 9682b3b42 Merge pull request #944 from 
apache/dependabot/maven/jackson.version-2.17.1
 add e5fcc8f17 Bump org.apache.maven.plugins:maven-assembly-plugin from 
3.6.0 to 3.7.1
 add f6b25ac8a Merge pull request #950 from 
apache/dependabot/maven/org.apache.maven.plugins-maven-assembly-plugin-3.7.1
 add 5c2be7cc7 Bump org.freemarker:freemarker from 2.3.32 to 2.3.33
 add ee040babd Merge pull request #953 from 
apache/dependabot/maven/org.freemarker-freemarker-2.3.33
 add 4a8ff99b1 WW-5424 Fixes ClassCastException when using short var name 
in s:set tag
 add 0cdce0574 Merge pull request #946 from 
apache/fix/WW-5424-class-cast-exception
 add 00752e33c Disables required reviewers option This option doesn't play 
with Silen

(struts) branch fix/sonar updated: Uses Java 21 when running Sonar check

2024-11-18 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch fix/sonar
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/fix/sonar by this push:
 new b1d7c09d0 Uses Java 21 when running Sonar check
b1d7c09d0 is described below

commit b1d7c09d02af4f5ae464c2d2c6c56d1fb59c9241
Author: Lukasz Lenart 
AuthorDate: Mon Nov 18 12:36:28 2024 +0100

Uses Java 21 when running Sonar check
---
 .github/workflows/sonar.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml
index fc64deac3..54a3b10e8 100644
--- a/.github/workflows/sonar.yml
+++ b/.github/workflows/sonar.yml
@@ -39,7 +39,7 @@ jobs:
   - uses: actions/setup-java@v4
 with:
   distribution: temurin
-  java-version: 17
+  java-version: 21
   cache: 'maven'
   - env:
   GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}