We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 679a0c3 commit 7c8eb55Copy full SHA for 7c8eb55
grails-doc/src/en/guide/upgrading/upgrading60x.adoc
@@ -241,6 +241,10 @@ jakartaeeMigration {
241
// Exclude Grails dependencies since AST and jakartaeeMigration are not compatible
242
excludeTransform('org.apache.grails:**')
243
excludeTransform('org.apache.grails.**:**')
244
+
245
+ // Exclude logback-core to avoid extra logback debug messages
246
+ excludeTransform('ch.qos.logback:logback-core')
247
248
// enable automatic migration from EE 8 (javax) or earlier to EE 10 (jakarta) or later
249
migrate()
250
}
0 commit comments