[hibernate-commits] [hibernate/hibernate-core] 0af3a3: HHH-5650 - Pull documentation building into 'relea...

noreply at github.com noreply at github.com
Fri Mar 18 15:48:53 EDT 2011


Branch: refs/heads/master
Home:   https://github.com/hibernate/hibernate-core

Commit: 0af3a39c8695731c331ea0aa4caa04cf5dab1e31
    https://github.com/hibernate/hibernate-core/commit/0af3a39c8695731c331ea0aa4caa04cf5dab1e31
Author: Steve Ebersole <steve at hibernate.org>
Date:   2011-03-18 (Fri, 18 Mar 2011)

Changed paths:
  R documentation/pom.xml

Log Message:
-----------
HHH-5650 - Pull documentation building into 'release' module


Commit: 82d2ef4b1fd4d2c3f33bd5df7697d2437d8c72a5
    https://github.com/hibernate/hibernate-core/commit/82d2ef4b1fd4d2c3f33bd5df7697d2437d8c72a5
Author: Steve Ebersole <steve at hibernate.org>
Date:   2011-03-18 (Fri, 18 Mar 2011)

Changed paths:
  M build.gradle
  M hibernate-core/hibernate-core.gradle
  R hibernate-core/src/main/java/org/hibernate/bytecode/buildtime/CGLIBInstrumenter.java
  R hibernate-core/src/main/java/org/hibernate/bytecode/cglib/AccessOptimizerAdapter.java
  R hibernate-core/src/main/java/org/hibernate/bytecode/cglib/BytecodeProviderImpl.java
  R hibernate-core/src/main/java/org/hibernate/bytecode/cglib/CglibClassTransformer.java
  R hibernate-core/src/main/java/org/hibernate/bytecode/cglib/InstantiationOptimizerAdapter.java
  R hibernate-core/src/main/java/org/hibernate/bytecode/cglib/ProxyFactoryFactoryImpl.java
  R hibernate-core/src/main/java/org/hibernate/bytecode/cglib/ReflectionOptimizerImpl.java
  M hibernate-core/src/main/java/org/hibernate/cfg/Environment.java
  M hibernate-core/src/main/java/org/hibernate/cfg/SettingsFactory.java
  M hibernate-core/src/main/java/org/hibernate/intercept/FieldInterceptionHelper.java
  R hibernate-core/src/main/java/org/hibernate/intercept/cglib/CGLIBHelper.java
  R hibernate-core/src/main/java/org/hibernate/intercept/cglib/FieldInterceptorImpl.java
  R hibernate-core/src/main/java/org/hibernate/proxy/pojo/cglib/CGLIBLazyInitializer.java
  R hibernate-core/src/main/java/org/hibernate/proxy/pojo/cglib/CGLIBProxyFactory.java
  R hibernate-core/src/main/java/org/hibernate/proxy/pojo/cglib/SerializableProxy.java
  R hibernate-core/src/main/java/org/hibernate/tool/instrument/cglib/InstrumentTask.java
  R hibernate-core/src/test/java/org/hibernate/test/bytecode/cglib/CGLIBThreadLocalTest.java
  R hibernate-core/src/test/java/org/hibernate/test/bytecode/cglib/InvocationTargetExceptionTest.java
  R hibernate-core/src/test/java/org/hibernate/test/bytecode/cglib/ReflectionOptimizerTest.java
  R hibernate-core/src/test/java/org/hibernate/test/instrument/runtime/CGLIBInstrumentationTest.java

Log Message:
-----------
HHH-6025 - Remove cglib dependencies


Compare: https://github.com/hibernate/hibernate-core/compare/fcc4593...82d2ef4


More information about the hibernate-commits mailing list