Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-orm
Commit: 410a785dfe40ae030bec31c4c06a5a7998f1feeb
https://github.com/hibernate/hibernate-orm/commit/410a785dfe40ae030bec31c...
Author: Brett Meyer <brett(a)3riverdev.com>
Date: 2015-03-30 (Mon, 30 Mar 2015)
Changed paths:
M documentation/src/main/docbook/quickstart/tutorials/osgi/managed-jpa/features.xml
M documentation/src/main/docbook/quickstart/tutorials/osgi/managed-jpa/pom.xml
M
documentation/src/main/docbook/quickstart/tutorials/osgi/managed-jpa/src/main/resources/OSGI-INF/blueprint/blueprint.xml
M documentation/src/main/docbook/quickstart/tutorials/osgi/unmanaged-jpa/features.xml
M documentation/src/main/docbook/quickstart/tutorials/osgi/unmanaged-jpa/pom.xml
M
documentation/src/main/docbook/quickstart/tutorials/osgi/unmanaged-jpa/src/main/java/org/hibernate/osgitest/TestIntegrator.java
M
documentation/src/main/docbook/quickstart/tutorials/osgi/unmanaged-jpa/src/main/java/org/hibernate/osgitest/TestTypeContributor.java
M
documentation/src/main/docbook/quickstart/tutorials/osgi/unmanaged-jpa/src/main/resources/OSGI-INF/blueprint/blueprint.xml
M
documentation/src/main/docbook/quickstart/tutorials/osgi/unmanaged-native/features.xml
M documentation/src/main/docbook/quickstart/tutorials/osgi/unmanaged-native/pom.xml
M
documentation/src/main/docbook/quickstart/tutorials/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/DataPointServiceImpl.java
M
documentation/src/main/docbook/quickstart/tutorials/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/TestIntegrator.java
M
documentation/src/main/docbook/quickstart/tutorials/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/TestTypeContributor.java
M
documentation/src/main/docbook/quickstart/tutorials/osgi/unmanaged-native/src/main/resources/OSGI-INF/blueprint/blueprint.xml
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/annotations/AnnotationMetadataSourceProcessorImpl.java
M hibernate-core/src/main/java/org/hibernate/cfg/BinderHelper.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/MapBinder.java
M
hibernate-entitymanager/src/main/java/org/hibernate/jpa/event/internal/jpa/LegacyCallbackProcessor.java
M
hibernate-envers/src/main/java/org/hibernate/envers/configuration/internal/RevisionInfoConfiguration.java
M
hibernate-envers/src/main/java/org/hibernate/envers/configuration/internal/metadata/reader/AnnotationsMetadataReader.java
M
hibernate-envers/src/main/java/org/hibernate/envers/configuration/internal/metadata/reader/AuditedPropertiesReader.java
M hibernate-envers/src/main/resources/OSGI-INF/blueprint/blueprint.xml
Log Message:
-----------
HHH-9680 updated OSGi quickstarts, added necessary contracts to Envers blueprint,
corrected a few uses of ReflectionManager