AWS seems to have servers configured to now omit milliseconds on occasion. This
PR fixes it.
at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:262)
at
scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:975)
at
scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1478)
at
scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:104)
Caused by: java.text.ParseException: Unparseable date:
"2013-08-08T20:52:29+0000"
You can merge this Pull Request by running:
git pull https://github.com/florianleibert/jclouds master
Or you can view, comment on it, or merge it online at:
https://github.com/jclouds/jclouds/pull/105
-- Commit Summary --
* Fixing a bug where missing milliseconds throw an exception
* Fixing a bug where missing milliseconds throw an exception
* Merge branch 'master' of github.com:florianleibert/jclouds
-- File Changes --
M
core/src/main/java/org/jclouds/date/internal/SimpleDateFormatDateService.java
(4)
-- Patch Links --
https://github.com/jclouds/jclouds/pull/105.patch
https://github.com/jclouds/jclouds/pull/105.diff