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 10:22:39 UTC

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

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 3defe25  ISIS-2877: enable ValueTypeExampleOffsetDateTime
3defe25 is described below

commit 3defe259edb3301b3a71293f4cb4d924a3fc5a15
Author: Andi Huber <ah...@apache.org>
AuthorDate: Wed Nov 24 11:21:59 2021 +0100

    ISIS-2877: enable ValueTypeExampleOffsetDateTime
    
    - 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 9869d69..1ef3a36 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
@@ -384,9 +384,9 @@ public abstract class ValueTypeExample<T> {
     }
 
   //TODO    OffsetDateTime - fails because format with time-zone fails on CI
-//    @DomainObject(
-//            logicalTypeName = "isis.testdomain.valuetypes.ValueTypeExampleOffsetDateTime",
-//            nature = Nature.BEAN)
+    @DomainObject(
+            logicalTypeName = "isis.testdomain.valuetypes.ValueTypeExampleOffsetDateTime",
+            nature = Nature.BEAN)
     public static class ValueTypeExampleOffsetDateTime
     extends ValueTypeExample<OffsetDateTime> {
         @Property @Getter @Setter