This is an automated email from the ASF dual-hosted git repository.
gk pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/turbine-core.git
from 17587806 add rundata based locale setting in session (temp storage),
integrated in LocalizationTool + test, update yauaa to 7.22.0
new a92bba43 Fix deprecated reflection without default constructor
new 54579d77 Update deps in pom
new 29a6875d Fix Date time service, tool and test. Allow Instant as
argument to formatting. Integrate with Turbine Localization Utils and Tool.
new ba1d39ce Refactored and Fixed Date time formatter: extend with zoneId,
use locale in tool, if available, add debug log in RundataLocalizationService
The 4 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:
conf/test/CompleteTurbineResources.properties | 18 ++-
conf/test/fulcrumRoleConfiguration.xml | 7 ++
conf/test/log4j2-test.xml | 4 +
.../services/security/torque/GroupPeerManager.java | 2 +-
pom.xml | 6 +-
src/java/org/apache/turbine/om/OMTool.java | 2 +-
.../localization/DateTimeFormatterInterface.java | 33 ++++-
.../localization/DateTimeFormatterService.java | 138 ++++++++++++++++-----
.../localization/RundataLocalizationService.java | 3 +
.../services/pull/util/DateTimeFormatterTool.java | 94 +++++++++++---
.../localization/DateTimeFormatterServiceTest.java | 132 +++++++++++++-------
11 files changed, 334 insertions(+), 105 deletions(-)