(struts) 01/01: Merge pull request #1224 from apache/fix/WW-5529-maxlength-s7

2025-02-19 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

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

commit 5c22c0da745101e3f2b527bd48989c94b39a385a
Merge: d727fbf6b e9116ae3d
Author: Lukasz Lenart 
AuthorDate: Wed Feb 19 14:06:11 2025 +0100

Merge pull request #1224 from apache/fix/WW-5529-maxlength-s7

WW-5529 Adds autogenerated files with updated desc

 core/src/site/resources/tags/combobox-attributes.html  | 8 
 core/src/site/resources/tags/password-attributes.html  | 8 
 core/src/site/resources/tags/textfield-attributes.html | 8 
 3 files changed, 24 deletions(-)



(struts) branch main updated (d727fbf6b -> 5c22c0da7)

2025-02-19 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

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


from d727fbf6b [maven-release-plugin] prepare for next development iteration
 add e9116ae3d WW-5529 Adds autogenerated files with updated desc
 new 5c22c0da7 Merge pull request #1224 from apache/fix/WW-5529-maxlength-s7

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:
 core/src/site/resources/tags/combobox-attributes.html  | 8 
 core/src/site/resources/tags/password-attributes.html  | 8 
 core/src/site/resources/tags/textfield-attributes.html | 8 
 3 files changed, 24 deletions(-)



(struts) branch fix/WW-5529-maxlength-s7 deleted (was e9116ae3d)

2025-02-19 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch fix/WW-5529-maxlength-s7
in repository https://gitbox.apache.org/repos/asf/struts.git


 was e9116ae3d WW-5529 Adds autogenerated files with updated desc

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: WW-5531 Enforce JRE8 compatibility (when compiled on JDK9+)

2025-02-19 Thread kusal
This is an automated email from the ASF dual-hosted git repository.

kusal pushed a commit to branch WW-5531-jre8-compat
in repository https://gitbox.apache.org/repos/asf/struts.git

commit fe5b1977383b05f08eaa049385b0f67eb19b8f8a
Author: Kusal Kithul-Godage 
AuthorDate: Thu Feb 20 16:23:10 2025 +1100

WW-5531 Enforce JRE8 compatibility (when compiled on JDK9+)
---
 pom.xml | 9 +
 1 file changed, 9 insertions(+)

diff --git a/pom.xml b/pom.xml
index f38c0be3a..8fcd4bbc6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -183,6 +183,15 @@
 
 
 
+
+jdk9plus
+
+[9,)
+
+
+8
+
+
 
 jdk17
 



(struts) branch WW-5531-jre8-compat created (now fe5b19773)

2025-02-19 Thread kusal
This is an automated email from the ASF dual-hosted git repository.

kusal pushed a change to branch WW-5531-jre8-compat
in repository https://gitbox.apache.org/repos/asf/struts.git


  at fe5b19773 WW-5531 Enforce JRE8 compatibility (when compiled on JDK9+)

This branch includes the following new commits:

 new fe5b19773 WW-5531 Enforce JRE8 compatibility (when compiled on JDK9+)

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 WW-5531-jre8-compat deleted (was fe5b19773)

2025-02-19 Thread kusal
This is an automated email from the ASF dual-hosted git repository.

kusal pushed a change to branch WW-5531-jre8-compat
in repository https://gitbox.apache.org/repos/asf/struts.git


 was fe5b19773 WW-5531 Enforce JRE8 compatibility (when compiled on JDK9+)

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 #1225 from apache/WW-5531-jre8-compat

2025-02-19 Thread kusal
This is an automated email from the ASF dual-hosted git repository.

kusal pushed a commit to branch release/struts-6-7-x
in repository https://gitbox.apache.org/repos/asf/struts.git

commit a4e9902d947997e3ce4aa1f79a172785a46c738d
Merge: 87e322dbe fe5b19773
Author: Kusal Kithul-Godage 
AuthorDate: Thu Feb 20 17:22:42 2025 +1100

Merge pull request #1225 from apache/WW-5531-jre8-compat

WW-5531 Enforce JRE8 compatibility (when compiled on JDK9+)

 pom.xml | 9 +
 1 file changed, 9 insertions(+)



(struts) branch release/struts-6-7-x updated (87e322dbe -> a4e9902d9)

2025-02-19 Thread kusal
This is an automated email from the ASF dual-hosted git repository.

kusal pushed a change to branch release/struts-6-7-x
in repository https://gitbox.apache.org/repos/asf/struts.git


from 87e322dbe [maven-release-plugin] prepare for next development iteration
 add fe5b19773 WW-5531 Enforce JRE8 compatibility (when compiled on JDK9+)
 new a4e9902d9 Merge pull request #1225 from apache/WW-5531-jre8-compat

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 | 9 +
 1 file changed, 9 insertions(+)