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 bbe164468c Merge pull request #2225 from apache/CAUSEWAY-3688
add 94dc03a2b1 CAUSEWAY-3689: adds config param to disallow grouping
(thousands) separator
add f138f26517 CAUSEWAY-3689: fixes unit test for wicket viewer
add e5dfa5e8ba CAUSEWAY-3689: uses groupingSeparator config prop for
rendering as well as parsing
add 0dba7d9a4a CAUSEWAY-3689: renames enum is all
new 1e86d11654 Merge pull request #2229 from apache/CAUSEWAY-3689
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/ValueSemanticsAbstract.java | 24 ++++++++--
.../core/config/CausewayConfiguration.java | 27 +++++++++++
.../_testing/MetaModelContext_forTesting.java | 1 +
.../valuesemantics/BigDecimalValueSemantics.java | 8 +++-
.../valuesemantics/DoubleValueSemantics.java | 2 +-
.../valuesemantics/FloatValueSemantics.java | 2 +-
.../BigDecimalValueSemanticsProviderTest.java | 55 +++++++++++++++++++++-
.../test/components/scalars/ConverterTester.java | 6 +++
.../scalars/jdkmath/BigDecimalConverterTest.java | 17 ++++++-
9 files changed, 133 insertions(+), 9 deletions(-)