This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a change to branch feature/WW-5482-locale
in repository https://gitbox.apache.org/repos/asf/struts.git
discard f7b6bc23a WW-5482 Moves locale related code into
org.apache.struts2.locale
discard 026c992c0 WW-5481 Extracts duplicated code
discard dc62488bc WW-5481 Moves text related classes into
org.apache.struts2.text
add ced44650e WW-5480 Warn against potential templating bug
add 22036174c Merge pull request #1108 from
apache/WW-5480-templating-warning
add d351843ec WW-3714 Move new Result class into result package
add 01d953b1e Merge remote-tracking branch
'origin/WW-3714-result-repackage' into 7.0.x/merge-master-2024-11-03
add b0f2f0a8b Merge pull request #1110 from
apache/7.0.x/merge-master-2024-11-03
add 957783b8a Merge pull request #1112 from
apache/feature/WW-5459-restructure
add 80dab5294 WW-5481 Moves text related classes into
org.apache.struts2.text
add e6c7ced60 WW-5481 Extracts duplicated code
add 058a4495b Merge pull request #1113 from apache/feature/WW-5481-text
add 0c2d275dc WW-5482 Moves locale related code into
org.apache.struts2.locale
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 (f7b6bc23a)
\
N -- N -- N refs/heads/feature/WW-5482-locale (0c2d275dc)
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:
.../java/org/apache/struts2/components/UIBean.java | 9 +++-
.../org/apache/struts2/components/UIBeanTest.java | 48 ++++++++++++++++++----
2 files changed, 47 insertions(+), 10 deletions(-)