This is an automated email from the ASF dual-hosted git repository.

jamesfredley pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new 09ee1b436e Update jakartaeeMigration configuration in docs
09ee1b436e is described below

commit 09ee1b436ee7b5285193e79c0e8e33db594e33b3
Author: James Fredley <[email protected]>
AuthorDate: Mon Dec 1 16:18:07 2025 -0500

    Update jakartaeeMigration configuration in docs
    
    Exclude Grails dependencies from jakartaeeMigration.
---
 grails-doc/src/en/guide/upgrading/upgrading60x.adoc | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/grails-doc/src/en/guide/upgrading/upgrading60x.adoc 
b/grails-doc/src/en/guide/upgrading/upgrading60x.adoc
index b461492511..e6e0900dc5 100644
--- a/grails-doc/src/en/guide/upgrading/upgrading60x.adoc
+++ b/grails-doc/src/en/guide/upgrading/upgrading60x.adoc
@@ -228,7 +228,10 @@ plugins {
 }
 
 jakartaeeMigration {
-    includeTransform('org.grails.plugins:export')
+    // Exclude Grails dependencies since AST and jakartaeeMigration are not 
compatible
+    excludeTransform('org.apache.grails:**')
+    excludeTransform('org.apache.grails.**:**')
+    // enable automatic migration from EE 8 (javax) or earlier to EE 10 
(jakarta) or later
     migrate()
 }
 ----

Reply via email to