(struts) branch feature/WW-5465-attributes updated (00f979e9c -> b17d7f6ff)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch feature/WW-5465-attributes in repository https://gitbox.apache.org/repos/asf/struts.git from 00f979e9c WW-5465 Renames tag parameters to attributes add b17d7f6ff WW-5465 Short-circuits attributes processing if not found in ValueStack No new revisions were added by this update. Summary of changes: .../org/apache/struts2/views/freemarker/ScopesHashModel.java | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-)
(struts) branch feature/WW-5465-attributes updated (d403f1b34 -> 00f979e9c)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch feature/WW-5465-attributes in repository https://gitbox.apache.org/repos/asf/struts.git discard d403f1b34 WW-5465 Renames tag parameters to attributes add 00f979e9c WW-5465 Renames tag parameters to attributes 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 (d403f1b34) \ N -- N -- N refs/heads/feature/WW-5465-attributes (00f979e9c) 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: jakarta/pom.xml | 2 -- 1 file changed, 2 deletions(-)
(struts-examples) branch dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.10.1 created (now cdd8b66)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.10.1 in repository https://gitbox.apache.org/repos/asf/struts-examples.git at cdd8b66 Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.10.1 No new revisions were added by this update.
(struts-examples) branch dependabot/maven/log4j2.version-2.24.1 created (now 282c3a8)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/log4j2.version-2.24.1 in repository https://gitbox.apache.org/repos/asf/struts-examples.git at 282c3a8 Bump log4j2.version from 2.23.1 to 2.24.1 No new revisions were added by this update.
(struts-examples) branch dependabot/maven/jakarta.servlet-jakarta.servlet-api-6.1.0 created (now 6edf340)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/jakarta.servlet-jakarta.servlet-api-6.1.0 in repository https://gitbox.apache.org/repos/asf/struts-examples.git at 6edf340 Bump jakarta.servlet:jakarta.servlet-api from 6.0.0 to 6.1.0 No new revisions were added by this update.
(struts-examples) branch dependabot/maven/jakarta.servlet.jsp-jakarta.servlet.jsp-api-4.0.0 created (now e8b53f0)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/jakarta.servlet.jsp-jakarta.servlet.jsp-api-4.0.0 in repository https://gitbox.apache.org/repos/asf/struts-examples.git at e8b53f0 Bump jakarta.servlet.jsp:jakarta.servlet.jsp-api from 3.1.0 to 4.0.0 No new revisions were added by this update.
(struts-examples) branch dependabot/maven/shiro.version-2.0.1 created (now d997bed)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/shiro.version-2.0.1 in repository https://gitbox.apache.org/repos/asf/struts-examples.git at d997bed Bump shiro.version from 2.0.0 to 2.0.1 No new revisions were added by this update.
(struts) 01/01: WW-5471 Marks Sitemesh plugin as deprecated
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch feature/WW-5471-deprecate-sitemesh in repository https://gitbox.apache.org/repos/asf/struts.git commit 68e6fe20e31ec11fc46181e1aa3a231d2287c633 Author: Lukasz Lenart AuthorDate: Mon Oct 14 07:50:00 2024 +0200 WW-5471 Marks Sitemesh plugin as deprecated --- plugins/sitemesh/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/sitemesh/pom.xml b/plugins/sitemesh/pom.xml index 0c3d1a35a..11db635f4 100644 --- a/plugins/sitemesh/pom.xml +++ b/plugins/sitemesh/pom.xml @@ -29,7 +29,7 @@ struts2-sitemesh-plugin jar -Struts 2 Sitemesh Plugin +DEPRECATED: Struts 2 Sitemesh Plugin
(struts) branch feature/WW-5471-deprecate-sitemesh updated (68e6fe20e -> 49ddf6130)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch feature/WW-5471-deprecate-sitemesh in repository https://gitbox.apache.org/repos/asf/struts.git discard 68e6fe20e WW-5471 Marks Sitemesh plugin as deprecated new 49ddf6130 WW-5471 Marks Sitemesh plugin as deprecated 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 (68e6fe20e) \ N -- N -- N refs/heads/feature/WW-5471-deprecate-sitemesh (49ddf6130) 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. 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: .../java/org/apache/struts2/sitemesh/FreemarkerDecoratorServlet.java | 4 .../java/org/apache/struts2/sitemesh/VelocityDecoratorServlet.java| 4 2 files changed, 8 insertions(+)
(struts) 01/01: WW-5471 Marks Sitemesh plugin as deprecated
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch feature/WW-5471-deprecate-sitemesh in repository https://gitbox.apache.org/repos/asf/struts.git commit 49ddf6130a4cc28bddee84c2d56887c138991713 Author: Lukasz Lenart AuthorDate: Mon Oct 14 07:50:00 2024 +0200 WW-5471 Marks Sitemesh plugin as deprecated --- plugins/sitemesh/pom.xml | 2 +- .../java/org/apache/struts2/sitemesh/FreemarkerDecoratorServlet.java | 4 .../java/org/apache/struts2/sitemesh/VelocityDecoratorServlet.java| 4 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/plugins/sitemesh/pom.xml b/plugins/sitemesh/pom.xml index 0c3d1a35a..11db635f4 100644 --- a/plugins/sitemesh/pom.xml +++ b/plugins/sitemesh/pom.xml @@ -29,7 +29,7 @@ struts2-sitemesh-plugin jar -Struts 2 Sitemesh Plugin +DEPRECATED: Struts 2 Sitemesh Plugin diff --git a/plugins/sitemesh/src/main/java/org/apache/struts2/sitemesh/FreemarkerDecoratorServlet.java b/plugins/sitemesh/src/main/java/org/apache/struts2/sitemesh/FreemarkerDecoratorServlet.java index b6bd1ac74..a63b7c0fa 100644 --- a/plugins/sitemesh/src/main/java/org/apache/struts2/sitemesh/FreemarkerDecoratorServlet.java +++ b/plugins/sitemesh/src/main/java/org/apache/struts2/sitemesh/FreemarkerDecoratorServlet.java @@ -53,7 +53,10 @@ import java.util.Locale; * It overrides the SiteMesh servlet to rely on the * Freemarker Manager in Struts instead of creating it's * own manager + * + * @deprecated Sitemesh 2 based plugin is not supported anymore */ +@Deprecated public class FreemarkerDecoratorServlet extends freemarker.ext.servlet.FreemarkerServlet { private static final Logger LOG = LogManager.getLogger(FreemarkerDecoratorServlet.class); @@ -69,6 +72,7 @@ public class FreemarkerDecoratorServlet extends freemarker.ext.servlet.Freemarke private boolean noCharsetInContentType; public void init() throws ServletException { +LOG.warn("This plugin is deprecated. Please migrate to a plugin which bases on Sitemesh 3!"); try { Dispatcher dispatcher = Dispatcher.getInstance(getServletContext()); if (dispatcher == null) { diff --git a/plugins/sitemesh/src/main/java/org/apache/struts2/sitemesh/VelocityDecoratorServlet.java b/plugins/sitemesh/src/main/java/org/apache/struts2/sitemesh/VelocityDecoratorServlet.java index b2079c2f2..32f202913 100644 --- a/plugins/sitemesh/src/main/java/org/apache/struts2/sitemesh/VelocityDecoratorServlet.java +++ b/plugins/sitemesh/src/main/java/org/apache/struts2/sitemesh/VelocityDecoratorServlet.java @@ -53,7 +53,10 @@ import java.io.StringWriter; * It overrides the SiteMesh servlet to rely on the * Velocity Manager in Struts instead of creating it's * own manager + * + * @deprecated Sitemesh 2 based plugin is not supported anymore */ +@Deprecated public class VelocityDecoratorServlet extends VelocityViewServlet { private static final Logger LOG = LogManager.getLogger(VelocityDecoratorServlet.class); @@ -76,6 +79,7 @@ public class VelocityDecoratorServlet extends VelocityViewServlet { * @param config servlet configuration */ public void init(ServletConfig config) throws ServletException { +LOG.warn("This plugin is deprecated. Please migrate to a plugin which bases on Sitemesh 3!"); super.init(config); Dispatcher dispatcher = Dispatcher.getInstance(getServletContext()); if (dispatcher == null) {
(struts) branch feature/WW-5471-deprecate-sitemesh created (now 68e6fe20e)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch feature/WW-5471-deprecate-sitemesh in repository https://gitbox.apache.org/repos/asf/struts.git at 68e6fe20e WW-5471 Marks Sitemesh plugin as deprecated This branch includes the following new commits: new 68e6fe20e WW-5471 Marks Sitemesh plugin as deprecated 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) branch master updated (b115a510a -> 78451db87)
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 b115a510a Merge pull request #1064 from apache/dependabot/maven/log4j2.version-2.24.1 add 1bcadd468 Bump jackson.version from 2.17.2 to 2.18.0 new 78451db87 Merge pull request #1062 from apache/dependabot/maven/jackson.version-2.18.0 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: pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
(struts) 01/01: Merge pull request #1062 from apache/dependabot/maven/jackson.version-2.18.0
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 78451db87ef348bb221aae2c5bb7c584799510c1 Merge: b115a510a 1bcadd468 Author: Lukasz Lenart AuthorDate: Mon Oct 14 08:08:01 2024 +0200 Merge pull request #1062 from apache/dependabot/maven/jackson.version-2.18.0 WW-5469 Bump jackson.version from 2.17.2 to 2.18.0 pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
(struts) branch dependabot/maven/jackson.version-2.18.0 deleted (was 1bcadd468)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch dependabot/maven/jackson.version-2.18.0 in repository https://gitbox.apache.org/repos/asf/struts.git was 1bcadd468 Bump jackson.version from 2.17.2 to 2.18.0 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/github_actions/github/codeql-action-3.26.12 deleted (was 3e04197ba)
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.26.12 in repository https://gitbox.apache.org/repos/asf/struts.git was 3e04197ba Bump github/codeql-action from 3.26.8 to 3.26.12 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 master updated (b3629460e -> 2eff2da4f)
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 b3629460e Merge pull request #1073 from apache/dependabot/github_actions/github/codeql-action-3.26.12 add 3528b8832 Bump actions/upload-artifact from 4.4.0 to 4.4.3 new 2eff2da4f Merge pull request #1074 from apache/dependabot/github_actions/actions/upload-artifact-4.4.3 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/scorecards-analysis.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
(struts) 01/01: Merge pull request #1074 from apache/dependabot/github_actions/actions/upload-artifact-4.4.3
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 2eff2da4fd2d8968cdbf8848e36528aed1776b07 Merge: b3629460e 3528b8832 Author: Lukasz Lenart AuthorDate: Mon Oct 14 07:24:46 2024 +0200 Merge pull request #1074 from apache/dependabot/github_actions/actions/upload-artifact-4.4.3 Bump actions/upload-artifact from 4.4.0 to 4.4.3 .github/workflows/scorecards-analysis.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
(struts) branch dependabot/github_actions/actions/upload-artifact-4.4.3 deleted (was 3528b8832)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch dependabot/github_actions/actions/upload-artifact-4.4.3 in repository https://gitbox.apache.org/repos/asf/struts.git was 3528b8832 Bump actions/upload-artifact from 4.4.0 to 4.4.3 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) 01/01: Merge pull request #1073 from apache/dependabot/github_actions/github/codeql-action-3.26.12
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 b3629460e6eee624d306e77030fd8a6c9cec65c9 Merge: d33be1d43 3e04197ba Author: Lukasz Lenart AuthorDate: Mon Oct 14 07:24:29 2024 +0200 Merge pull request #1073 from apache/dependabot/github_actions/github/codeql-action-3.26.12 Bump github/codeql-action from 3.26.8 to 3.26.12 .github/workflows/codeql.yml | 6 +++--- .github/workflows/scorecards-analysis.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-)
(struts) branch master updated (d33be1d43 -> b3629460e)
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 d33be1d43 [maven-release-plugin] prepare for next development iteration add 3e04197ba Bump github/codeql-action from 3.26.8 to 3.26.12 new b3629460e Merge pull request #1073 from apache/dependabot/github_actions/github/codeql-action-3.26.12 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) branch master updated (cd7f1097e -> fbab5d4df)
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 cd7f1097e Merge pull request #1061 from apache/dependabot/maven/commons-logging-commons-logging-1.3.4 add 9d903ddf9 Bump org.apache.maven.plugins:maven-project-info-reports-plugin add fbab5d4df Merge pull request #1065 from apache/dependabot/maven/org.apache.maven.plugins-maven-project-info-reports-plugin-3.7.0 No new revisions were added by this update. Summary of changes: pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
(struts) branch master updated (2eff2da4f -> cd7f1097e)
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 2eff2da4f Merge pull request #1074 from apache/dependabot/github_actions/actions/upload-artifact-4.4.3 add 7473b4cef Bump commons-logging:commons-logging from 1.3.3 to 1.3.4 new cd7f1097e Merge pull request #1061 from apache/dependabot/maven/commons-logging-commons-logging-1.3.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: pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
(struts) branch dependabot/maven/commons-logging-commons-logging-1.3.4 deleted (was 7473b4cef)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch dependabot/maven/commons-logging-commons-logging-1.3.4 in repository https://gitbox.apache.org/repos/asf/struts.git was 7473b4cef Bump commons-logging:commons-logging from 1.3.3 to 1.3.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) 01/01: Merge pull request #1061 from apache/dependabot/maven/commons-logging-commons-logging-1.3.4
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 cd7f1097e27455c7a42ee5e224fdd7bdfc938199 Merge: 2eff2da4f 7473b4cef Author: Lukasz Lenart AuthorDate: Mon Oct 14 07:27:47 2024 +0200 Merge pull request #1061 from apache/dependabot/maven/commons-logging-commons-logging-1.3.4 Bump commons-logging:commons-logging from 1.3.3 to 1.3.4 pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
(struts) branch dependabot/maven/org.apache.maven.plugins-maven-project-info-reports-plugin-3.7.0 deleted (was 9d903ddf9)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch dependabot/maven/org.apache.maven.plugins-maven-project-info-reports-plugin-3.7.0 in repository https://gitbox.apache.org/repos/asf/struts.git was 9d903ddf9 Bump org.apache.maven.plugins:maven-project-info-reports-plugin 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/WW-5468-modeldriven deleted (was 5c5683907)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch fix/WW-5468-modeldriven in repository https://gitbox.apache.org/repos/asf/struts.git was 5c5683907 WW-5468 Fixes @StrutsParameter for ModelDriven 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.0 updated (1f2f3827a -> ec649ad7a)
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.0 in repository https://gitbox.apache.org/repos/asf/struts.git discard 1f2f3827a Bump jackson.version from 2.17.2 to 2.18.0 add 0bd4266d2 WW-5297 Fixes checking nonce of invalidated session add 75cc664fd Merge pull request #1060 from apache/fix/WW-5297-invalid-session add c81245029 [maven-release-plugin] prepare release STRUTS_6_6_1 add d33be1d43 [maven-release-plugin] prepare for next development iteration add 3e04197ba Bump github/codeql-action from 3.26.8 to 3.26.12 add b3629460e Merge pull request #1073 from apache/dependabot/github_actions/github/codeql-action-3.26.12 add 3528b8832 Bump actions/upload-artifact from 4.4.0 to 4.4.3 add 2eff2da4f Merge pull request #1074 from apache/dependabot/github_actions/actions/upload-artifact-4.4.3 add 7473b4cef Bump commons-logging:commons-logging from 1.3.3 to 1.3.4 add cd7f1097e Merge pull request #1061 from apache/dependabot/maven/commons-logging-commons-logging-1.3.4 add 9d903ddf9 Bump org.apache.maven.plugins:maven-project-info-reports-plugin add fbab5d4df Merge pull request #1065 from apache/dependabot/maven/org.apache.maven.plugins-maven-project-info-reports-plugin-3.7.0 add ec649ad7a Bump jackson.version from 2.17.2 to 2.18.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 (1f2f3827a) \ N -- N -- N refs/heads/dependabot/maven/jackson.version-2.18.0 (ec649ad7a) 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/codeql.yml | 6 +-- .github/workflows/scorecards-analysis.yaml | 4 +- .../java/org/apache/struts2/components/UIBean.java | 8 +++- .../org/apache/struts2/components/UIBeanTest.java | 43 +++--- .../struts2/views/java/simple/AbstractTest.java| 11 ++ .../apache/struts2/views/java/simple/HeadTest.java | 2 +- .../apache/struts2/views/java/simple/LinkTest.java | 18 ++--- .../struts2/views/java/simple/ScriptTest.java | 12 -- pom.xml| 6 +-- 9 files changed, 67 insertions(+), 43 deletions(-)
(struts) branch master updated (fbab5d4df -> b115a510a)
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 fbab5d4df Merge pull request #1065 from apache/dependabot/maven/org.apache.maven.plugins-maven-project-info-reports-plugin-3.7.0 add 4ccde0087 Bump log4j2.version from 2.23.1 to 2.24.1 new b115a510a Merge pull request #1064 from apache/dependabot/maven/log4j2.version-2.24.1 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: pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
(struts) 01/01: Merge pull request #1064 from apache/dependabot/maven/log4j2.version-2.24.1
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 b115a510a6a58697597e5a590e7f88bd65074a64 Merge: fbab5d4df 4ccde0087 Author: Lukasz Lenart AuthorDate: Mon Oct 14 07:39:16 2024 +0200 Merge pull request #1064 from apache/dependabot/maven/log4j2.version-2.24.1 WW-5470 Bump log4j2.version from 2.23.1 to 2.24.1 pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
(struts) branch dependabot/maven/jackson.version-2.18.0 updated (ec649ad7a -> 1bcadd468)
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.0 in repository https://gitbox.apache.org/repos/asf/struts.git discard ec649ad7a Bump jackson.version from 2.17.2 to 2.18.0 add 4ccde0087 Bump log4j2.version from 2.23.1 to 2.24.1 add b115a510a Merge pull request #1064 from apache/dependabot/maven/log4j2.version-2.24.1 add 1bcadd468 Bump jackson.version from 2.17.2 to 2.18.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 (ec649ad7a) \ N -- N -- N refs/heads/dependabot/maven/jackson.version-2.18.0 (1bcadd468) 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
(struts) branch dependabot/maven/log4j2.version-2.24.1 deleted (was 4ccde0087)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch dependabot/maven/log4j2.version-2.24.1 in repository https://gitbox.apache.org/repos/asf/struts.git was 4ccde0087 Bump log4j2.version from 2.23.1 to 2.24.1 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/org.mockito-mockito-core-5.0.0 deleted (was 5f36238a9)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.mockito-mockito-core-5.0.0 in repository https://gitbox.apache.org/repos/asf/struts.git was 5f36238a9 Bump org.mockito:mockito-core from 4.3.1 to 5.0.0 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/github_actions/github/codeql-action-3.26.12 created (now 3e04197ba)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/github_actions/github/codeql-action-3.26.12 in repository https://gitbox.apache.org/repos/asf/struts.git at 3e04197ba Bump github/codeql-action from 3.26.8 to 3.26.12 No new revisions were added by this update.
(struts) branch dependabot/github_actions/github/codeql-action-3.26.11 deleted (was 20a860232)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/github_actions/github/codeql-action-3.26.11 in repository https://gitbox.apache.org/repos/asf/struts.git was 20a860232 Bump github/codeql-action from 3.26.8 to 3.26.11 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/github_actions/actions/upload-artifact-4.4.3 created (now 3528b8832)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/github_actions/actions/upload-artifact-4.4.3 in repository https://gitbox.apache.org/repos/asf/struts.git at 3528b8832 Bump actions/upload-artifact from 4.4.0 to 4.4.3 No new revisions were added by this update.
(struts-examples) branch dependabot/github_actions/actions/cache-4.1.1 created (now 967c73f)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/github_actions/actions/cache-4.1.1 in repository https://gitbox.apache.org/repos/asf/struts-examples.git at 967c73f Bump actions/cache from 4.0.2 to 4.1.1 No new revisions were added by this update.
(struts-examples) branch dependabot/github_actions/actions/checkout-4.2.1 created (now ad9440d)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/github_actions/actions/checkout-4.2.1 in repository https://gitbox.apache.org/repos/asf/struts-examples.git at ad9440d Bump actions/checkout from 4.1.7 to 4.2.1 No new revisions were added by this update.