-
It would be nice, if not only the "old-fashioned" java.util.Date and java.util.Calendar would be supported, but also the the classes in the java.time package like e.g. LocalDate and LocalDateTime.
-
The proposed MBUnits enum has constants like `BIT` as singular while others like `DAYS` or `SECONDS` are plural.
I understand, the inconsistent naming was introduced by Java Concurrency (TimeUnit) so…
keilw updated
7 years ago
-
For those that are trying to derive their own class from `TemporalAccessor` might notice that in Java8 (see the source code [here](http://grepcode.com/file/repository.grepcode.com/java/root/jdk/openjd…
msrd0 updated
6 years ago
-
**[Jens Schauder](https://jira.spring.io/secure/ViewProfile.jspa?name=schauder)** opened **[DATACMNS-1091](https://jira.spring.io/browse/DATACMNS-1091?redirect=false)** and commented
If tests run exa…
-
**Version**: (e.g. `1.2.1`)
**Module**: (e.g. `quill-async-postgres`)
**Database**: (e.g. `postgresql-9.6.2`)
### Expected behavior
I think we shall add `ZonedDateTime` type support for quill, a…
-
I find myself adding a custom `StringToDurationConverter` in yet another project for the purpose of binding properties from application.yml to property beans. Wouldn't it be worth handling String to J…
-
I assume this is a problem with Android Studio 3.0 Canary 4 / gradle:3.0.0-alpha4 rather than ThreeTenABP, in which case sorry for wasting your time here, but wanted to ask just in case I'm doing some…
-
Hello,
I would assume that people using your implementation of a "ZonedDateTimeTypeHandler" expect it to convert dates with timezone information in their database to EQUIVALENT Java objects, which it…
-
https://github.com/eclipse/microprofile-metrics/issues/44 also showed the problem of unit extensible with an enum only approach. Similar to the restriction of JSF with its `ProjectStage` enum. There i…
keilw updated
7 years ago
-
Configuring a date format inside the `application.yml` file does not affect the serialization of JSR310 types like `ZonedDateTime` and its unclear why not:
```
spring:
jackson:
dateFormat:…