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 2021/11/24 09:55:59 UTC

[isis] branch master updated: ISIS-2877: enable ValueTypeExampleZonedDateTime

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 ad461e0  ISIS-2877: enable ValueTypeExampleZonedDateTime
ad461e0 is described below

commit ad461e05d5e86660728bb5449c6880c4debe4b9f
Author: Andi Huber <ah...@apache.org>
AuthorDate: Wed Nov 24 10:55:46 2021 +0100

    ISIS-2877: enable ValueTypeExampleZonedDateTime
    
    - so can troubleshoot CI build
---
 .../apache/isis/testdomain/model/valuetypes/ValueTypeExample.java   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/regressiontests/stable/src/main/java/org/apache/isis/testdomain/model/valuetypes/ValueTypeExample.java b/regressiontests/stable/src/main/java/org/apache/isis/testdomain/model/valuetypes/ValueTypeExample.java
index 06454ba..329f2a6 100644
--- a/regressiontests/stable/src/main/java/org/apache/isis/testdomain/model/valuetypes/ValueTypeExample.java
+++ b/regressiontests/stable/src/main/java/org/apache/isis/testdomain/model/valuetypes/ValueTypeExample.java
@@ -408,9 +408,9 @@ public abstract class ValueTypeExample<T> {
     }
 
   //TODO    ZonedDateTime - fails because format with time-zone fails on CI
-//    @DomainObject(
-//            logicalTypeName = "isis.testdomain.valuetypes.ValueTypeExampleZonedDateTime",
-//            nature = Nature.BEAN)
+    @DomainObject(
+            logicalTypeName = "isis.testdomain.valuetypes.ValueTypeExampleZonedDateTime",
+            nature = Nature.BEAN)
     public static class ValueTypeExampleZonedDateTime
     extends ValueTypeExample<ZonedDateTime> {
         @Property @Getter @Setter