[hibernate-commits] [hibernate/hibernate-orm] 798f32: Revert "fix issue with not compiling tests"

Andrea Boriero noreply at github.com
Thu Jul 30 13:41:14 EDT 2020


  Branch: refs/heads/wip/6.0
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 798f327f680b144eae6e530286d10c4c3759e65f
      https://github.com/hibernate/hibernate-orm/commit/798f327f680b144eae6e530286d10c4c3759e65f
  Author: Andrea Boriero <andrea at hibernate.org>
  Date:   2020-07-30 (Thu, 30 Jul 2020)

  Changed paths:
    M hibernate-core/hibernate-core.gradle
    R hibernate-core/src/main/java/org/hibernate/bytecode/enhance/internal/javassist/AttributeTypeDescriptor.java
    R hibernate-core/src/main/java/org/hibernate/bytecode/enhance/internal/javassist/CompositeEnhancer.java
    R hibernate-core/src/main/java/org/hibernate/bytecode/enhance/internal/javassist/EnhancerImpl.java
    R hibernate-core/src/main/java/org/hibernate/bytecode/enhance/internal/javassist/EntityEnhancer.java
    R hibernate-core/src/main/java/org/hibernate/bytecode/enhance/internal/javassist/FieldWriter.java
    R hibernate-core/src/main/java/org/hibernate/bytecode/enhance/internal/javassist/JavassistEnhancementContext.java
    R hibernate-core/src/main/java/org/hibernate/bytecode/enhance/internal/javassist/MappedSuperclassEnhancer.java
    R hibernate-core/src/main/java/org/hibernate/bytecode/enhance/internal/javassist/MethodWriter.java
    R hibernate-core/src/main/java/org/hibernate/bytecode/enhance/internal/javassist/PersistentAttributesEnhancer.java
    R hibernate-core/src/main/java/org/hibernate/bytecode/enhance/internal/javassist/PersistentAttributesHelper.java
    R hibernate-core/src/main/java/org/hibernate/bytecode/enhance/internal/javassist/UnloadedCtClass.java
    R hibernate-core/src/main/java/org/hibernate/bytecode/enhance/internal/javassist/UnloadedCtField.java
    R hibernate-core/src/main/java/org/hibernate/bytecode/enhance/internal/javassist/package-info.java
    R hibernate-core/src/main/java/org/hibernate/bytecode/internal/javassist/AccessOptimizerAdapter.java
    R hibernate-core/src/main/java/org/hibernate/bytecode/internal/javassist/BulkAccessor.java
    R hibernate-core/src/main/java/org/hibernate/bytecode/internal/javassist/BulkAccessorException.java
    R hibernate-core/src/main/java/org/hibernate/bytecode/internal/javassist/BulkAccessorFactory.java
    R hibernate-core/src/main/java/org/hibernate/bytecode/internal/javassist/BytecodeProviderImpl.java
    R hibernate-core/src/main/java/org/hibernate/bytecode/internal/javassist/FastClass.java
    R hibernate-core/src/main/java/org/hibernate/bytecode/internal/javassist/InstantiationOptimizerAdapter.java
    R hibernate-core/src/main/java/org/hibernate/bytecode/internal/javassist/ProxyFactoryFactoryImpl.java
    R hibernate-core/src/main/java/org/hibernate/bytecode/internal/javassist/ReflectionOptimizerImpl.java
    R hibernate-core/src/main/java/org/hibernate/bytecode/internal/javassist/package-info.java
    M hibernate-core/src/main/java/org/hibernate/bytecode/spi/ProxyFactoryFactory.java
    M hibernate-core/src/main/java/org/hibernate/cfg/AvailableSettings.java
    M hibernate-core/src/main/java/org/hibernate/cfg/Environment.java
    M hibernate-core/src/main/java/org/hibernate/cfg/PropertyContainer.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/StandardPojoEntityRepresentationStrategy.java
    M hibernate-core/src/main/java/org/hibernate/proxy/pojo/ProxyFactoryHelper.java
    R hibernate-core/src/main/java/org/hibernate/proxy/pojo/javassist/JavassistLazyInitializer.java
    R hibernate-core/src/main/java/org/hibernate/proxy/pojo/javassist/JavassistProxyFactory.java
    R hibernate-core/src/main/java/org/hibernate/proxy/pojo/javassist/SerializableProxy.java
    R hibernate-core/src/main/java/org/hibernate/tool/instrument/javassist/InstrumentTask.java
    M hibernate-core/src/test/java/org/hibernate/jpa/test/callbacks/PrivateConstructorTest.java
    M hibernate-core/src/test/java/org/hibernate/test/bytecode/ReflectionOptimizerTest.java
    M hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/lazy/group/BidirectionalLazyGroupsInEmbeddableTest.java
    M hibernate-core/src/test/java/org/hibernate/test/classloader/ProxyInterfaceClassLoaderTest.java
    R hibernate-core/src/testJavassist/java/org/hibernate/test/bytecode/enhancement/javassist/EnhancerFileNotFoundTest.java
    M hibernate-envers/src/main/java/org/hibernate/envers/internal/tools/EntityTools.java
    M hibernate-integrationtest-java-modules/src/main/java/module-info.java
    M hibernate-osgi/src/test/java/org/hibernate/osgi/test/OsgiIntegrationTest.java
    M hibernate-testing/src/main/java/org/hibernate/testing/junit5/DialectFilterExtension.java
    M hibernate-testing/src/main/java/org/hibernate/testing/orm/junit/RequiresDialect.java

  Log Message:
  -----------
  Revert "fix issue with not compiling tests"

This reverts commit fc914ea647e92fe1e82d74f4ee5d566c4b29f3dd.


  Commit: d246a4b4602c4b79446d227eb572858732af5d75
      https://github.com/hibernate/hibernate-orm/commit/d246a4b4602c4b79446d227eb572858732af5d75
  Author: Andrea Boriero <andrea at hibernate.org>
  Date:   2020-07-30 (Thu, 30 Jul 2020)

  Changed paths:
    M hibernate-testing/src/main/java/org/hibernate/testing/orm/junit/RequiresDialect.java

  Log Message:
  -----------
  fix issue with not compiling tests


Compare: https://github.com/hibernate/hibernate-orm/compare/842c4f18c91d...d246a4b4602c


More information about the hibernate-commits mailing list