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 15:30:53 UTC

[unomi] branch longToIntegerProps created (now c21575326)

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

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


      at c21575326 UNOMI-755: set back age and nbOfVisists prop type as integer

This branch includes the following new commits:

     new c21575326 UNOMI-755: set back age and nbOfVisists prop type as integer

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.



[unomi] 01/01: UNOMI-755: set back age and nbOfVisists prop type as integer

Posted by jk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c2157532674763f29a0437d8cfaff2f50162a2d8
Author: Kevan <ke...@jahia.com>
AuthorDate: Thu Mar 23 16:30:43 2023 +0100

    UNOMI-755: set back age and nbOfVisists prop type as integer
---
 .../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": [