We have spent some time recently upgrading a lot of serverside third-party libraries, as well as to Java 8.
I noticed that you could not return the new Date API classes, such as LocalDate, ZonedDateTime etc. in Datasource transfer objects, it becomes [object] in the client.
So, i was wondering if there are any plans to support the java 8 Date API, and if so, when?
I noticed that you could not return the new Date API classes, such as LocalDate, ZonedDateTime etc. in Datasource transfer objects, it becomes [object] in the client.
So, i was wondering if there are any plans to support the java 8 Date API, and if so, when?
Comment