You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/01/20 22:58:00 UTC

[jira] [Work logged] (OPENJPA-2713) [JPA-2.2] add support for Java8 Date/Time types

     [ https://issues.apache.org/jira/browse/OPENJPA-2713?focusedWorklogId=187554&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-187554 ]

ASF GitHub Bot logged work on OPENJPA-2713:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 20/Jan/19 22:57
            Start Date: 20/Jan/19 22:57
    Worklog Time Spent: 10m 
      Work Description: struberg commented on pull request #38: OPENJPA-2713 implement native java8 types
URL: https://github.com/apache/openjpa/pull/38
 
 
   Since some DBs (e.g. PostgreSQL) do support LocalDate, etc
   in their JDBC drivers, it's probably the best to support it
   on a way deeper level.
   
   wip, but up for review!
   The following is already working:
   
   * LocalDate
   * LocalTime
   * LocalDateTime
   
   Will work on the Offset types tomorrow
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 187554)
            Time Spent: 10m
    Remaining Estimate: 0h

> [JPA-2.2] add support for Java8 Date/Time types
> -----------------------------------------------
>
>                 Key: OPENJPA-2713
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-2713
>             Project: OpenJPA
>          Issue Type: Sub-task
>          Components: jpa
>    Affects Versions: 3.0.0
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>            Priority: Major
>             Fix For: 3.0.1
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Add support for basic Java 8 Date and Time types
>   - https://github.com/javaee/jpa-spec/issues/63
>   - supported types are: java.time.LocalDate, java.time.LocalTime, java.time.LocalDateTime, java.time.OffsetTime and java.time.OffsetDateTime



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)