matrei commented on code in PR #15096:
URL: https://github.com/apache/grails-core/pull/15096#discussion_r2378280358


##########
grails-core/src/main/groovy/grails/boot/GrailsApp.groovy:
##########
@@ -394,7 +396,6 @@ class GrailsApp extends SpringApplication {
      */
     static ConfigurableApplicationContext run(Class<?>[] sources, String[] 
args) {
         GrailsApp grailsApp = new GrailsApp(sources)
-        grailsApp.banner = new ResourceBanner(new 
ClassPathResource(GRAILS_BANNER))
         return grailsApp.run(args)

Review Comment:
   Simplify?
   ```groovy
   new GrailsApp(sources).run(args)
   ```



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