jdaugherty commented on code in PR #16214:
URL: https://github.com/apache/grails-core/pull/16214#discussion_r4046117728


##########
grails-doc/src/en/guide/upgrading/upgrading80x.adoc:
##########
@@ -739,6 +739,9 @@ The Spring annotations still work, so this is non-blocking, 
but new code should
 * **Namespaced link generation is namespace-aware.**
 When a link, form action, pagination link, sortable column link, redirect, 
chain, or include targets a controller without an explicit `namespace`, Grails 
now resolves the namespace automatically. In the normal case, where only one 
controller has the target name, `controller` and `action` generate the correct 
namespaced or non-namespaced URL. Ambiguity only occurs when multiple 
controllers share the same name. In that case, specify `namespace` to choose 
the target explicitly. Pass `namespace: null` from Groovy code or 
`namespace=""` in a GSP tag to target the non-namespaced controller explicitly.
 
+* **Read-only transactions no longer flush the session in GORM for MongoDB.**

Review Comment:
   This looks to be true for all datastores - not just mongo.  Can you please 
update this?  @codeconsole 



-- 
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