[
https://issues.jboss.org/browse/DROOLS-1053?page=com.atlassian.jira.plugi...
]
William Siqueira commented on DROOLS-1053:
------------------------------------------
Hello Maciej, I was not aware of this system parameter, thanks! It seems enough to me, I
was just afraid that it could be a problem when generating requests to the server.
Regarding changing the actual pattern, I have prepared a PR for this (to save you some
time), it is not a problem at all if you want to refuse it:
https://github.com/droolsjbpm/droolsjbpm-integration/pull/289
Thanks again and sorry for not checking upstream, I had only checked 6.3.x :-)
Change date formats for JSON representations used in the REST API
-----------------------------------------------------------------
Key: DROOLS-1053
URL:
https://issues.jboss.org/browse/DROOLS-1053
Project: Drools
Issue Type: Feature Request
Components: kie server
Affects Versions: 6.3.0.Final
Environment: jBPM 6.3 running on Wildfly 8.2
Reporter: William Siqueira
Assignee: Maciej Swiderski
The format for dates are are using milliseconds form, for example:
{code:javascript}
{
"request-instance-id" : 4,
"request-status" : "QUEUED",
"request-message" : "Ready to execute",
"request-retries" : 3,
"request-executions" : 0,
"request-command" :
"org.jbpm.executor.commands.PrintOutCommand",
"request-scheduled-date" : 1455069600000
}
{code}
The problem with this format is that it is not readable and might confuse users using
other ways to communicate with the kie server than using its REST API.
The suggested solution is use a Jackson object mapper to configure the desired date
format. This is better explained in this article:
http://wiki.fasterxml.com/JacksonFAQDateHandling
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)