You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2022/01/03 17:46:58 UTC

[isis] branch master updated: ISIS-2882: mignotes: removal of money and percentage

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 5cd11b9  ISIS-2882: mignotes: removal of money and percentage
5cd11b9 is described below

commit 5cd11b989d5b0c9a4fb95c7d383ce5bac669b2da
Author: Andi Huber <ah...@apache.org>
AuthorDate: Mon Jan 3 18:44:54 2022 +0100

    ISIS-2882: mignotes: removal of money and percentage
    
    - and removal of wicket-viewer date-/time-pattern
---
 .../modules/ROOT/pages/2021/2.0.0-M7/mignotes.adoc       | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/antora/components/relnotes/modules/ROOT/pages/2021/2.0.0-M7/mignotes.adoc b/antora/components/relnotes/modules/ROOT/pages/2021/2.0.0-M7/mignotes.adoc
index a2da286..cd5589a 100644
--- a/antora/components/relnotes/modules/ROOT/pages/2021/2.0.0-M7/mignotes.adoc
+++ b/antora/components/relnotes/modules/ROOT/pages/2021/2.0.0-M7/mignotes.adoc
@@ -56,6 +56,12 @@ Following configuration options changed:
 
 `isis.core.meta-model.introspector.policy=ANNOTATION_REQUIRED`
 
+| `isis.legacy.value-types.percentage` (removed)
+| no replacement
+
+| `isis.legacy.value-types.money` (removed)
+| no replacement
+
 | `isis.value-types.primitives.int` (removed)
 | using localized NumberFormat instead, customize via `ValueSemanticsProvider<Integer>`
 
@@ -145,6 +151,16 @@ or globally via `ValueSemanticsProvider<org.joda.time.LocalDate>`
 `@ValueSemantics(timeFormatStyle=...)` 
 or globally via `ValueSemanticsProvider<org.joda.time.DateTime>`
 
+| `isis.viewer.wicket.date-pattern` (removed)
+| defaults to (canonical) `yyyy-MM-dd` editing format,
+use `isis.value-types.temporal.date-pattern` instead or
+customize via `ValueSemanticsProvider<T>`
+
+| `isis.viewer.wicket.date-time-pattern` (removed)
+| defaults to concatenation of `date-pattern` with a blank `" "` and with a `time-pattern` editing format,
+use `isis.value-types.temporal.*-pattern` instead or
+customize via `ValueSemanticsProvider<T>`
+
 |===
 
 === Password Hashing