-
Notifications
You must be signed in to change notification settings - Fork 55
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
Labels
Milestone
Comments
making
added a commit
that referenced
this issue
Dec 25, 2014
… terasoluna-gfw-jodatime project #224
making
added a commit
that referenced
this issue
Dec 25, 2014
… terasoluna-gfw-jodatime project #224
making
added a commit
that referenced
this issue
Dec 25, 2014
… terasoluna-gfw-jodatime project #224
making
added a commit
that referenced
this issue
Dec 25, 2014
… terasoluna-gfw-jodatime project #224
making
added a commit
that referenced
this issue
Dec 25, 2014
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
making
added a commit
that referenced
this issue
Jan 7, 2015
btshimizukza
added a commit
that referenced
this issue
Jan 7, 2015
add org.terasoluna.gfw:terasoluna-gfw-jodatime in terasoluna-gfw-parent #224
making
added a commit
that referenced
this issue
Jan 7, 2015
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
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
DateFactory
interface intoClassicDateFactory
(includesjava.util.Date
andjava.sql.*
) andJodaTimeDateFactory
DateFactory
extendsClassicDateFactory
andJodaTimeDateFactory
DateFacotry
,AbstractDateFactory
andDefaultDateFacotry
to terasoluna-gfw-jodatime for backward-compatibilityStandardDateFactory
(includesjava.time.*
)The text was updated successfully, but these errors were encountered: