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

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


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: b9680484855fdc990fc7a7c7a5895865f7eca36d
      https://github.com/hibernate/hibernate-orm/commit/b9680484855fdc990fc7a7c7a5895865f7eca36d
  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: a300454a85511df178659c70e58f8283c1287d5f
      https://github.com/hibernate/hibernate-orm/commit/a300454a85511df178659c70e58f8283c1287d5f
  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/c3p0/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


  Commit: 228d14e8bc2e69c9cfb12d6b1560fbc13841cb4c
      https://github.com/hibernate/hibernate-orm/commit/228d14e8bc2e69c9cfb12d6b1560fbc13841cb4c
  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: 0433a539b443d0ca86f6234166e21a134ea4e2e1
      https://github.com/hibernate/hibernate-orm/commit/0433a539b443d0ca86f6234166e21a134ea4e2e1
  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/a4fa28d6b872...0433a539b443


More information about the hibernate-commits mailing list