(struts-examples) branch dependabot/maven/io.quarkus-quarkus-universe-bom-3.6.8 deleted (was 86eb103)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/io.quarkus-quarkus-universe-bom-3.6.8 in repository https://gitbox.apache.org/repos/asf/struts-examples.git was 86eb103 Bump io.quarkus:quarkus-universe-bom from 3.6.4 to 3.6.8 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-examples) branch dependabot/maven/io.quarkus-quarkus-universe-bom-3.7.1 created (now 7a4cf3b)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/io.quarkus-quarkus-universe-bom-3.7.1 in repository https://gitbox.apache.org/repos/asf/struts-examples.git at 7a4cf3b Bump io.quarkus:quarkus-universe-bom from 3.6.4 to 3.7.1 No new revisions were added by this update.
(struts) branch master updated (ce2467522 -> 4aa1cbc56)
This is an automated email from the ASF dual-hosted git repository. kusal pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/struts.git from ce2467522 Merge pull request #863 from sepe81/feature/dependency-updates add 9328ae7ec WW-5391 Add interface for VelocityManager extension point add ace6a713c WW-5391 Fix VelocityDecoratorServlet add b5fca66ad WW-5391 Migrate other usages add 93f0a5116 WW-5391 Fix bean definition add 889a4180c WW-5391 Fix serialisation warnings new 4aa1cbc56 Merge pull request #867 from apache/WW-5391-velocity-ext-point 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: .../struts2/config_browser/ShowBeansAction.java| 4 +- .../struts2/osgi/OsgiConfigurationProvider.java| 24 +- .../portlet/result/PortletVelocityResult.java | 564 +++-- .../OldDecorator2NewStrutsVelocityDecorator.java | 211 .../struts2/sitemesh/VelocityDecoratorServlet.java | 389 +++--- .../struts2/sitemesh/VelocityPageFilter.java | 24 +- .../velocity/VelocityBeanSelectionProvider.java| 2 +- .../struts2/views/velocity/VelocityManager.java| 5 +- .../views/velocity/VelocityManagerInterface.java | 25 +- .../views/velocity/result/VelocityResult.java | 37 +- .../velocity/template/VelocityTemplateEngine.java | 17 +- .../velocity/src/main/resources/struts-plugin.xml | 4 + 12 files changed, 699 insertions(+), 607 deletions(-) copy core/src/main/java/org/apache/struts2/views/freemarker/tags/IfModel.java => plugins/velocity/src/main/java/org/apache/struts2/views/velocity/VelocityManagerInterface.java (70%)
(struts) 01/01: Merge pull request #867 from apache/WW-5391-velocity-ext-point
This is an automated email from the ASF dual-hosted git repository. kusal pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts.git commit 4aa1cbc56bf1154385acf6413c69a94976b29f61 Merge: ce2467522 889a4180c Author: Kusal Kithul-Godage AuthorDate: Mon Feb 5 13:39:08 2024 +1100 Merge pull request #867 from apache/WW-5391-velocity-ext-point WW-5391 Add interface for VelocityManager extension point .../struts2/config_browser/ShowBeansAction.java| 4 +- .../struts2/osgi/OsgiConfigurationProvider.java| 24 +- .../portlet/result/PortletVelocityResult.java | 564 +++-- .../OldDecorator2NewStrutsVelocityDecorator.java | 211 .../struts2/sitemesh/VelocityDecoratorServlet.java | 389 +++--- .../struts2/sitemesh/VelocityPageFilter.java | 24 +- .../velocity/VelocityBeanSelectionProvider.java| 2 +- .../struts2/views/velocity/VelocityManager.java| 5 +- .../views/velocity/VelocityManagerInterface.java | 39 ++ .../views/velocity/result/VelocityResult.java | 37 +- .../velocity/template/VelocityTemplateEngine.java | 17 +- .../velocity/src/main/resources/struts-plugin.xml | 4 + 12 files changed, 727 insertions(+), 593 deletions(-)
(struts) branch WW-5391-velocity-ext-point deleted (was 889a4180c)
This is an automated email from the ASF dual-hosted git repository. kusal pushed a change to branch WW-5391-velocity-ext-point in repository https://gitbox.apache.org/repos/asf/struts.git was 889a4180c WW-5391 Fix serialisation warnings 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-5390-assembly deleted (was 245eb90aa)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch fix/WW-5390-assembly in repository https://gitbox.apache.org/repos/asf/struts.git was 245eb90aa WW-5390 Fixes generating assemblies during release process 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 release/struts-7-0-x updated (737542a03 -> f0db577e9)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch release/struts-7-0-x in repository https://gitbox.apache.org/repos/asf/struts.git from 737542a03 [maven-release-plugin] prepare for next development iteration add 245eb90aa WW-5390 Fixes generating assemblies during release process add f0db577e9 Merge pull request #868 from apache/fix/WW-5390-assembly No new revisions were added by this update. Summary of changes: assembly/pom.xml | 1 + pom.xml | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-)
(struts) branch fix/temp-folder created (now 59dbff406)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch fix/temp-folder in repository https://gitbox.apache.org/repos/asf/struts.git at 59dbff406 Uses target subfolder instead of TEMP This branch includes the following new commits: new 59dbff406 Uses target subfolder instead of TEMP 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 target subfolder instead of TEMP
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch fix/temp-folder in repository https://gitbox.apache.org/repos/asf/struts.git commit 59dbff4066d8b42bc782be4eb182a4add2084ad7 Author: Lukasz Lenart AuthorDate: Mon Feb 5 07:12:49 2024 +0100 Uses target subfolder instead of TEMP --- .../struts2/dispatcher/multipart/AbstractMultiPartRequestTest.java | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/core/src/test/java/org/apache/struts2/dispatcher/multipart/AbstractMultiPartRequestTest.java b/core/src/test/java/org/apache/struts2/dispatcher/multipart/AbstractMultiPartRequestTest.java index 7c75a7a4d..4caa1ce63 100644 --- a/core/src/test/java/org/apache/struts2/dispatcher/multipart/AbstractMultiPartRequestTest.java +++ b/core/src/test/java/org/apache/struts2/dispatcher/multipart/AbstractMultiPartRequestTest.java @@ -53,12 +53,7 @@ abstract class AbstractMultiPartRequestTest { @BeforeClass public static void beforeClass() { -String dirProp = System.getProperty("java.io.tmpdir"); -if (Path.of(dirProp).toFile().exists()) { -tempDir = Path.of(dirProp, "multi-part-test"); -} else { -tempDir = Path.of("target", "multi-part-test"); -} +tempDir = Path.of("target", "multi-part-test"); } @Before
(struts) branch fix/temp-folder updated (59dbff406 -> f43548c53)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch fix/temp-folder in repository https://gitbox.apache.org/repos/asf/struts.git omit 59dbff406 Uses target subfolder instead of TEMP add f43548c53 Uses target subfolder instead of TEMP 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 (59dbff406) \ N -- N -- N refs/heads/fix/temp-folder (f43548c53) 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: .../multipart/AbstractMultiPartRequestTest.java| 34 -- 1 file changed, 18 insertions(+), 16 deletions(-)
(struts) branch fix/temp-folder updated (f43548c53 -> 9afb24bda)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch fix/temp-folder in repository https://gitbox.apache.org/repos/asf/struts.git omit f43548c53 Uses target subfolder instead of TEMP add 9afb24bda Ensures if temp folder is writable 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 (f43548c53) \ N -- N -- N refs/heads/fix/temp-folder (9afb24bda) 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:
(struts) branch release/struts-7-0-x updated (f0db577e9 -> e6d1f59de)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch release/struts-7-0-x in repository https://gitbox.apache.org/repos/asf/struts.git from f0db577e9 Merge pull request #868 from apache/fix/WW-5390-assembly add 9afb24bda Ensures if temp folder is writable add e6d1f59de Merge pull request #869 from apache/fix/temp-folder No new revisions were added by this update. Summary of changes: .../multipart/AbstractMultiPartRequestTest.java| 39 ++ 1 file changed, 18 insertions(+), 21 deletions(-)
(struts) branch fix/temp-folder deleted (was 9afb24bda)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch fix/temp-folder in repository https://gitbox.apache.org/repos/asf/struts.git was 9afb24bda Ensures if temp folder is writable The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.