[hibernate/hibernate-orm] 14053b: HHH-9190 : consolidate contracts
by GitHub
Branch: refs/heads/4.3
Home: https://github.com/hibernate/hibernate-orm
Commit: 14053b5928e9a1683825892437f9c6ab4612c41c
https://github.com/hibernate/hibernate-orm/commit/14053b5928e9a1683825892...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2014-05-22 (Thu, 22 May 2014)
Changed paths:
A hibernate-core/src/main/java/org/hibernate/engine/query/internal/NativeQueryInterpreterStandardImpl.java
R hibernate-core/src/main/java/org/hibernate/engine/query/spi/DefaultQueryPlanFactory.java
A hibernate-core/src/main/java/org/hibernate/engine/query/spi/NativeQueryInterpreter.java
A hibernate-core/src/main/java/org/hibernate/engine/query/spi/NativeQueryInterpreterInitiator.java
R hibernate-core/src/main/java/org/hibernate/engine/query/spi/ParameterMetadataRecognizer.java
R hibernate-core/src/main/java/org/hibernate/engine/query/spi/ParameterMetadataRecognizerInitiator.java
M hibernate-core/src/main/java/org/hibernate/engine/query/spi/QueryPlanCache.java
R hibernate-core/src/main/java/org/hibernate/engine/query/spi/QueryPlanFactory.java
R hibernate-core/src/main/java/org/hibernate/engine/query/spi/QueryPlanFactoryInitiator.java
R hibernate-core/src/main/java/org/hibernate/engine/query/spi/SQLParameterMetadataRecognizer.java
M hibernate-core/src/main/java/org/hibernate/service/internal/StandardSessionFactoryServiceInitiators.java
Log Message:
-----------
HHH-9190 : consolidate contracts
(cherry picked from commit fbe72e7b641fba2c95ce0b8867e080fb7e52613d)
Conflicts:
hibernate-core/src/main/java/org/hibernate/engine/query/spi/ParameterMetadataRecognizerInitiator.java
10 years, 6 months
[hibernate/hibernate-orm] 523b51: HHH-9190 Introducing ParameterMetadataRecognizer c...
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: 523b515bf84e8cc23369affad8300f2274ac8ef2
https://github.com/hibernate/hibernate-orm/commit/523b515bf84e8cc23369aff...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2014-05-22 (Thu, 22 May 2014)
Changed paths:
A hibernate-core/src/main/java/org/hibernate/engine/query/spi/ParameterMetadataRecognizer.java
A hibernate-core/src/main/java/org/hibernate/engine/query/spi/ParameterMetadataRecognizerInitiator.java
M hibernate-core/src/main/java/org/hibernate/engine/query/spi/QueryPlanCache.java
A hibernate-core/src/main/java/org/hibernate/engine/query/spi/SQLParameterMetadataRecognizer.java
M hibernate-core/src/main/java/org/hibernate/service/internal/StandardSessionFactoryServiceInitiators.java
Log Message:
-----------
HHH-9190 Introducing ParameterMetadataRecognizer contract in order to make retrieval fo parameter meta-data for native queries customizable
(cherry picked from commit ccdf6df3d6b24eca05df2005c3e955e6768b109c)
Commit: 954a8416abaa0c12bf2bcda55ceabf39cf109809
https://github.com/hibernate/hibernate-orm/commit/954a8416abaa0c12bf2bcda...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2014-05-22 (Thu, 22 May 2014)
Changed paths:
A hibernate-core/src/main/java/org/hibernate/engine/query/spi/DefaultQueryPlanFactory.java
M hibernate-core/src/main/java/org/hibernate/engine/query/spi/NativeSQLQueryPlan.java
M hibernate-core/src/main/java/org/hibernate/engine/query/spi/QueryPlanCache.java
A hibernate-core/src/main/java/org/hibernate/engine/query/spi/QueryPlanFactory.java
A hibernate-core/src/main/java/org/hibernate/engine/query/spi/QueryPlanFactoryInitiator.java
M hibernate-core/src/main/java/org/hibernate/service/internal/StandardSessionFactoryServiceInitiators.java
Log Message:
-----------
HHH-9190 Introducing QueryPlanFactory service contract in order to make creation of native query plans customizable
(cherry picked from commit ac06799a551724b4ea654f13da1ac0f9064b6eb1)
Commit: d1959cd121797887c50fe73876e368ad6e3b65db
https://github.com/hibernate/hibernate-orm/commit/d1959cd121797887c50fe73...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2014-05-22 (Thu, 22 May 2014)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/engine/query/spi/ParameterMetadataRecognizerInitiator.java
M hibernate-core/src/main/java/org/hibernate/engine/query/spi/QueryPlanFactoryInitiator.java
Log Message:
-----------
HHH-9190 : port to master
Commit: fbe72e7b641fba2c95ce0b8867e080fb7e52613d
https://github.com/hibernate/hibernate-orm/commit/fbe72e7b641fba2c95ce0b8...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2014-05-22 (Thu, 22 May 2014)
Changed paths:
A hibernate-core/src/main/java/org/hibernate/engine/query/internal/NativeQueryInterpreterStandardImpl.java
R hibernate-core/src/main/java/org/hibernate/engine/query/spi/DefaultQueryPlanFactory.java
A hibernate-core/src/main/java/org/hibernate/engine/query/spi/NativeQueryInterpreter.java
A hibernate-core/src/main/java/org/hibernate/engine/query/spi/NativeQueryInterpreterInitiator.java
R hibernate-core/src/main/java/org/hibernate/engine/query/spi/ParameterMetadataRecognizer.java
R hibernate-core/src/main/java/org/hibernate/engine/query/spi/ParameterMetadataRecognizerInitiator.java
M hibernate-core/src/main/java/org/hibernate/engine/query/spi/QueryPlanCache.java
R hibernate-core/src/main/java/org/hibernate/engine/query/spi/QueryPlanFactory.java
R hibernate-core/src/main/java/org/hibernate/engine/query/spi/QueryPlanFactoryInitiator.java
R hibernate-core/src/main/java/org/hibernate/engine/query/spi/SQLParameterMetadataRecognizer.java
M hibernate-core/src/main/java/org/hibernate/service/internal/StandardSessionFactoryServiceInitiators.java
Log Message:
-----------
HHH-9190 : consolidate contracts
Compare: https://github.com/hibernate/hibernate-orm/compare/2faa0b224479...fbe72e7...
10 years, 6 months
[hibernate/hibernate-orm] 8634da: HHH-8893 wired UnifiedMappingBinder into MetadataS...
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: 8634da864b1d5156c7cd860f6e2abece8548c615
https://github.com/hibernate/hibernate-orm/commit/8634da864b1d5156c7cd860...
Author: Brett Meyer <brett(a)3riverdev.com>
Date: 2014-05-21 (Wed, 21 May 2014)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/MetadataSources.java
M hibernate-core/src/main/java/org/hibernate/xml/internal/jaxb/AbstractUnifiedBinder.java
M hibernate-core/src/main/java/org/hibernate/xml/spi/UnifiedBinder.java
Log Message:
-----------
HHH-8893 wired UnifiedMappingBinder into MetadataSources
Commit: 77f0c9a1edb732586402982325edc44099cec5c6
https://github.com/hibernate/hibernate-orm/commit/77f0c9a1edb732586402982...
Author: Brett Meyer <brett(a)3riverdev.com>
Date: 2014-05-21 (Wed, 21 May 2014)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/MetadataBuilder.java
R hibernate-core/src/main/java/org/hibernate/metamodel/MetadataSourceProcessingOrder.java
M hibernate-core/src/main/java/org/hibernate/metamodel/internal/MetadataBuilderImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/internal/MetadataBuildingProcess.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/AnnotationMetadataSourceProcessor.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/AnnotationMetadataSourceProcessorImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/AbstractConstraintSource.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/AbstractEmbeddableJaxbSource.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/AbstractEmbeddedAttributeSourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/AbstractEntitySourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/AbstractHbmSourceNode.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/AbstractPluralAssociationElementSourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/AbstractPluralAttributeSourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/AbstractReturnBinder.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/AbstractToOneAttributeSourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/ArraySourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/BagSourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/ColumnAttributeSourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/ColumnSourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/EmbeddableJaxbSource.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/EmbeddableSourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/EmbeddedAttributeSourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/EntityHierarchySourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/FetchProfileSourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/FilterDefinitionSourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/FilterSourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/FormulaImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/HbmBindingContext.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/HbmMetadataSourceProcessorImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/Helper.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/HibernateMappingProcessor.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/HierarchyBuilder.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/IdBagSourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/IdentifierKeyAttributeSourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/IdentifierKeyManyToOneSourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/InLineViewSourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/IndexConstraintSourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/JoinedSubclassEntitySourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/KeyAttributeSourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/KeyManyToOneSourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/ListSourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/LoadCollectionBinder.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/ManyToOneAttributeSourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/MapKeySourceBasicImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/MapSourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/MappingDocument.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/NamedQueryBindingHelper.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/OneToOneAttributeSourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/PluralAttributeElementSourceBasicImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/PluralAttributeElementSourceEmbeddedImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/PluralAttributeElementSourceManyToManyImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/PluralAttributeElementSourceOneToManyImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/PluralAttributeKeySourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/PluralAttributeMapKeySourceEmbeddedImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/PluralAttributeSequentialIndexSourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/PropertyAttributeSourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/ResultSetMappingBinder.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/ReturnBinder.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/ReturnJoinBinder.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/RootEntitySourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/SecondaryTableSourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/SetSourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/SingularIdentifierAttributeSourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/SizeSourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/SubclassEntitySourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/TableSourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/TimestampAttributeSourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/TypeDescriptorSourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/UniqueConstraintSourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/VersionAttributeSourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/parser/AbstractQueryElementContentsParser.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/parser/BasicQueryElementContentParser.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/parser/SQLQueryElementContentParser.java
M hibernate-core/src/main/java/org/hibernate/metamodel/spi/MetadataBuildingOptions.java
R hibernate-core/src/main/java/org/hibernate/metamodel/spi/MetadataSourceProcessor.java
M hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/AssertSourcesTest.java
M hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/UnidirectionalManyToManyBindingTests.java
Log Message:
-----------
HHH-8893 removed o.h.metadata.source.internal.hbm,
MetadataSourceProcessor, and MetadataSourceProcessingOrder
Commit: 01ece111a0c338d4146d4e9d2237f7454fcff2fb
https://github.com/hibernate/hibernate-orm/commit/01ece111a0c338d4146d4e9...
Author: Brett Meyer <brett(a)3riverdev.com>
Date: 2014-05-21 (Wed, 21 May 2014)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/util/HibernateDotNames.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/EntityMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/MockHelper.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jaxb/hbm/HbmXmlTransformer.java
Log Message:
-----------
HHH-8893 HBM transform/mock
Commit: 87a4b56bd2d6f3b11da0a7a9cd560de472bd732b
https://github.com/hibernate/hibernate-orm/commit/87a4b56bd2d6f3b11da0a7a...
Author: Brett Meyer <brett(a)3riverdev.com>
Date: 2014-05-21 (Wed, 21 May 2014)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/cfg/Configuration.java
R hibernate-core/src/main/java/org/hibernate/cfg/EJB3DTDEntityResolver.java
R hibernate-core/src/main/java/org/hibernate/internal/util/xml/DTDEntityResolver.java
R hibernate-core/src/main/java/org/hibernate/internal/util/xml/XMLHelper.java
M hibernate-core/src/main/java/org/hibernate/metamodel/MetadataBuilder.java
M hibernate-core/src/main/java/org/hibernate/metamodel/MetadataSources.java
M hibernate-core/src/main/java/org/hibernate/metamodel/internal/MetadataBuilderImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/spi/MetadataBuildingOptions.java
R hibernate-core/src/main/java/org/hibernate/tuple/Dom4jInstantiator.java
M hibernate-core/src/main/java/org/hibernate/xml/internal/jaxb/AbstractUnifiedBinder.java
M hibernate-core/src/main/java/org/hibernate/xml/spi/UnifiedBinder.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/JPAOverriddenAnnotationReaderTest.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/XMLContextTest.java
Log Message:
-----------
HHH-8893 deprecated Configuration#addDocument(Document), removed EntityResolver concepts
Commit: 95d66ed252b6a71abeb89a90652a68acc5eabd68
https://github.com/hibernate/hibernate-orm/commit/95d66ed252b6a71abeb89a9...
Author: Brett Meyer <brett(a)3riverdev.com>
Date: 2014-05-21 (Wed, 21 May 2014)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/internal/util/StringHelper.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/global/QueryProcessor.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/AbstractAttributesBuilder.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/AbstractEntityObjectMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/AbstractMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/AnnotationMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/AttributesBuilder.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/BasicMocker.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/Default.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/DefaultConfigurationHelper.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/ElementCollectionMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/EmbeddableAttributesBuilder.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/EmbeddableMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/EmbeddedIdMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/EmbeddedMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/EntityMappingsMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/EntityMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/GlobalAnnotationMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/GlobalAnnotations.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/IdMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/IndexBuilder.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/ListenerMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/ManyToManyMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/ManyToOneMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/MappedSuperclassMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/MockHelper.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/NaturalIdMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/OneToManyMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/OneToOneMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/PersistenceMetadataMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/PropertyMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/TransientMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/VersionMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jaxb/PersistentAttribute.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jaxb/hbm/HbmXmlTransformer.java
M hibernate-core/src/main/resources/org/hibernate/xsd/mapping/mapping-2.1.0.xsd
M hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/BasicMockerTest.java
M hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/DefaultConfigurationHelperTest.java
M hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/OverrideTest.java
Log Message:
-----------
HHH-8893 HBM transform/mock
Commit: 047d3086018c398ce121b154d7128ecf8c6d4ba4
https://github.com/hibernate/hibernate-orm/commit/047d3086018c398ce121b15...
Author: Brett Meyer <brett(a)3riverdev.com>
Date: 2014-05-21 (Wed, 21 May 2014)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/MetadataSources.java
M hibernate-core/src/main/java/org/hibernate/metamodel/internal/ClassLoaderAccessImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/internal/MetadataBuildingProcess.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/EntityMappingsMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jaxb/hbm/HbmXmlTransformer.java
R hibernate-core/src/main/java/org/hibernate/xml/internal/jaxb/AbstractXmlBinder.java
R hibernate-core/src/main/java/org/hibernate/xml/internal/jaxb/ConfigurationXmlBinder.java
R hibernate-core/src/main/java/org/hibernate/xml/internal/jaxb/MappingXmlBinder.java
M hibernate-core/src/main/java/org/hibernate/xml/internal/jaxb/UnifiedMappingBinder.java
M hibernate-core/src/main/java/org/hibernate/xml/spi/BindResult.java
R hibernate-core/src/main/java/org/hibernate/xml/spi/XmlBinder.java
M hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/AbstractMockerTest.java
R hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/XmlHelper.java
M hibernate-core/src/test/java/org/hibernate/test/metamodel/unified/jaxb/SimpleBindingTest.java
Log Message:
-----------
HHH-8893 delay binding of xml resources until building Metadata,
introduce ClassLoaderAccess into transformer, removed old XmlBinder
Commit: 754af46a70c3d467713ab7075e64eec3657fb5d3
https://github.com/hibernate/hibernate-orm/commit/754af46a70c3d467713ab70...
Author: Brett Meyer <brett(a)3riverdev.com>
Date: 2014-05-21 (Wed, 21 May 2014)
Changed paths:
A hibernate-core/src/main/java/org/hibernate/annotations/Inverse.java
M hibernate-core/src/main/java/org/hibernate/internal/util/StringHelper.java
M hibernate-core/src/main/java/org/hibernate/metamodel/internal/binder/SourceIndex.java
M hibernate-core/src/main/java/org/hibernate/metamodel/reflite/internal/DynamicTypeDescriptorImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/HibernateTypeSourceImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/PluralAttributeElementSourceBasicImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/PluralAttributeKeySourceImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/PluralAttributeSourceImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/AssociationAttribute.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/Column.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/PluralAttribute.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/PluralAttributeElementDetailsBasic.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/SingularAssociationAttribute.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/util/HibernateDotNames.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/AnnotationMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/AttributesBuilder.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/ElementCollectionMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/EntityMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/IdMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/ManyToManyMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/MockHelper.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/OneToManyMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/OneToOneMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/PropertyMocker.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jaxb/MapAttribute.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jaxb/hbm/HbmXmlTransformer.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/AttributeSourceResolutionContext.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/MappingException.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/PluralAttributeSource.java
M hibernate-core/src/main/resources/org/hibernate/xsd/mapping/mapping-2.1.0.xsd
M hibernate-core/src/main/xjb/mapping-bindings.xjb
M hibernate-core/src/test/java/org/hibernate/test/cid/LineItem.java
M hibernate-core/src/test/java/org/hibernate/test/collection/map/PersistentMapTest.java
M hibernate-core/src/test/java/org/hibernate/test/entitymode/map/basic/DynamicClassTest.java
M hibernate-core/src/test/java/org/hibernate/test/extralazy/ExtraLazyTest.java
M hibernate-core/src/test/java/org/hibernate/test/hql/BulkManipulationTest.java
M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/EntityWithInverseManyToManyTest.java
M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/EntityWithInverseOneToManyJoinTest.java
M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/EntityWithInverseOneToManyTest.java
M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseManyToManyTest.java
M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyJoinTest.java
M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyTest.java
M hibernate-core/src/test/java/org/hibernate/test/joinfetch/JoinFetchTest.java
M hibernate-core/src/test/java/org/hibernate/test/legacy/MapTest.java
M hibernate-core/src/test/java/org/hibernate/test/legacy/QueryByExampleTest.java
M hibernate-core/src/test/java/org/hibernate/test/loadplans/plans/LoadPlanStructureAssertionTest.java
M hibernate-core/src/test/java/org/hibernate/test/map/MapIndexFormulaTest.java
M hibernate-core/src/test/java/org/hibernate/test/onetoone/nopojo/DynamicMapOneToOneTest.java
M hibernate-core/src/test/java/org/hibernate/test/tm/CMTTest.java
Log Message:
-----------
HHH-8893 HBM transform/mock
Commit: 3e1d73cae8f951154f09fdc7835a5f0dd3117cf3
https://github.com/hibernate/hibernate-orm/commit/3e1d73cae8f951154f09fdc...
Author: Brett Meyer <brett(a)3riverdev.com>
Date: 2014-05-21 (Wed, 21 May 2014)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/test/collection/map/PersistentMapTest.java
M hibernate-core/src/test/java/org/hibernate/test/entitymode/map/basic/DynamicClassTest.java
M hibernate-core/src/test/java/org/hibernate/test/extralazy/ExtraLazyTest.java
M hibernate-core/src/test/java/org/hibernate/test/hql/BulkManipulationTest.java
M hibernate-core/src/test/java/org/hibernate/test/joinfetch/JoinFetchTest.java
M hibernate-core/src/test/java/org/hibernate/test/legacy/MapTest.java
M hibernate-core/src/test/java/org/hibernate/test/map/MapIndexFormulaTest.java
M hibernate-core/src/test/java/org/hibernate/test/onetoone/nopojo/DynamicMapOneToOneTest.java
M hibernate-core/src/test/java/org/hibernate/test/tm/CMTTest.java
M hibernate-testing/src/main/java/org/hibernate/testing/FailureExpected.java
A hibernate-testing/src/main/java/org/hibernate/testing/FailureExpectedMarker.java
A hibernate-testing/src/main/java/org/hibernate/testing/FailureExpectedUtil.java
M hibernate-testing/src/main/java/org/hibernate/testing/FailureExpectedWithNewMetamodel.java
A hibernate-testing/src/main/java/org/hibernate/testing/FailureExpectedWithNewUnifiedXsd.java
M hibernate-testing/src/main/java/org/hibernate/testing/junit4/BeforeClassCallbackHandler.java
M hibernate-testing/src/main/java/org/hibernate/testing/junit4/CustomRunner.java
Log Message:
-----------
HHH-8893 @FailureExpectedWithNewUnifiedXsd & a @FailureExpectedMarker
meta-annotation
Commit: 51d09c53cb2840bce4810657e33b6eea87bccddc
https://github.com/hibernate/hibernate-orm/commit/51d09c53cb2840bce481065...
Author: Brett Meyer <brett(a)3riverdev.com>
Date: 2014-05-21 (Wed, 21 May 2014)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/HibernateTypeSourceImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/util/HibernateDotNames.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/AbstractMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/AnnotationMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/AttributesBuilder.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/ElementCollectionMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/EntityMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/GlobalAnnotationMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/GlobalAnnotations.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/ManyToManyMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/ManyToOneMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/MockHelper.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/OneToManyMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/PropertyMocker.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jaxb/CollectionAttribute.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jaxb/FetchableAttribute.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jaxb/MapAttribute.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jaxb/hbm/HbmXmlTransformer.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jaxb/marshalling/FetchModeMarshalling.java
M hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractPropertyMapping.java
M hibernate-core/src/main/resources/org/hibernate/xsd/mapping/mapping-2.1.0.xsd
M hibernate-core/src/main/xjb/mapping-bindings.xjb
M hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/UnidirectionalManyToManyBindingTests.java
M hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/UnsavedValueHbmTests.java
M hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/basiccollections/HbmBasicCollectionBindingTests.java
M hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/onetomany/HbmUnidirectionalOneToManyBindingTests.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/NonExistentOrmVersionTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/HbmWithIdentityTest.java
M hibernate-core/src/test/java/org/hibernate/test/batchfetch/BatchFetchTest.java
M hibernate-core/src/test/java/org/hibernate/test/cid/CompositeIdTest.java
M hibernate-core/src/test/java/org/hibernate/test/component/basic/ComponentTest.java
M hibernate-core/src/test/java/org/hibernate/test/fetchprofiles/join/JoinFetchProfileTest.java
M hibernate-core/src/test/java/org/hibernate/test/filter/DynamicFilterTest.java
M hibernate-core/src/test/java/org/hibernate/test/filter/hql/JoinedFilteredBulkManipulationTest.java
M hibernate-core/src/test/java/org/hibernate/test/hql/ASTParserLoadingOrderByTest.java
M hibernate-core/src/test/java/org/hibernate/test/hql/CriteriaHQLAlignmentTest.java
M hibernate-core/src/test/java/org/hibernate/test/hql/ScrollableCollectionFetchingTest.java
M hibernate-core/src/test/java/org/hibernate/test/hql/WithClauseTest.java
M hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/sequence/BasicSequenceTest.java
M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyJoinFailureExpectedTest.java
M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseManyToManyTest.java
M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseOneToManyJoinTest.java
M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseOneToManyTest.java
M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/VersionedEntityWithNonInverseManyToManyTest.java
M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/VersionedEntityWithNonInverseOneToManyJoinTest.java
M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/VersionedEntityWithNonInverseOneToManyTest.java
M hibernate-core/src/test/java/org/hibernate/test/interceptor/InterceptorTest.java
M hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/InterfaceProxyTest.java
M hibernate-core/src/test/java/org/hibernate/test/join/JoinTest.java
M hibernate-core/src/test/java/org/hibernate/test/join/OptionalJoinTest.java
M hibernate-core/src/test/java/org/hibernate/test/jpa/fetch/FetchingTest.java
M hibernate-core/src/test/java/org/hibernate/test/keymanytoone/unidir/ondelete/KeyManyToOneCascadeDeleteTest.java
M hibernate-core/src/test/java/org/hibernate/test/legacy/OneToOneCacheTest.java
M hibernate-core/src/test/java/org/hibernate/test/legacy/SQLFunctionsTest.java
M hibernate-core/src/test/java/org/hibernate/test/loadplans/plans/LoadPlanStructureAssertionTest.java
M hibernate-core/src/test/java/org/hibernate/test/loadplans/process/NonEncapsulatedCompositeIdResultSetProcessorTest.java
M hibernate-core/src/test/java/org/hibernate/test/loadplans/walking/KeyManyToOneWalkingTest.java
M hibernate-core/src/test/java/org/hibernate/test/manytomany/ManyToManyTest.java
M hibernate-core/src/test/java/org/hibernate/test/manytomany/batchload/BatchedManyToManyTest.java
M hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/Membership.java
M hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/surrogateid/generated/ManyToManyAssociationClassGeneratedIdTest.java
M hibernate-core/src/test/java/org/hibernate/test/mapelemformula/MapElementFormulaTest.java
M hibernate-core/src/test/java/org/hibernate/test/mappingexception/MappingExceptionTest.java
M hibernate-core/src/test/java/org/hibernate/test/mixed/MixedTest.java
M hibernate-core/src/test/java/org/hibernate/test/ondelete/OnDeleteTest.java
M hibernate-core/src/test/java/org/hibernate/test/onetomany/OneToManyTest.java
M hibernate-core/src/test/java/org/hibernate/test/onetoone/formula/OneToOneFormulaTest.java
M hibernate-core/src/test/java/org/hibernate/test/onetoone/link/OneToOneLinkTest.java
M hibernate-core/src/test/java/org/hibernate/test/onetoone/optional/Person.java
M hibernate-core/src/test/java/org/hibernate/test/ops/CreateTest.java
M hibernate-core/src/test/java/org/hibernate/test/ops/DeleteTest.java
M hibernate-core/src/test/java/org/hibernate/test/ops/MergeTest.java
M hibernate-core/src/test/java/org/hibernate/test/optlock/OptimisticLockTest.java
M hibernate-core/src/test/java/org/hibernate/test/orphan/manytomany/ManyToManyOrphanTest.java
M hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/composite/DeleteOneToOneOrphansTest.java
M hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/reversed/unidirectional/DeleteOneToOneOrphansTest.java
M hibernate-core/src/test/java/org/hibernate/test/readonly/ReadOnlyVersionedNodesTest.java
M hibernate-core/src/test/java/org/hibernate/test/resulttransformer/ResultTransformerTest.java
M hibernate-core/src/test/java/org/hibernate/test/stateless/StatelessSessionTest.java
M hibernate-core/src/test/java/org/hibernate/test/stats/StatsTest.java
M hibernate-core/src/test/java/org/hibernate/test/subclassfilter/DiscrimSubclassFilterTest.java
M hibernate-core/src/test/java/org/hibernate/test/subclassfilter/JoinedSubclassFilterTest.java
M hibernate-core/src/test/java/org/hibernate/test/timestamp/TimestampTest.java
M hibernate-core/src/test/java/org/hibernate/test/typedmanytoone/TypedManyToOneTest.java
M hibernate-core/src/test/java/org/hibernate/test/typeparameters/TypeParameterTest.java
M hibernate-core/src/test/java/org/hibernate/test/unconstrained/UnconstrainedTest.java
M hibernate-core/src/test/java/org/hibernate/test/unionsubclass/UnionSubclassTest.java
M hibernate-core/src/test/java/org/hibernate/test/unionsubclass/alias/SellCarTest.java
M hibernate-core/src/test/java/org/hibernate/test/unionsubclass2/UnionSubclassTest.java
M hibernate-core/src/test/java/org/hibernate/test/version/VersionTest.java
M hibernate-core/src/test/java/org/hibernate/test/version/db/DbVersionTest.java
M hibernate-core/src/test/java/org/hibernate/test/where/WhereTest.java
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/internal/RevisionInfoConfiguration.java
M hibernate-envers/src/main/java/org/hibernate/envers/event/spi/EnversJaxbRootProducer.java
Log Message:
-----------
HHH-8893 HBM transform/mock
asdf
Commit: 40f1ce67772c5461dc4db0803dfacf22ddb32585
https://github.com/hibernate/hibernate-orm/commit/40f1ce67772c5461dc4db08...
Author: Brett Meyer <brett(a)3riverdev.com>
Date: 2014-05-21 (Wed, 21 May 2014)
Changed paths:
M hibernate-envers/hibernate-envers.gradle
Log Message:
-----------
HHH-7490 temporarily disabled envers tests
Commit: 2faa0b22447961f15d007735153ec7f2e3a796ee
https://github.com/hibernate/hibernate-orm/commit/2faa0b22447961f15d00773...
Author: Brett Meyer <brett(a)3riverdev.com>
Date: 2014-05-21 (Wed, 21 May 2014)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/internal/MetadataBuildingProcess.java
M hibernate-core/src/test/java/org/hibernate/test/cfg/cache/CacheConfigurationTest.java
M hibernate-core/src/test/java/org/hibernate/test/cid/CompositeIdTest.java
M hibernate-core/src/test/java/org/hibernate/test/filter/hql/JoinedFilteredBulkManipulationTest.java
M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/EntityWithInverseManyToManyTest.java
M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/EntityWithInverseOneToManyJoinTest.java
M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/EntityWithInverseOneToManyTest.java
M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseManyToManyTest.java
M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyJoinFailureExpectedTest.java
M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyJoinTest.java
M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyTest.java
M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseManyToManyTest.java
M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseOneToManyJoinTest.java
M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseOneToManyTest.java
M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/VersionedEntityWithNonInverseManyToManyTest.java
M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/VersionedEntityWithNonInverseOneToManyJoinTest.java
M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/VersionedEntityWithNonInverseOneToManyTest.java
M hibernate-core/src/test/java/org/hibernate/test/interceptor/InterceptorTest.java
M hibernate-core/src/test/java/org/hibernate/test/loadplans/plans/LoadPlanStructureAssertionTest.java
M hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/reversed/unidirectional/DeleteOneToOneOrphansTest.java
M hibernate-core/src/test/java/org/hibernate/test/readonly/ReadOnlyVersionedNodesTest.java
M hibernate-core/src/test/java/org/hibernate/test/typeparameters/TypeParameterTest.java
M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/jee/OrmVersionTest.java
M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/ops/GetLoadTest.java
M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/ops/MergeTest.java
M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/ops/PersistTest.java
M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/packaging/PackagedEntityManagerTest.java
M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/xml/XmlAttributeOverrideTest.java
M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/xml/XmlTest.java
M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/xml/sequences/XmlTest.java
M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/BasicTransactionalTestCase.java
Log Message:
-----------
HHH-8893 corrected expected failures
Compare: https://github.com/hibernate/hibernate-orm/compare/66da9cac98e1...2faa0b2...
10 years, 6 months
[hibernate/hibernate-orm] ccdf6d: HHH-9190 Introducing ParameterMetadataRecognizer c...
by GitHub
Branch: refs/heads/4.3
Home: https://github.com/hibernate/hibernate-orm
Commit: ccdf6df3d6b24eca05df2005c3e955e6768b109c
https://github.com/hibernate/hibernate-orm/commit/ccdf6df3d6b24eca05df200...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2014-05-21 (Wed, 21 May 2014)
Changed paths:
A hibernate-core/src/main/java/org/hibernate/engine/query/spi/ParameterMetadataRecognizer.java
A hibernate-core/src/main/java/org/hibernate/engine/query/spi/ParameterMetadataRecognizerInitiator.java
M hibernate-core/src/main/java/org/hibernate/engine/query/spi/QueryPlanCache.java
A hibernate-core/src/main/java/org/hibernate/engine/query/spi/SQLParameterMetadataRecognizer.java
M hibernate-core/src/main/java/org/hibernate/service/internal/StandardSessionFactoryServiceInitiators.java
Log Message:
-----------
HHH-9190 Introducing ParameterMetadataRecognizer contract in order to make retrieval fo parameter meta-data for native queries customizable
Commit: ac06799a551724b4ea654f13da1ac0f9064b6eb1
https://github.com/hibernate/hibernate-orm/commit/ac06799a551724b4ea654f1...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2014-05-21 (Wed, 21 May 2014)
Changed paths:
A hibernate-core/src/main/java/org/hibernate/engine/query/spi/DefaultQueryPlanFactory.java
M hibernate-core/src/main/java/org/hibernate/engine/query/spi/NativeSQLQueryPlan.java
M hibernate-core/src/main/java/org/hibernate/engine/query/spi/QueryPlanCache.java
A hibernate-core/src/main/java/org/hibernate/engine/query/spi/QueryPlanFactory.java
A hibernate-core/src/main/java/org/hibernate/engine/query/spi/QueryPlanFactoryInitiator.java
M hibernate-core/src/main/java/org/hibernate/service/internal/StandardSessionFactoryServiceInitiators.java
Log Message:
-----------
HHH-9190 Introducing QueryPlanFactory service contract in order to make creation of native query plans customizable
Compare: https://github.com/hibernate/hibernate-orm/compare/07bc5ce877c0...ac06799...
10 years, 6 months
[hibernate/hibernate-validator] 2057c2: HV-826 Switching to Asciidoctor
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-validator
Commit: 2057c2152e50a5bf933c1389193d91b62da07c8a
https://github.com/hibernate/hibernate-validator/commit/2057c2152e50a5bf9...
Author: Hardy Ferentschik <hibernate(a)ferentschik.de>
Date: 2014-05-21 (Wed, 21 May 2014)
Changed paths:
M .gitignore
M README.md
M documentation/pom.xml
A documentation/src/main/asciidoc/ch01.asciidoc
A documentation/src/main/asciidoc/ch02.asciidoc
A documentation/src/main/asciidoc/ch03.asciidoc
A documentation/src/main/asciidoc/ch04.asciidoc
A documentation/src/main/asciidoc/ch05.asciidoc
A documentation/src/main/asciidoc/ch06.asciidoc
A documentation/src/main/asciidoc/ch07.asciidoc
A documentation/src/main/asciidoc/ch08.asciidoc
A documentation/src/main/asciidoc/ch09.asciidoc
A documentation/src/main/asciidoc/ch10.asciidoc
A documentation/src/main/asciidoc/ch11.asciidoc
A documentation/src/main/asciidoc/ch12.asciidoc
A documentation/src/main/asciidoc/ch13.asciidoc
A documentation/src/main/asciidoc/images/annotation_processor_eclipse.png
A documentation/src/main/asciidoc/images/annotation_processor_intellij.png
A documentation/src/main/asciidoc/images/annotation_processor_netbeans.png
A documentation/src/main/asciidoc/images/application-layers.png
A documentation/src/main/asciidoc/images/application-layers2.png
A documentation/src/main/asciidoc/images/hibernate_logo_a.png
A documentation/src/main/asciidoc/images/validation-configuration-1.1.png
A documentation/src/main/asciidoc/images/validation-mapping-1.1.png
A documentation/src/main/asciidoc/index-docinfo.xml
A documentation/src/main/asciidoc/index.asciidoc
A documentation/src/main/asciidoc/pr01.asciidoc
R documentation/src/main/docbook/en-US/images/annotation_processor_eclipse.png
R documentation/src/main/docbook/en-US/images/annotation_processor_intellij.png
R documentation/src/main/docbook/en-US/images/annotation_processor_netbeans.png
R documentation/src/main/docbook/en-US/images/application-layers.png
R documentation/src/main/docbook/en-US/images/application-layers2.png
R documentation/src/main/docbook/en-US/images/hibernate_logo_a.png
R documentation/src/main/docbook/en-US/images/validation-configuration-1.1.png
R documentation/src/main/docbook/en-US/images/validation-mapping-1.1.png
M pom.xml
Log Message:
-----------
HV-826 Switching to Asciidoctor
Commit: 1e39d2f143431638a97dcbdd40302adecc48079e
https://github.com/hibernate/hibernate-validator/commit/1e39d2f143431638a...
Author: Hardy Ferentschik <hibernate(a)ferentschik.de>
Date: 2014-05-21 (Wed, 21 May 2014)
Changed paths:
R documentation/src/main/docbook/en-US/hv.ent
R documentation/src/main/docbook/en-US/master.xml
R documentation/src/main/docbook/en-US/modules/annotation-processor.xml
R documentation/src/main/docbook/en-US/modules/bean-constraints.xml
R documentation/src/main/docbook/en-US/modules/bootstrapping.xml
R documentation/src/main/docbook/en-US/modules/custom-constraints.xml
R documentation/src/main/docbook/en-US/modules/custom-options.xml
R documentation/src/main/docbook/en-US/modules/further-reading.xml
R documentation/src/main/docbook/en-US/modules/getting-started.xml
R documentation/src/main/docbook/en-US/modules/groups.xml
R documentation/src/main/docbook/en-US/modules/integration.xml
R documentation/src/main/docbook/en-US/modules/message-interpolation.xml
R documentation/src/main/docbook/en-US/modules/metadata-api.xml
R documentation/src/main/docbook/en-US/modules/method-constraints.xml
R documentation/src/main/docbook/en-US/modules/preface.xml
R documentation/src/main/docbook/en-US/modules/xml-configuration.xml
R documentation/src/main/docbook/pot/master.pot
R documentation/src/main/docbook/pot/modules/annotation-processor.pot
R documentation/src/main/docbook/pot/modules/annotationprocessor.pot
R documentation/src/main/docbook/pot/modules/bean-constraints.pot
R documentation/src/main/docbook/pot/modules/bootstrapping.pot
R documentation/src/main/docbook/pot/modules/custom-constraints.pot
R documentation/src/main/docbook/pot/modules/custom-options.pot
R documentation/src/main/docbook/pot/modules/customconstraints.pot
R documentation/src/main/docbook/pot/modules/customoptions.pot
R documentation/src/main/docbook/pot/modules/further-reading.pot
R documentation/src/main/docbook/pot/modules/furtherreading.pot
R documentation/src/main/docbook/pot/modules/getting-started.pot
R documentation/src/main/docbook/pot/modules/gettingstarted.pot
R documentation/src/main/docbook/pot/modules/groups.pot
R documentation/src/main/docbook/pot/modules/integration.pot
R documentation/src/main/docbook/pot/modules/message-interpolation.pot
R documentation/src/main/docbook/pot/modules/metadata-api.pot
R documentation/src/main/docbook/pot/modules/metadataapi.pot
R documentation/src/main/docbook/pot/modules/method-constraints.pot
R documentation/src/main/docbook/pot/modules/preface.pot
R documentation/src/main/docbook/pot/modules/programmaticapi.pot
R documentation/src/main/docbook/pot/modules/usingvalidator.pot
R documentation/src/main/docbook/pot/modules/xml-configuration.pot
R documentation/src/main/docbook/pot/modules/xmlconfiguration.pot
R documentation/src/main/docbook/zh-CN/master.po
R documentation/src/main/docbook/zh-CN/modules/annotation-processor.po
R documentation/src/main/docbook/zh-CN/modules/annotationprocessor.po
R documentation/src/main/docbook/zh-CN/modules/bean-constraints.po
R documentation/src/main/docbook/zh-CN/modules/bootstrapping.po
R documentation/src/main/docbook/zh-CN/modules/custom-constraints.po
R documentation/src/main/docbook/zh-CN/modules/custom-options.po
R documentation/src/main/docbook/zh-CN/modules/customconstraints.po
Log Message:
-----------
HV-826 Removing obsolete resources
Compare: https://github.com/hibernate/hibernate-validator/compare/eeba5c65a9c3...1...
10 years, 6 months
[hibernate/hibernate-validator] eeba5c: HV-884 Switching build to use JDK 8
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-validator
Commit: eeba5c65a9c3ebb89aa240bd5562b5ba19df649a
https://github.com/hibernate/hibernate-validator/commit/eeba5c65a9c3ebb89...
Author: Khalid Alqinyah <k.alqinyah(a)gmail.com>
Date: 2014-05-20 (Tue, 20 May 2014)
Changed paths:
M README.md
M annotation-processor/src/main/java/org/hibernate/validator/ap/ConstraintValidationProcessor.java
M annotation-processor/src/main/java/org/hibernate/validator/ap/checks/ConstraintCheckError.java
M annotation-processor/src/main/java/org/hibernate/validator/ap/checks/GroupSequenceProviderCheck.java
M annotation-processor/src/main/java/org/hibernate/validator/ap/util/Configuration.java
M annotation-processor/src/main/java/org/hibernate/validator/ap/util/ConstraintHelper.java
M annotation-processor/src/test/java/org/hibernate/validator/ap/ConstraintValidationProcessorTest.java
M annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/groupsequenceprovider/BazDefaultGroupSequenceProvider.java
M annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/groupsequenceprovider/FooBarBazDefaultGroupSequenceProvider.java
M annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/groupsequenceprovider/FooBarDefaultGroupSequenceProvider.java
M annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/groupsequenceprovider/FooDefaultGroupSequenceProvider.java
M annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/groupsequenceprovider/GroupSequenceProviderDefinition.java
M annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/groupsequenceprovider/QuxDefaultGroupSequenceProvider.java
M annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/groupsequenceprovider/SampleDefaultGroupSequenceProvider.java
M cdi/src/main/java/org/hibernate/validator/internal/cdi/ValidationExtension.java
M cdi/src/main/java/org/hibernate/validator/internal/cdi/ValidationProviderHelper.java
M cdi/src/main/java/org/hibernate/validator/internal/cdi/interceptor/ValidationInterceptor.java
M distribution/pom.xml
M engine/src/main/java/org/hibernate/validator/HibernateValidatorConfiguration.java
M engine/src/main/java/org/hibernate/validator/HibernateValidatorContext.java
M engine/src/main/java/org/hibernate/validator/HibernateValidatorFactory.java
M engine/src/main/java/org/hibernate/validator/cfg/ConstraintMapping.java
M engine/src/main/java/org/hibernate/validator/cfg/context/Cascadable.java
M engine/src/main/java/org/hibernate/validator/cfg/context/Constrainable.java
M engine/src/main/java/org/hibernate/validator/cfg/context/MethodTarget.java
M engine/src/main/java/org/hibernate/validator/cfg/context/ParameterConstraintMappingContext.java
M engine/src/main/java/org/hibernate/validator/cfg/context/ParameterTarget.java
M engine/src/main/java/org/hibernate/validator/cfg/context/PropertyConstraintMappingContext.java
M engine/src/main/java/org/hibernate/validator/cfg/context/PropertyTarget.java
M engine/src/main/java/org/hibernate/validator/cfg/context/ReturnValueConstraintMappingContext.java
M engine/src/main/java/org/hibernate/validator/cfg/context/ReturnValueTarget.java
M engine/src/main/java/org/hibernate/validator/cfg/context/TypeConstraintMappingContext.java
M engine/src/main/java/org/hibernate/validator/cfg/context/TypeTarget.java
M engine/src/main/java/org/hibernate/validator/constraints/ConstraintComposition.java
M engine/src/main/java/org/hibernate/validator/constraints/EAN.java
M engine/src/main/java/org/hibernate/validator/constraints/Mod10Check.java
M engine/src/main/java/org/hibernate/validator/constraints/Mod11Check.java
M engine/src/main/java/org/hibernate/validator/constraints/SafeHtml.java
M engine/src/main/java/org/hibernate/validator/constraints/ScriptAssert.java
M engine/src/main/java/org/hibernate/validator/group/GroupSequenceProvider.java
M engine/src/main/java/org/hibernate/validator/internal/cfg/DefaultConstraintMapping.java
M engine/src/main/java/org/hibernate/validator/internal/cfg/context/ExecutableConstraintMappingContextImpl.java
M engine/src/main/java/org/hibernate/validator/internal/cfg/context/ParameterConstraintMappingContextImpl.java
M engine/src/main/java/org/hibernate/validator/internal/cfg/context/PropertyConstraintMappingContextImpl.java
M engine/src/main/java/org/hibernate/validator/internal/cfg/context/ReturnValueConstraintMappingContextImpl.java
M engine/src/main/java/org/hibernate/validator/internal/cfg/context/TypeConstraintMappingContextImpl.java
M engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/FutureValidatorForReadableInstant.java
M engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/FutureValidatorForReadablePartial.java
M engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/MaxValidatorForCharSequence.java
M engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/MinValidatorForCharSequence.java
M engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/PastValidatorForReadableInstant.java
M engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/PastValidatorForReadablePartial.java
M engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/ScriptAssertValidator.java
M engine/src/main/java/org/hibernate/validator/internal/engine/ConfigurationImpl.java
M engine/src/main/java/org/hibernate/validator/internal/engine/ValidatorContextImpl.java
M engine/src/main/java/org/hibernate/validator/internal/engine/ValidatorFactoryImpl.java
M engine/src/main/java/org/hibernate/validator/internal/engine/ValidatorImpl.java
M engine/src/main/java/org/hibernate/validator/internal/engine/constraintvalidation/ConstraintTree.java
M engine/src/main/java/org/hibernate/validator/internal/engine/constraintvalidation/ConstraintValidatorManager.java
M engine/src/main/java/org/hibernate/validator/internal/engine/groups/ValidationOrderGenerator.java
M engine/src/main/java/org/hibernate/validator/internal/engine/path/PathImpl.java
M engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/BeanMetaDataImpl.java
M engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/ExecutableMetaData.java
M engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/rule/MethodConfigurationRule.java
M engine/src/main/java/org/hibernate/validator/internal/metadata/core/ConstraintHelper.java
M engine/src/main/java/org/hibernate/validator/internal/metadata/provider/MetaDataProvider.java
M engine/src/main/java/org/hibernate/validator/internal/metadata/provider/XmlMetaDataProvider.java
M engine/src/main/java/org/hibernate/validator/internal/metadata/raw/ConstrainedExecutable.java
M engine/src/main/java/org/hibernate/validator/internal/metadata/raw/ConstrainedParameter.java
M engine/src/main/java/org/hibernate/validator/internal/util/CollectionHelper.java
M engine/src/main/java/org/hibernate/validator/internal/util/ConcurrentReferenceHashMap.java
M engine/src/main/java/org/hibernate/validator/internal/util/Contracts.java
M engine/src/main/java/org/hibernate/validator/internal/util/ExecutableHelper.java
M engine/src/main/java/org/hibernate/validator/internal/util/ReflectionHelper.java
M engine/src/main/java/org/hibernate/validator/internal/util/TypeHelper.java
M engine/src/main/java/org/hibernate/validator/internal/util/Version.java
M engine/src/main/java/org/hibernate/validator/internal/util/annotationfactory/AnnotationProxy.java
M engine/src/main/java/org/hibernate/validator/internal/util/classhierarchy/ClassHierarchyHelper.java
M engine/src/main/java/org/hibernate/validator/internal/util/logging/Log.java
M engine/src/main/java/org/hibernate/validator/internal/util/logging/LoggerFactory.java
M engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetDeclaredMethod.java
M engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/LoadClass.java
M engine/src/main/java/org/hibernate/validator/internal/util/scriptengine/ScriptEvaluator.java
M engine/src/main/java/org/hibernate/validator/internal/util/scriptengine/ScriptEvaluatorFactory.java
M engine/src/main/java/org/hibernate/validator/messageinterpolation/ResourceBundleMessageInterpolator.java
M engine/src/main/java/org/hibernate/validator/resourceloading/AggregateResourceBundleLocator.java
M engine/src/main/java/org/hibernate/validator/resourceloading/CachingResourceBundleLocator.java
M engine/src/main/java/org/hibernate/validator/spi/group/DefaultGroupSequenceProvider.java
M engine/src/main/java/org/hibernate/validator/spi/valuehandling/ValidatedValueUnwrapper.java
M engine/src/test/java/org/hibernate/validator/test/cfg/ConstraintMappingTest.java
M engine/src/test/java/org/hibernate/validator/test/cfg/MethodConstraintMappingTest.java
M engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/FutureValidatorForReadableInstantTest.java
M engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/FutureValidatorForReadablePartialTest.java
M engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/PastValidatorForReadableInstantTest.java
M engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/PastValidatorForReadablePartialTest.java
M engine/src/test/java/org/hibernate/validator/test/internal/engine/ValidatorTest.java
M engine/src/test/java/org/hibernate/validator/test/internal/engine/failfast/FailFastTest.java
M engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/defaultgroupsequenceprovider/DefaultGroupSequenceProviderTest.java
M engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/defaultgroupsequenceprovider/DynamicGroupSequenceProvider.java
M engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/defaultgroupsequenceprovider/StrongCheck.java
M engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/defaultgroupsequenceprovider/User.java
M engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/redefiningdefaultgroup/Car.java
M engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/redefiningdefaultgroup/RedefiningDefaultGroupTest.java
M engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/MessageInterpolationTest.java
M engine/src/test/java/org/hibernate/validator/test/internal/engine/path/PathImplTest.java
M engine/src/test/java/org/hibernate/validator/testutil/ConstraintViolationAssert.java
M engine/src/test/java/org/hibernate/validator/testutil/CountValidationCalls.java
M engine/src/test/java/org/hibernate/validator/testutil/CountValidationCallsValidator.java
M engine/src/test/java/org/hibernate/validator/testutil/ValidatorUtil.java
M pom.xml
Log Message:
-----------
HV-884 Switching build to use JDK 8
10 years, 6 months