You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@inlong.apache.org by GitBox <gi...@apache.org> on 2022/01/15 03:04:56 UTC

[GitHub] [incubator-inlong] gosonzhang opened a new issue #2160: [Improve] Time format conversion using DateTimeFormatter

gosonzhang opened a new issue #2160:
URL: https://github.com/apache/incubator-inlong/issues/2160


   ### Description
   
   Since the project was developed from the java 7 version, the time format conversion uses the SimpleDateFormat class, so due to the concurrent access problem, object construction needs to be performed every time it is used. In java 8, there is already the DateTimeFormatter class to solve this problem. 
   
   This issue is adjusted for this situation and replaces the existing implementation, correspondingly, our system must run in the environment of Java 8
   
   ### InLong Component
   
   InLong TubeMQ
   
   ### Are you willing to submit PR?
   
   - [X] Yes, I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: dev-unsubscribe@inlong.apache.org

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



[GitHub] [incubator-inlong] gosonzhang closed issue #2160: [Improve] Time format conversion using DateTimeFormatter

Posted by GitBox <gi...@apache.org>.
gosonzhang closed issue #2160:
URL: https://github.com/apache/incubator-inlong/issues/2160


   


-- 
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: dev-unsubscribe@inlong.apache.org

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