[hibernate-commits] [hibernate/hibernate-orm] d2d947: HHH-11136 - Reduce memory consumption caused by Me...

GitHub noreply at github.com
Tue Sep 27 16:42:43 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: d2d947068d1d10368f423ef42cdfb958ec92c95d
      https://github.com/hibernate/hibernate-orm/commit/d2d947068d1d10368f423ef42cdfb958ec92c95d
  Author: ChristophDreis <christoph.dreis at freenet.de>
  Date:   2016-09-27 (Tue, 27 Sep 2016)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/bytecode/internal/javassist/ProxyFactoryFactoryImpl.java
    M hibernate-core/src/main/java/org/hibernate/engine/jdbc/BlobProxy.java
    M hibernate-core/src/main/java/org/hibernate/engine/jdbc/ClobProxy.java
    M hibernate-core/src/main/java/org/hibernate/engine/jdbc/ResultSetWrapperProxy.java
    M hibernate-core/src/main/java/org/hibernate/exception/spi/SQLExceptionConverterFactory.java
    M hibernate-core/src/main/java/org/hibernate/internal/util/ReflectHelper.java
    M hibernate-core/src/main/java/org/hibernate/proxy/pojo/javassist/JavassistProxyFactory.java
    M hibernate-core/src/main/java/org/hibernate/service/internal/AbstractServiceRegistryImpl.java
    M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/management/impl/BeanUtils.java
    M hibernate-testing/src/main/java/org/hibernate/testing/junit4/CustomParameterized.java
    M hibernate-testing/src/main/java/org/hibernate/testing/junit4/TestClassMetadata.java

  Log Message:
  -----------
  HHH-11136 - Reduce memory consumption caused by Method.getParameterTypes()




More information about the hibernate-commits mailing list