[hibernate-commits] [hibernate/hibernate-orm] 78423a: Move Dialect logging to DialectFactoryImpl

Gavin King noreply at github.com
Thu Feb 20 07:32:12 EST 2020


  Branch: refs/heads/wip/6.0
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 78423a8d55c677097f3cbc3c593cd9db7988ea72
      https://github.com/hibernate/hibernate-orm/commit/78423a8d55c677097f3cbc3c593cd9db7988ea72
  Author: gavinking <gavin at ceylon-lang.org>
  Date:   2020-02-20 (Thu, 20 Feb 2020)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/dialect/Dialect.java
    M hibernate-core/src/main/java/org/hibernate/engine/jdbc/dialect/internal/DialectFactoryImpl.java

  Log Message:
  -----------
  Move Dialect logging to DialectFactoryImpl

As suggested by @Sanne.


  Commit: b1d7bad4ef1804f95ce672129165c227922cd01d
      https://github.com/hibernate/hibernate-orm/commit/b1d7bad4ef1804f95ce672129165c227922cd01d
  Author: gavinking <gavin at ceylon-lang.org>
  Date:   2020-02-20 (Thu, 20 Feb 2020)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/engine/jdbc/connections/internal/DriverManagerConnectionProviderImpl.java
    M hibernate-core/src/main/java/org/hibernate/internal/CoreMessageLogger.java
    M hibernate-core/src/main/java/org/hibernate/internal/log/ConnectionPoolingLogger.java

  Log Message:
  -----------
  Move a couple of log messages to ConnectionPoolingLogger

For consistency.


Compare: https://github.com/hibernate/hibernate-orm/compare/285b7d8696dd...b1d7bad4ef18


More information about the hibernate-commits mailing list