Is there a reason why Exposed is (still) using jod...
# exposed
d
Is there a reason why Exposed is (still) using joda-time?
l
for jdk 1.6 compatibility, I think
o
I know its being reworked to allow you to pick implementation
s
Is it in progress ?
d
Would be interesting to see the usage of pre-1.8 and 1.8+ 😉
t
Yep, it's on our roadmap. We want to allow to choose among joda/java.time/java.time-backport with just changing the dependency, but before that we plan to split Exposed to core+dialects jars and make it modular and extendable
👍 1
s
Is it in progress ? or "just" on the roadmap ?
t
I have prototype imlementation of such refactoring.
👍 3