GitHub user ahgittin reopened a pull request:
https://github.com/apache/incubator-brooklyn/pull/682
Date parsing and type coercion fixes, require Java 7+
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ahgittin/incubator-brooklyn misc-fixes
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-brooklyn/pull/682.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #682
----
commit 9fe4c7c413e6aeba6ec01cf2e10427d2829b8cb2
Author: Alex Heneveld <[email protected]>
Date: 2015-06-04T15:53:17Z
clean up time API and support date parsing
also a lot of help for time zones, because java seems bad with this,
and making time methods consistent and less ambiguous
commit 30c3029ef22bb387ef121cc043bcfd495cfc9837
Author: Alex Heneveld <[email protected]>
Date: 2015-06-04T15:53:41Z
better REST coercion and coerce String->Date
wrt REST this improves how deferred suppliers are evaluated,
both timing and in entity's execution context
commit 0988b6d8f58bea06fe81191eddba691140fde5f1
Author: Alex Heneveld <[email protected]>
Date: 2015-06-08T08:36:46Z
require java 7
needed for named groups in regexes;
also fix semantics of 'T' separator and tidy date parsing
commit c968211642d9e4c8264469aa34b64f6dc43226de
Author: Alex Heneveld <[email protected]>
Date: 2015-06-08T15:51:37Z
date parsing - support `t` separator, and better doc, recommending yaml
"timestamp"
commit 51ba0aaf173259881476b88ce37456a5e0665d0a
Author: Alex Heneveld <[email protected]>
Date: 2015-06-09T10:17:22Z
switch Time api around dates to be based on Calendar so we preserve time
zone
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---