Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate Joda-Time #224

Closed
making opened this issue Dec 12, 2014 · 0 comments
Closed

Separate Joda-Time #224

making opened this issue Dec 12, 2014 · 0 comments

Comments

@making
Copy link
Contributor

making commented Dec 12, 2014

For future release, the dependecy on Joda-Time should be separeted from terasoluna-gfw-common because Data and Time API(JSR-310) in JDK8 became stanadard.

My proposal is as below:

  • Create terasoluna-gfw-jodatime
  • Separate current DateFactory interface into ClassicDateFactory (includes java.util.Date and java.sql.*) and JodaTimeDateFactory
  • Let current DateFactory extends ClassicDateFactory and JodaTimeDateFactory
  • Move DateFacotry , AbstractDateFactory and DefaultDateFacotry to terasoluna-gfw-jodatime for backward-compatibility
  • in future release, add StandardDateFactory (includes java.time.*)
@making making added this to the 1.1.0 milestone Dec 12, 2014
making added a commit that referenced this issue Dec 25, 2014
making added a commit that referenced this issue Dec 25, 2014
making added a commit that referenced this issue Dec 25, 2014
making added a commit that referenced this issue Dec 25, 2014
making added a commit that referenced this issue Dec 25, 2014
making added a commit that referenced this issue Dec 25, 2014
making added a commit that referenced this issue Jan 6, 2015
making added a commit that referenced this issue Jan 6, 2015
making added a commit that referenced this issue Jan 6, 2015
making added a commit that referenced this issue Jan 6, 2015
btshimizukza added a commit that referenced this issue Jan 6, 2015
Separated joda-time from terasoluna-gfw-common and moved to new terasoluna-gfw-jodatime project #224
btshimizukza added a commit that referenced this issue Jan 7, 2015
add org.terasoluna.gfw:terasoluna-gfw-jodatime in terasoluna-gfw-parent #224
btshimizukza added a commit that referenced this issue Jan 7, 2015
add org.terasoluna.gfw:terasoluna-gfw-jodatime to .travis.yml #224
making added a commit that referenced this issue Jan 8, 2015
making added a commit that referenced this issue Jan 8, 2015
making added a commit that referenced this issue Jan 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants