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 7c8eb5549b Exclude logback-core in jakartaeeMigration
7c8eb5549b is described below

commit 7c8eb5549bd7be15a7b065cd650edf9d53c2dfb4
Author: James Fredley <[email protected]>
AuthorDate: Mon Dec 29 16:09:13 2025 -0500

    Exclude logback-core in jakartaeeMigration
    
    Added exclusion for logback-core to reduce debug messages during migration.
---
 grails-doc/src/en/guide/upgrading/upgrading60x.adoc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/grails-doc/src/en/guide/upgrading/upgrading60x.adoc 
b/grails-doc/src/en/guide/upgrading/upgrading60x.adoc
index 658d4cf5c4..6d4c91127b 100644
--- a/grails-doc/src/en/guide/upgrading/upgrading60x.adoc
+++ b/grails-doc/src/en/guide/upgrading/upgrading60x.adoc
@@ -241,6 +241,10 @@ jakartaeeMigration {
     // Exclude Grails dependencies since AST and jakartaeeMigration are not 
compatible
     excludeTransform('org.apache.grails:**')
     excludeTransform('org.apache.grails.**:**')
+
+    // Exclude logback-core to avoid extra logback debug messages  
+    excludeTransform('ch.qos.logback:logback-core')
+
     // enable automatic migration from EE 8 (javax) or earlier to EE 10 
(jakarta) or later
     migrate()
 }

Reply via email to