matrei commented on issue #15756:
URL: https://github.com/apache/grails-core/issues/15756#issuecomment-5240400108

   @codeconsole @jdaugherty Are we done here? Output of `8.0.0-M5`:
   ```console
   >                                                                            
<
   >                            ____           _ _                              
<
   >                           / ___|_ __ __ _(_) |___                          
<
   >                          | |  _| '__/ _` | | / __|                         
<
   >                          | |_| | | | (_| | | \__ \                         
<
   >                           \____|_|  \__,_|_|_|___/                         
<
   >                          https://grails.apache.org                         
<
   >                                                                            
<
              app800m5: 0.1 | JVM: BellSoft 21.0.10 | Grails: 8.0.0-M5          
 
                 Groovy: 5.0.8 | Spring Boot: 4.1.0 | Spring: 7.0.8             
 
   
   2026-08-10T14:37:40.179+02:00  INFO 170820 --- [  restartedMain] 
app800m5.Application                     : Starting Application using Java 
21.0.10 with PID 170820 
(/home/mattias/Projects/tmp/app800m5/build/classes/groovy/main started by 
mattias in /home/mattias/Projects/tmp/app800m5)
   2026-08-10T14:37:40.181+02:00  INFO 170820 --- [  restartedMain] 
app800m5.Application                     : The following 1 profile is active: 
"development"
   2026-08-10T14:37:40.209+02:00  INFO 170820 --- [  restartedMain] 
.e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! 
Set 'spring.devtools.add-properties' to 'false' to disable
   2026-08-10T14:37:40.209+02:00  INFO 170820 --- [  restartedMain] 
.e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging 
consider setting the 'logging.level.web' property to 'DEBUG'
   2026-08-10T14:37:40.283+02:00  INFO 170820 --- [  restartedMain] 
g.plugins.DefaultGrailsPluginManager     : Loaded 19 Grails plugins in load 
order: [dataBinding (8.0.0-M5), sitemesh3 (8.0.0-M5), restResponder (8.0.0-M5), 
i18n (8.0.0-M5), core (8.0.0-M5), groovyPages (8.0.0-M5), urlMappings 
(8.0.0-M5), controllers (8.0.0-M5), codecs (8.0.0-M5), mimeTypes (8.0.0-M5), 
dataSource (8.0.0-M5), assetPipeline (5.2.0-M1), scaffolding (8.0.0-M5), 
domainClass (8.0.0-M5), converters (8.0.0-M5), fields (8.0.0-M5), hibernate 
(8.0.0-M5), interceptors (8.0.0-M5), services (8.0.0-M5)]
   2026-08-10T14:37:41.952+02:00  INFO 170820 --- [  restartedMain] 
o.s.boot.tomcat.TomcatWebServer          : Tomcat initialized with port 8080 
(http)
   2026-08-10T14:37:41.963+02:00  INFO 170820 --- [  restartedMain] 
o.apache.catalina.core.StandardService   : Starting service [Tomcat]
   2026-08-10T14:37:41.963+02:00  INFO 170820 --- [  restartedMain] 
o.apache.catalina.core.StandardEngine    : Starting Servlet engine: [Apache 
Tomcat/11.0.22]
   2026-08-10T14:37:41.993+02:00  INFO 170820 --- [  restartedMain] 
b.w.c.s.WebApplicationContextInitializer : Root WebApplicationContext: 
initialization completed in 1784 ms
   2026-08-10T14:37:42.266+02:00  INFO 170820 --- [  restartedMain] 
org.hibernate.Version                    : HHH000412: Hibernate ORM core 
version 5.6.15.Final
   2026-08-10T14:37:42.418+02:00  INFO 170820 --- [  restartedMain] 
o.hibernate.annotations.common.Version   : HCANN000001: Hibernate Commons 
Annotations {5.1.2.Final}
   2026-08-10T14:37:42.484+02:00  INFO 170820 --- [  restartedMain] 
com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
   2026-08-10T14:37:42.642+02:00  INFO 170820 --- [  restartedMain] 
com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - Added connection 
conn0: url=jdbc:h2:mem:devDb user=SA
   2026-08-10T14:37:42.643+02:00  INFO 170820 --- [  restartedMain] 
com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
   2026-08-10T14:37:42.668+02:00  INFO 170820 --- [  restartedMain] 
org.hibernate.dialect.Dialect            : HHH000400: Using dialect: 
org.hibernate.dialect.H2Dialect
   2026-08-10T14:37:43.558+02:00  INFO 170820 --- [  restartedMain] 
o.s.b.a.e.web.EndpointLinksResolver      : Exposing 1 endpoint beneath base 
path '/actuator'
   2026-08-10T14:37:43.640+02:00  INFO 170820 --- [  restartedMain] 
o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring 
GrailsDispatcherServlet 'dispatcherServletRegistration'
   2026-08-10T14:37:43.640+02:00  INFO 170820 --- [  restartedMain] 
o.g.w.s.mvc.GrailsDispatcherServlet      : Initializing Servlet 
'dispatcherServletRegistration'
   2026-08-10T14:37:43.642+02:00  INFO 170820 --- [  restartedMain] 
o.g.w.s.mvc.GrailsDispatcherServlet      : Completed initialization in 2 ms
   2026-08-10T14:37:43.643+02:00  INFO 170820 --- [  restartedMain] 
o.s.boot.tomcat.TomcatWebServer          : Tomcat started on port 8080 (http) 
with context path '/'
   2026-08-10T14:37:44.012+02:00  INFO 170820 --- [  restartedMain] 
app800m5.Application                     : Started Application in 4.434 seconds 
(process running for 5.105)
   2026-08-10T14:37:44.077+02:00  INFO 170820 --- [  restartedMain] 
grails.boot.GrailsApp                    : Application starting in environment: 
development
   Grails application running at http://localhost:8080 in environment: 
development
   ```


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