You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/01/14 11:48:08 UTC

[GitHub] [incubator-shardingsphere] shuohao opened a new issue #3973: 4.0.0 dosen't support LocalDateTime

shuohao opened a new issue #3973: 4.0.0 dosen't support LocalDateTime
URL: https://github.com/apache/incubator-shardingsphere/issues/3973
 
 
   ![QQ截图20200114194609](https://user-images.githubusercontent.com/4637107/72341978-8cd01500-3706-11ea-9cb6-be4444056cb8.png)
   
   befort 4.0.0 version like 4.0.0-RC3 it's worked well.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] dongzl commented on issue #3973: 4.0.0 dosen't support LocalDateTime

Posted by GitBox <gi...@apache.org>.
dongzl commented on issue #3973: 4.0.0 dosen't support LocalDateTime
URL: https://github.com/apache/incubator-shardingsphere/issues/3973#issuecomment-574535274
 
 
   oh yes, ShardingSphere will upgrade JDK's version in 5.x, #3097 .

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] tuohai666 closed issue #3973: 4.0.0 dosen't support LocalDateTime

Posted by GitBox <gi...@apache.org>.
tuohai666 closed issue #3973: 4.0.0 dosen't support LocalDateTime
URL: https://github.com/apache/incubator-shardingsphere/issues/3973
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] kimmking commented on issue #3973: 4.0.0 dosen't support LocalDateTime

Posted by GitBox <gi...@apache.org>.
kimmking commented on issue #3973: 4.0.0 dosen't support LocalDateTime
URL: https://github.com/apache/incubator-shardingsphere/issues/3973#issuecomment-575032874
 
 
    @shuohao @shaoyifan  
   Hi~
   I think we can use util.Date instead of LocalDateTime class in your pojo, and conver it in your biz logic methods.
   or ---
   We also can use mybatis TypeHandler to process your specific type converted to another type.
    

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] shaoyifan commented on issue #3973: 4.0.0 dosen't support LocalDateTime

Posted by GitBox <gi...@apache.org>.
shaoyifan commented on issue #3973: 4.0.0 dosen't support LocalDateTime
URL: https://github.com/apache/incubator-shardingsphere/issues/3973#issuecomment-574536867
 
 
   
   > oh yes, ShardingSphere will upgrade JDK's version in 5.x, #3097 .
   
   When will 5. X be released?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] dongzl commented on issue #3973: 4.0.0 dosen't support LocalDateTime

Posted by GitBox <gi...@apache.org>.
dongzl commented on issue #3973: 4.0.0 dosen't support LocalDateTime
URL: https://github.com/apache/incubator-shardingsphere/issues/3973#issuecomment-574941239
 
 
   The 4.0.0 stable version was released just now, and 5.x is in development. 
   
   There is no exact release time yet. You can stay focused on ShardingSphere community.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] shaoyifan commented on issue #3973: 4.0.0 dosen't support LocalDateTime

Posted by GitBox <gi...@apache.org>.
shaoyifan commented on issue #3973: 4.0.0 dosen't support LocalDateTime
URL: https://github.com/apache/incubator-shardingsphere/issues/3973#issuecomment-574512580
 
 
   4.0.0 base on java 7, so can`t support LocalDateTime 😪

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] shaoyifan commented on issue #3973: 4.0.0 dosen't support LocalDateTime

Posted by GitBox <gi...@apache.org>.
shaoyifan commented on issue #3973: 4.0.0 dosen't support LocalDateTime
URL: https://github.com/apache/incubator-shardingsphere/issues/3973#issuecomment-574533142
 
 
   
   
   
   
   > Hi @shaoyifan , ShardingSphere can work well on jdk 8, what's your problem.
   
   yes,it can works well ,but sometimes,our project some entity may use java.time.LocalDateTime instead of java.util.Date,but I found ShardingResultSet dont has any method to parse LocalDateTime ,because 4.0.0 base on java7。 LocalDateTime since 1.8

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] dongzl commented on issue #3973: 4.0.0 dosen't support LocalDateTime

Posted by GitBox <gi...@apache.org>.
dongzl commented on issue #3973: 4.0.0 dosen't support LocalDateTime
URL: https://github.com/apache/incubator-shardingsphere/issues/3973#issuecomment-574529362
 
 
   Hi @shaoyifan , ShardingSphere work well on jdk 8, what's your problem.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] tuohai666 commented on issue #3973: 4.0.0 dosen't support LocalDateTime

Posted by GitBox <gi...@apache.org>.
tuohai666 commented on issue #3973: 4.0.0 dosen't support LocalDateTime
URL: https://github.com/apache/incubator-shardingsphere/issues/3973#issuecomment-574494870
 
 
   Hi @shuohao,
   
   Thanks for your report. Can you answer these questions?
   
   ### Which version of ShardingSphere did you use?
   
   ### Which project did you use? Sharding-JDBC or Sharding-Proxy?
   
   ### Expected behavior
   
   ### Actual behavior
   
   ### Reason analyze (If you can)
   
   ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc.
   
   ### Example codes for reproduce this issue (such as a github link).
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] dongzl edited a comment on issue #3973: 4.0.0 dosen't support LocalDateTime

Posted by GitBox <gi...@apache.org>.
dongzl edited a comment on issue #3973: 4.0.0 dosen't support LocalDateTime
URL: https://github.com/apache/incubator-shardingsphere/issues/3973#issuecomment-574529362
 
 
   Hi @shaoyifan , ShardingSphere can work well on jdk 8, what's your problem.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] tuohai666 commented on issue #3973: 4.0.0 dosen't support LocalDateTime

Posted by GitBox <gi...@apache.org>.
tuohai666 commented on issue #3973: 4.0.0 dosen't support LocalDateTime
URL: https://github.com/apache/incubator-shardingsphere/issues/3973#issuecomment-584468337
 
 
   The result need to be converted to LocalDateTime in QueryResult. 4.x do not support this yet since it's based on JDK 7. Let's wait for 5.x.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services