yoshi-taka opened a new issue, #15761:
URL: https://github.com/apache/grails-core/issues/15761

   ### Expected Behavior
   
   While reviewing the Grails 7 datasource configuration documentation, I 
noticed that the examples configure:
   `type = "com.zaxxer.hikari.HikariDataSource"`
   
   However, the documented properties and references below still appear to be 
Tomcat JDBC Pool specific, for example:
   
   * maxActive
   * maxIdle
   * minIdle
   * maxWait
   * jdbcInterceptors
   
   The documentation also links to Tomcat JDBC Pool documentation.
   
   Is this intentional?
   
   * If Grails still maps these properties to HikariCP equivalents for backward 
compatibility, it might be helpful to document that behavior explicitly.
   * If not, the examples may be outdated and should probably use HikariCP 
property names such as maximumPoolSize, minimumIdle, connectionTimeout, etc.
   
   I checked the current Grails 7 documentation page and was unsure whether 
these settings are expected to work with com.zaxxer.hikari.HikariDataSource or 
are remnants from the previous Tomcat JDBC Pool configuration examples.
   
   Thanks.
   
   ### Actual Behaviour
   
   _No response_
   
   ### Steps To Reproduce
   
   _No response_
   
   ### Environment Information
   
   _No response_
   
   ### Example Application
   
   _No response_
   
   ### Version
   
   7


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