This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git
from 8f0c65b7a8 parameterize version of framework in .adoc's
add 4b453ed09a CAUSEWAY-3803: adds two new config props for display of
temporal value types
add db3de6a33a Merge branch 'CAUSEWAY-3803' into maintenance-branch
add d255b29eea Merge branch 'maintenance-branch' into pre-merge
add 4069eab2b2 CAUSEWAY-3803: fixes unit tests
add cb0ce5277a Merge branch 'CAUSEWAY-3803' into maintenance-branch
add cdae1652a0 Merge branch 'maintenance-branch' into pre-merge
new 84e707d07a Merge pull request #2550 from apache/pre-merge
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:
.../value/semantics/TemporalValueSemantics.java | 25 ++++++++++++++++++++++
.../value/semantics/ValueSemanticsAbstract.java | 16 ++++++++++----
.../core/config/CausewayConfiguration.java | 5 +++++
.../temporal/LocalDateTimeValueSemantics.java | 8 ++++++-
.../temporal/LocalDateValueSemantics.java | 9 +++++++-
.../temporal/TemporalValueSemanticsProvider.java | 17 ++++++++++++++-
.../BigDecimalValueSemanticsProviderTest.java | 1 -
.../JavaSqlDateValueSemanticsProviderTest.java | 2 +-
.../value/JavaTimeValueSemanticsProviderTest.java | 2 +-
.../ValueSemanticsProviderAbstractTestCase.java | 8 +++++++
10 files changed, 83 insertions(+), 10 deletions(-)