You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by jk...@apache.org on 2023/03/23 17:03:28 UTC

[unomi] branch master updated: UNOMI-755: set back age and nbOfVisists prop type as integer (#598)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 713e7c686 UNOMI-755: set back age and nbOfVisists prop type as integer (#598)
713e7c686 is described below

commit 713e7c68692ec0f329f077e734c02ba508b0bcbe
Author: kevan Jahanshahi <jk...@apache.org>
AuthorDate: Thu Mar 23 18:03:21 2023 +0100

    UNOMI-755: set back age and nbOfVisists prop type as integer (#598)
---
 .../main/resources/META-INF/cxs/properties/profiles/personal/age.json   | 2 +-
 .../resources/META-INF/cxs/properties/profiles/system/nbOfVisits.json   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/services/src/main/resources/META-INF/cxs/properties/profiles/personal/age.json b/services/src/main/resources/META-INF/cxs/properties/profiles/personal/age.json
index 6ea67ca46..d0ef96ecf 100644
--- a/services/src/main/resources/META-INF/cxs/properties/profiles/personal/age.json
+++ b/services/src/main/resources/META-INF/cxs/properties/profiles/personal/age.json
@@ -8,7 +8,7 @@
       "personalProfileProperties"
     ]
   },
-  "type": "long",
+  "type": "integer",
   "defaultValue": "",
   "numericRanges": [
     {"key":"*_10", "to" : 10 },
diff --git a/services/src/main/resources/META-INF/cxs/properties/profiles/system/nbOfVisits.json b/services/src/main/resources/META-INF/cxs/properties/profiles/system/nbOfVisits.json
index d9a371bb7..25180f15f 100644
--- a/services/src/main/resources/META-INF/cxs/properties/profiles/system/nbOfVisits.json
+++ b/services/src/main/resources/META-INF/cxs/properties/profiles/system/nbOfVisits.json
@@ -8,7 +8,7 @@
         "systemProfileProperties"
       ]
     },
-    "type": "long",
+    "type": "integer",
     "defaultValue": "",
     "automaticMappingsFrom": [ ],
     "numericRanges": [