Describe the enhancement requested
joda library is a popular library used for date/time manipulation but his usage has been deprecated with the introduction of java.time module in JDK8.
The library is likely unnecessary and removing it would make flightsql client/driver a bit smaller.
Component(s)
Java
Describe the enhancement requested
jodalibrary is a popular library used for date/time manipulation but his usage has been deprecated with the introduction ofjava.timemodule in JDK8.The library is likely unnecessary and removing it would make flightsql client/driver a bit smaller.
Component(s)
Java