[jira] [Commented] (UNOMI-176) 1.3.0 Release Data

2018-04-25 Thread Serge Huber (JIRA)
[ https://issues.apache.org/jira/browse/UNOMI-176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16452860#comment-16452860 ] Serge Huber commented on UNOMI-176: --- Here's the issue : https://issues.apache.org/jira/browse/UNOMI-178  

[jira] [Created] (UNOMI-178) Make it possible to pass sessionId as a body parameter instead of just a URL parameter

2018-04-25 Thread Serge Huber (JIRA)
Serge Huber created UNOMI-178: - Summary: Make it possible to pass sessionId as a body parameter instead of just a URL parameter Key: UNOMI-178 URL: https://issues.apache.org/jira/browse/UNOMI-178

[jira] [Commented] (UNOMI-176) 1.3.0 Release Data

2018-04-25 Thread Serge Huber (JIRA)
[ https://issues.apache.org/jira/browse/UNOMI-176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16452845#comment-16452845 ] Serge Huber commented on UNOMI-176: --- Hello Diogo,  There is one issue I think that needs correcting,

incubator-unomi git commit: UNOMI-177 update population variable type to Long instead of Integer The max value holding by this types: * Integer: 2^31-1 ~= 2147483647 * Long: 2^63-1 ~= 9223372036854775

2018-04-25 Thread dgaillard
Repository: incubator-unomi Updated Branches: refs/heads/master a4a644403 -> 70fe6640c UNOMI-177 update population variable type to Long instead of Integer The max value holding by this types: * Integer: 2^31-1 ~= 2147483647 * Long:2^63-1 ~= 9223372036854775807 So we must use the Long