terasolunaorg / terasoluna-gfw

Common libraries for TERASOLUNA Server Framework for Java (5.x)
105 stars 56 forks source link

Support Java8 API #142

Open btshimizukza opened 9 years ago

btshimizukza commented 9 years ago

Add support libraries ?

ikeyat commented 8 years ago

Does MyBatis3.3.x support JSR-310 Date and Time API? If not, we need to consider to write how to write TypeHandler for them same as JodaTime.

http://terasolunaorg.github.io/guideline/5.1.0.RELEASE/ja/ArchitectureInDetail/DataAccessMyBatis3.html#joda-timetypehandler

btshimizukza commented 8 years ago

We need to watch the https://github.com/mybatis/mybatis-3/issues/557 .

btshimizukza commented 8 years ago

Good news !! Mybatis team will support type handlers for JSR 310. However, release date has not been announced.

https://github.com/mybatis/typehandlers-jsr310

kazuki43zoo commented 8 years ago

mybatis-typehandlers-jsr310 has been released !!

kazuki43zoo commented 8 years ago

Thymeleaf 2.x need the thymeleaf-extras-java8time. (https://github.com/terasolunaorg/terasoluna-gfw/issues/248#issuecomment-220394005)

ikeyat commented 8 years ago

how about thymeleaf3? it may support jsr310.

ikeyat commented 8 years ago

@btakahoshin Please modify the pom.xml for this. Take care of the another issue #508 in progress.

And please create an issue for reflecting guideline for this change in https://github.com/terasolunaorg/guideline/issues.

ikeyat commented 8 years ago

@btsaitoumsw I separated some important parts to #562. Please move your attention to #562. This issue will be used to manage other JSR310 and java8 tasks to be discussed in the future.