This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a change to branch v3
in repository https://gitbox.apache.org/repos/asf/causeway.git
from 5f1a1f6038 updates parameterized version in .adoc's, for v3 not v2
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
add 84e707d07a Merge pull request #2550 from apache/pre-merge
add f356368840 CAUSEWAY-3803: splits out config for big decimal grouping,
display vs editing
add 79de5b2d0c Merge branch 'CAUSEWAY-3803' into maintenance-branch
add 77523dd3d7 Merge branch 'maintenance-branch' into pre-merge
add 31de95a83a CAUSEWAY-3803: fixes unit test
add 5c29f36672 Merge branch 'CAUSEWAY-3803' into maintenance-branch
add c4589be59d Merge branch 'maintenance-branch' into pre-merge
add 51ac4b6c39 CAUSEWAY-3803: fixes unit test
add 9b9c3a41bd Merge branch 'CAUSEWAY-3803' into maintenance-branch
add a16b3d3a98 Merge branch 'maintenance-branch' into pre-merge
add 36a3136a81 CAUSEWAY-3803: fixes regression test
add dd3a7b9f14 Merge branch 'CAUSEWAY-3803' into maintenance-branch
add 1db13b7e87 Merge branch 'maintenance-branch' into pre-merge
add 055a2a5f48 Merge pull request #2551 from apache/pre-merge
new dc66bcc5cf Merge branch 'master' into v3
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 | 76 ++++++++++++++++++++++
.../valuesemantics/BigDecimalValueSemantics.java | 15 ++++-
.../temporal/LocalDateTimeValueSemantics.java | 8 ++-
.../temporal/LocalDateValueSemantics.java | 9 ++-
.../temporal/TemporalValueSemanticsProvider.java | 17 ++++-
.../BigDecimalValueSemanticsProviderTest.java | 3 +-
.../JavaSqlDateValueSemanticsProviderTest.java | 2 +-
.../value/JavaTimeValueSemanticsProviderTest.java | 2 +-
.../ValueSemanticsProviderAbstractTestCase.java | 8 +++
.../testdomain/value/ValueSemanticsTest.java | 3 +-
.../scalars/jdkmath/BigDecimalConverterTest.java | 2 +-
13 files changed, 170 insertions(+), 16 deletions(-)