Wednesday, October 9, 2024

Re: java.time support

Nobody is working on integrating java.time into GWT SDK. There is an external project which has emulated java.time based on reference implementation of java.time before it was integrated into Java 1.8. Changes to java.time between Java 1.8 and current Java are not part of that project as far as I know.

https://github.com/foal/gwt-time

GWT itself currently uses the browser's JavaScript Date and some helper methods to emulate java.util.Date. What is your issue with year 2038?

-- J.

blackh...@gmail.com schrieb am Mittwoch, 9. Oktober 2024 um 14:10:50 UTC+2:
LS,

I have seen several discussions about support for java.time, but i do not fully understand what the current status is.
Our project currently depends on Java.util.Date, but there is an issue with this Date and the year 2038. 
Are there plans to add support for the java.time package in GWT or do we need to go for another approach?

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/49d56f8c-839b-4ed6-92a1-8288cb1e407en%40googlegroups.com.

No comments:

Post a Comment