JSR 310: Date and Time API in Java JDK 8. Please use the [java-time] tag for questions relating to date & time in Java SE 8.
I use Spring Boot and included jackson-datatype-jsr310 with Maven: <dependency> <groupId>com.fasterxml.jackson.datatype</…
spring spring-boot spring-mvc java-time jsr310How do I format a javax.time.Instant as a string in the local time zone? The following translates a …
java datetime formatting timezone jsr310I'm using ThreeTen-Backport library for my Android project (because java.time is not yet implemented in android development). When I …
java android exception jsr310 threetenbpI'm trying to marshal response containing ISO formatted timestamp like that: { ... "time" : "2014-07-02T04:00:00.000000Z" ... } into ZonedDateTime field in …
java jackson jersey-2.0 jsr310I am using spring-boot 1.2.1.RELEASE with jackson 2.6.2 including the jsr310 datatype. I am using the annotation @SpringBootApplication to kick off …
jackson spring-boot jsr310I'm trying to configure Jackson to show JSR 310 instants in ISO 8601 format. @Configuration class Jackson { @Bean static ObjectMapper objectMapper() { ObjectMapper …
java jackson spring-boot spring-data-rest jsr310Problem: Native queries with Spring Data returning dates return java.sql.Date not java.time.LocalDate, despite the setup. Context: …
spring-data spring-data-jpa hibernate-5.x localdate jsr310