You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/07/28 15:15:00 UTC

[jira] [Commented] (PHOENIX-5422) Use Java8 DateTime APIs instead of joda-time APIs

    [ https://issues.apache.org/jira/browse/PHOENIX-5422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17388841#comment-17388841 ] 

ASF GitHub Bot commented on PHOENIX-5422:
-----------------------------------------

richardantal closed pull request #778:
URL: https://github.com/apache/phoenix/pull/778


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@phoenix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Use Java8 DateTime APIs instead of joda-time APIs
> -------------------------------------------------
>
>                 Key: PHOENIX-5422
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-5422
>             Project: Phoenix
>          Issue Type: Task
>    Affects Versions: 4.8.0
>            Reporter: Naveen Gangam
>            Assignee: Richárd Antal
>            Priority: Minor
>         Attachments: PHOENIX-5422.master.v1.patch, PHOENIX-5422.master.v2.patch, PHOENIX-5422.master.v3.patch, PHOENIX-5422.master.v4.patch
>
>
> currently, phoenix-hive.jar bundles an old version of joda-time library. Java8 has new DateTime APIs are similar in to the joda-time APIs in features. It would make sense to eliminate a dependency on external library that may or may not be
> a) Actively developed
> b) not guaranteed to be backward compatible with older APIs and could involve code changes as well.
> Its is better to move using JDK8 APIs.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)