-
**I'm submitting a ...**
- [ ] bug report
- [x ] feature request
**Describe the issue**
Additional support for jsr 310 data types
**Java Version**
1.8
**OS Version**
N/A
*…
-
https://kwonnam.pe.kr/wiki/springframework/springboot/json
-
Java 7 and prior had time libraries that were inadequate. The `joda-time` library was created to provide better ways of handling time. The `joda-time` library was used as the design basis for the JSR …
basil updated
1 month ago
-
You should convert from joda to JSR-310 ( or a backport of it ):
http://blog.joda.org/2014/11/converting-from-joda-time-to-javatime.html
like:
https://github.com/ThreeTen/threetenbp / https://git…
-
For better compatibility reasons with pre JDBC 4.2 drivers (and implementations), we're not calling `ResultSet.getObject(i, OffsetDateTime.class)` yet. We should, for performance reasons. See also #79…
-
Originally reported on Google Code with ID 603
```
GWT Release: 1.3
Detailed description:
This is a feature request to include emulation for the java.util.Calendar
abstract class, and an implementat…
-
Add Java 8 JSR 310 compatibility.
-
-
E.g. https://github.com/JakeWharton/ThreeTenABP or later Java8 implementation
-
https://developer.android.com/reference/kotlin/java/time/LocalDate etc.