(struts) branch master updated (e3e854a67 -> 935868c75)
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 e3e854a67 Merge pull request #1000 from apache/dependabot/maven/org.apache.commons-commons-lang3-3.15.0 add 479a9d86e WW-5451 Fixes NPE when iterator starts with null new 935868c75 Merge pull request #1008 from apache/feature/WW-5451-null-iterator 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/components/IteratorComponent.java | 5 ++- .../struts2/components/IteratorComponentTest.java | 36 ++ .../apache/struts2/views/jsp/IteratorTagTest.java | 36 +- 3 files changed, 75 insertions(+), 2 deletions(-)
(struts) 01/01: Merge pull request #1008 from apache/feature/WW-5451-null-iterator
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 935868c756fb82b8e8768e0d83be5f8d25759900 Merge: e3e854a67 479a9d86e Author: Lukasz Lenart AuthorDate: Thu Aug 1 12:01:46 2024 +0200 Merge pull request #1008 from apache/feature/WW-5451-null-iterator WW-5451 Fixes NPE when iterator starts with null .../struts2/components/IteratorComponent.java | 5 ++- .../struts2/components/IteratorComponentTest.java | 36 ++ .../apache/struts2/views/jsp/IteratorTagTest.java | 36 +- 3 files changed, 75 insertions(+), 2 deletions(-)
(struts) branch feature/WW-5451-null-iterator deleted (was 479a9d86e)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch feature/WW-5451-null-iterator in repository https://gitbox.apache.org/repos/asf/struts.git was 479a9d86e WW-5451 Fixes NPE when iterator starts with null The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.