Skip to content

Commit 7c8eb55

Browse files
authored
Exclude logback-core in jakartaeeMigration
Added exclusion for logback-core to reduce debug messages during migration.
1 parent 679a0c3 commit 7c8eb55

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

grails-doc/src/en/guide/upgrading/upgrading60x.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,10 @@ jakartaeeMigration {
241241
// Exclude Grails dependencies since AST and jakartaeeMigration are not compatible
242242
excludeTransform('org.apache.grails:**')
243243
excludeTransform('org.apache.grails.**:**')
244+
245+
// Exclude logback-core to avoid extra logback debug messages
246+
excludeTransform('ch.qos.logback:logback-core')
247+
244248
// enable automatic migration from EE 8 (javax) or earlier to EE 10 (jakarta) or later
245249
migrate()
246250
}

0 commit comments

Comments
 (0)