This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch release/struts-6-7-x in repository https://gitbox.apache.org/repos/asf/struts.git
from 1f5305c24 [maven-release-plugin] prepare release STRUTS_6_7_0 add 4feceee5f WW-5493 Restores parameters and uses getAttributes() Instead of using parameters field directly, this PR uses getAttributes() instead to avoid coupling with internal Component state new 4714d2767 Merge pull request #1141 from apache/fix/WW-5493-parameters 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: .../apache/struts2/components/ActionComponent.java | 4 ++-- .../org/apache/struts2/components/Component.java | 20 ++++++++++++-------- .../java/org/apache/struts2/components/Form.java | 2 +- .../java/org/apache/struts2/components/Include.java | 9 ++++----- .../java/org/apache/struts2/components/Label.java | 4 ++-- .../org/apache/struts2/components/ListUIBean.java | 2 +- .../struts2/components/ServletUrlRenderer.java | 2 +- .../java/org/apache/struts2/components/UIBean.java | 4 ++-- .../main/java/org/apache/struts2/components/URL.java | 2 +- 9 files changed, 26 insertions(+), 23 deletions(-)