codeconsole commented on code in PR #16114:
URL: https://github.com/apache/grails-core/pull/16114#discussion_r3825152658


##########
grails-doc/src/en/guide/upgrading/upgrading80x.adoc:
##########
@@ -2256,7 +2362,278 @@ resolved unambiguously before can become ambiguous.
 Removing the packages from `grails.spring.bean.packages`, or the stray classes 
from those packages, restores
 the previous set of beans.
 
-==== 45. `importJavaTime` Removed
+==== 45. GORM API Resolution Moves to a Registry

Review Comment:
   They come from `8.0.x`, not this PR. Section 45 arrived in #16066 
(`2926a0f644`), and 46/47 likewise predate this branch — all three sit at this 
same line on `upstream/8.0.x` today. The branch picked them up when it was 
brought up to date.
   
   This PR's net change to the file is 39 added lines — section 48, 
`importJavaTime` Removed:
   
   ```
   git diff upstream/8.0.x HEAD -- 
grails-doc/src/en/guide/upgrading/upgrading80x.adoc
    1 file changed, 39 insertions(+)
   ```
   
   The Files changed tab shows that one hunk. "Changes since your last review" 
will include the `8.0.x` merge, since the approval predates it.
   



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to