[hibernate-commits] [hibernate/hibernate-orm] 08a32f: HHH-8302 - add unit test

GitHub noreply at github.com
Thu Jul 11 19:45:11 EDT 2013


  Branch: refs/heads/4.2
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 08a32f745f1df3ebf9805ee7a7b12c3d1a62aede
      https://github.com/hibernate/hibernate-orm/commit/08a32f745f1df3ebf9805ee7a7b12c3d1a62aede
  Author: Laurent RICHARD <laurent-richard at harvest.fr>
  Date:   2013-07-11 (Thu, 11 Jul 2013)

  Changed paths:
    M hibernate-c3p0/src/test/java/org/hibernate/test/c3p0/C3P0ConnectionProviderTest.java

  Log Message:
  -----------
  HHH-8302 - add unit test


  Commit: df69a3b0a3a24395d6398cea8901720b82442abd
      https://github.com/hibernate/hibernate-orm/commit/df69a3b0a3a24395d6398cea8901720b82442abd
  Author: Laurent RICHARD <laurent-richard at harvest.fr>
  Date:   2013-07-11 (Thu, 11 Jul 2013)

  Changed paths:
    M hibernate-c3p0/src/main/java/org/hibernate/service/jdbc/connections/internal/C3P0ConnectionProvider.java

  Log Message:
  -----------
  HHH-8302 init c3p0 initialPoolSize with minPoolSize

Adding C3P0_STYLE_INITIAL_POOL_SIZE directly to c3props doesn't work
because of prefix "c3p0."
Using setOverwriteProperty checks for the nullability of the value and
removes this prefix

Conflicts:
	hibernate-c3p0/src/main/java/org/hibernate/c3p0/internal/C3P0ConnectionProvider.java


  Commit: 4dc9dc6ada573c898aaf7c212a5ff35167b04466
      https://github.com/hibernate/hibernate-orm/commit/4dc9dc6ada573c898aaf7c212a5ff35167b04466
  Author: lgathy <lajos.gathy at doctusoft.com>
  Date:   2013-07-11 (Thu, 11 Jul 2013)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/tuple/entity/PojoEntityTuplizer.java
    A hibernate-core/src/test/java/org/hibernate/test/proxyclass/ProxyInterfaceClassLoaderTest.java

  Log Message:
  -----------
  HHH-3078 Fixed bug with multiple classloaders and proxy class


  Commit: d596ea160cad44bec53cebe18db81cc8c7dfb9a4
      https://github.com/hibernate/hibernate-orm/commit/d596ea160cad44bec53cebe18db81cc8c7dfb9a4
  Author: Brett Meyer <brmeyer at redhat.com>
  Date:   2013-07-11 (Thu, 11 Jul 2013)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/tuple/entity/PojoEntityTuplizer.java
    A hibernate-core/src/test/java/org/hibernate/test/classloader/ProxyInterfaceClassLoaderTest.java
    R hibernate-core/src/test/java/org/hibernate/test/proxyclass/ProxyInterfaceClassLoaderTest.java

  Log Message:
  -----------
  HHH-3078 copyright and refactored package


Compare: https://github.com/hibernate/hibernate-orm/compare/5085ac9e6019...d596ea160cad


More information about the hibernate-commits mailing list