lightblue-platform / lightblue-core

Document based data access layer framework
GNU General Public License v3.0
32 stars 23 forks source link

Java8 and Dates #584

Open dcrissman opened 8 years ago

dcrissman commented 8 years ago

Java8 changes the Date model. I am creating this issue to investigate and resolve any issues we might have with that.

alechenninger commented 8 years ago

Correct me if I'm wrong, but the existing java.util.Date should be unaffected. There is new API available in java.time which is basically a port of joda time.

bserdar commented 8 years ago

Correct. All we need to do is to support those new types. Backend still operates with Date.

On Thu, Feb 4, 2016 at 10:23 AM, Alec Henninger notifications@github.com wrote:

Correct me if I'm wrong, but the existing java.util.Date should be unaffected. There is new API available in java.time which is basically a port of joda time.

— Reply to this email directly or view it on GitHub https://github.com/lightblue-platform/lightblue-core/issues/584#issuecomment-179955466 .