[
https://issues.apache.org/jira/browse/GROOVY-11513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17895042#comment-17895042
]
Scott commented on GROOVY-11513:
--------------------------------
Consideration should be given to make it a default import package
https://github.com/apache/groovy/blob/d557f2729ec00865455f47c30eba9b3d03c25aea/src/main/java/org/codehaus/groovy/control/ResolveVisitor.java#L99
> java.time.* should be imported automatically when groovy-datetime module is
> used
> --------------------------------------------------------------------------------
>
> Key: GROOVY-11513
> URL: https://issues.apache.org/jira/browse/GROOVY-11513
> Project: Groovy
> Issue Type: Bug
> Components: Compiler
> Affects Versions: 4.0.23
> Reporter: Scott
> Priority: Major
> Fix For: 4.x
>
>
> if java.time is the recommended way to proceed forward when dealing with
> dates,
> java.time.* should be included automatically similar to how java.util.Date is
> currently available without import.
>
> The simplest approach would be to make the import only apply if
> groovy-datetime module has been added.
>
> implementation "org.apache.groovy:groovy-datetime"
>
> should automatically import java.time.* to all classes
>
> This provides an easier migration path from Date -> DateTIme
--
This message was sent by Atlassian Jira
(v8.20.10#820010)