This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a change to branch spring6
in repository https://gitbox.apache.org/repos/asf/causeway.git
from 973908c958 Merge remote-tracking branch 'origin/master' into spring6
add 999b2dedfb CAUSEWAY-3489: temporal decomposition support for non
java.time temporal types
add 6d0a6f410d CAUSEWAY-3489: on new temporal init zone data from user
session
add e5d88598ca CAUSEWAY-3489: fixes priv. commit
new 2711ec97f0 Merge remote-tracking branch 'origin/master' into spring6
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:
.../semantics/TemporalCharacteristicsProvider.java | 96 ++++++++++++++++++++++
.../value/semantics/TemporalValueSemantics.java | 75 +----------------
.../causeway/core/metamodel/util/Facets.java | 14 +++-
.../valuetypes/TemporalSemanticsAdapter.java | 15 +++-
.../TemporalValueSemanticsProviderTest.java | 4 +-
.../viewer/wicket/model/models/ScalarModel.java | 12 +--
.../value/ConverterBasedOnValueSemantics.java | 16 ++++
.../test/components/scalars/ConverterTester.java | 3 +-
.../ScalarPanelTextFieldWithTemporalPicker.java | 20 ++---
.../scalars/datepicker/TemporalDecomposition.java | 58 ++++++++++---
10 files changed, 199 insertions(+), 114 deletions(-)
create mode 100644
api/applib/src/main/java/org/apache/causeway/applib/value/semantics/TemporalCharacteristicsProvider.java