You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ya...@apache.org on 2022/01/18 06:40:23 UTC

[struts] branch fix/double_evaluations_2_5 updated (8d6e26e -> e647e5c)

This is an automated email from the ASF dual-hosted git repository.

yasserzamani pushed a change to branch fix/double_evaluations_2_5
in repository https://gitbox.apache.org/repos/asf/struts.git.


    from 8d6e26e  fix double evaluations
     add 26e1535  [maven-release-plugin] prepare release STRUTS_2_5_27
     add d9ba299  [maven-release-plugin] prepare for next development iteration
     add 43358de  WW-5149 Puts back labelposition with a warning of deprecation
     add 62d46b6  WW-5149 Makes labelPosition preferred option than labelposition
     add cae7a5f  Merge pull request #510 from apache/WW-5149-labelposition
     add dc579c0  [maven-release-plugin] prepare release STRUTS_2_5_28
     add 18ff6c1  [maven-release-plugin] prepare for next development iteration
     add dc349dd  Upgrades Log4j to version 2.12.2
     add 8ce5811  [maven-release-plugin] prepare release STRUTS_2_5_28_1
     add 93303b4  [maven-release-plugin] prepare for next development iteration
     add 3dd751b  Upgrades Log4j to version 2.12.3
     add 53aeafd  [maven-release-plugin] prepare release STRUTS_2_5_28_2
     add 6ae6283  [maven-release-plugin] prepare for next development iteration
     add 45ccf7d  Upgrades Log4j to version 2.12.4
     add 9f14276  [maven-release-plugin] prepare release STRUTS_2_5_28_3
     add 25da849  [maven-release-plugin] prepare for next development iteration
     add 377c0cb  Fixes versioning after the latest release
     add 5e624fa  WW-5117 Restores previous behavior where tag was before action on stack
     add 2825fdb  WW-5117 Evaluates dynamic attributes when assigning them to tag Reverts https://github.com/apache/struts/pull/447/commits/8bbe1949e17d58e1b5aef9c71e1279ad12ad7ba7#diff-0a39f082871f48bd14037ab2e3a3911b0b1046506c1d93338024d77d412a7075L305-L309
     add a7fdf13  WW-5117 Does a conditional evaluation depending on the tag Some tags requires to perform a lazy evaluation which can only happen in ftl template as performing it in the component class is not possible
     add 5c247b3  WW-5117 Uses translateVariables instead of findString to allow join expressions
     add c495824  Merge pull request #524 from apache/WW-5117-evaluate-dynamic-attributes
     add e6b9aab  Fixes wrong SNAPSHOT version in BOM
     add 00be980  [maven-release-plugin] prepare release STRUTS_2_5_29
     add 8d0382c  [maven-release-plugin] prepare for next development iteration
     add e647e5c  Merge branch 'struts-2-5-x' into fix/double_evaluations_2_5

No new revisions were added by this update.

Summary of changes:
 apps/pom.xml                                       |  2 +-
 apps/rest-showcase/pom.xml                         |  4 +--
 apps/showcase/pom.xml                              |  2 +-
 assembly/pom.xml                                   |  2 +-
 bom/pom.xml                                        |  6 ++--
 bundles/admin/pom.xml                              |  2 +-
 bundles/demo/pom.xml                               |  2 +-
 bundles/pom.xml                                    |  2 +-
 core/pom.xml                                       |  2 +-
 .../org/apache/struts2/components/Checkbox.java    |  2 +-
 .../apache/struts2/components/CheckboxList.java    | 16 +++++++++--
 .../org/apache/struts2/components/ListUIBean.java  |  1 -
 .../java/org/apache/struts2/components/Radio.java  | 17 ++++++++++--
 .../java/org/apache/struts2/components/UIBean.java | 32 ++++++++++++++++++----
 .../template/FreemarkerTemplateEngine.java         |  9 ++----
 .../apache/struts2/views/jsp/ui/AbstractUITag.java | 13 +++++++--
 .../resources/template/simple/checkboxlist.ftl     |  8 +++---
 .../template/simple/dynamic-attributes.ftl         |  8 ++++--
 .../main/resources/template/simple/radiomap.ftl    |  5 ++--
 .../apache/struts2/views/jsp/ui/TextfieldTest.java |  5 ++--
 .../apache/struts2/views/jsp/ui/Textfield-5.txt    |  2 +-
 plugins/bean-validation/pom.xml                    |  2 +-
 plugins/cdi/pom.xml                                |  2 +-
 plugins/config-browser/pom.xml                     |  2 +-
 plugins/convention/pom.xml                         |  2 +-
 plugins/dwr/pom.xml                                |  2 +-
 plugins/embeddedjsp/pom.xml                        |  2 +-
 plugins/gxp/pom.xml                                |  2 +-
 plugins/jasperreports/pom.xml                      |  2 +-
 plugins/javatemplates/pom.xml                      |  2 +-
 plugins/jfreechart/pom.xml                         |  2 +-
 plugins/json/pom.xml                               |  2 +-
 plugins/junit/pom.xml                              |  2 +-
 plugins/osgi/pom.xml                               |  2 +-
 plugins/oval/pom.xml                               |  2 +-
 plugins/pell-multipart/pom.xml                     |  2 +-
 plugins/plexus/pom.xml                             |  2 +-
 plugins/pom.xml                                    |  2 +-
 plugins/portlet-tiles/pom.xml                      |  2 +-
 plugins/portlet/pom.xml                            |  2 +-
 plugins/rest/pom.xml                               |  2 +-
 plugins/sitegraph/pom.xml                          |  2 +-
 plugins/sitemesh/pom.xml                           |  2 +-
 plugins/spring/pom.xml                             |  2 +-
 plugins/testng/pom.xml                             |  2 +-
 plugins/tiles/pom.xml                              |  2 +-
 pom.xml                                            |  8 +++---
 47 files changed, 125 insertions(+), 75 deletions(-)