codeconsole commented on PR #2156: URL: https://github.com/apache/groovy/pull/2156#issuecomment-2825914773
Well, I have found, as is, unintentionally encourages deprecated behavior in domain classes due to the added complexity of having to add imports in view layers. Even in standalone applications and scripts, I find a bias to utilizing Date over LocalDate to avoid having to add redundant imports. It just seems logical to automatically support modern Data/Time usage by importing the java.time package. Working with Date's is such a common task, not having comparable support for LocalDate and LocalDateTime can be very limiting. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@groovy.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org