[hibernate/hibernate-search] 32cc1c: [Jenkins release job] README.md updated by release...
by Bot for Hibernate continuous integration
Branch: refs/heads/5.10
Home: https://github.com/hibernate/hibernate-search
Commit: 32cc1c54dff036089a67d00652c8e1ffd54e849c
https://github.com/hibernate/hibernate-search/commit/32cc1c54dff036089a67...
Author: Hibernate-CI <ci(a)hibernate.org>
Date: 2021-10-18 (Mon, 18 Oct 2021)
Changed paths:
M README.md
Log Message:
-----------
[Jenkins release job] README.md updated by release build 5.10.12.Final
Commit: db20a27825093e6785496d44ad2a1b3afe005c0d
…
[View More]https://github.com/hibernate/hibernate-search/commit/db20a27825093e678549...
Author: Hibernate-CI <ci(a)hibernate.org>
Date: 2021-10-18 (Mon, 18 Oct 2021)
Changed paths:
M changelog.txt
Log Message:
-----------
[Jenkins release job] changelog.txt updated by release build #{RELEASE_VERSION}
Commit: 8be0435f4a2f363be908532d6d6b04ad39d3d833
https://github.com/hibernate/hibernate-search/commit/8be0435f4a2f363be908...
Author: Hibernate-CI <ci(a)hibernate.org>
Date: 2021-10-18 (Mon, 18 Oct 2021)
Changed paths:
M backends/jgroups/pom.xml
M backends/jms/pom.xml
M build-config/pom.xml
M distribution/pom.xml
M documentation/pom.xml
M elasticsearch-aws/pom.xml
M elasticsearch/pom.xml
M engine/pom.xml
M infinispan/pom.xml
M integrationtest/elasticsearch/pom.xml
M integrationtest/jdk9-modules/pom.xml
M integrationtest/jms/pom.xml
M integrationtest/jsr352/pom.xml
M integrationtest/narayana/pom.xml
M integrationtest/osgi/karaf-features/pom.xml
M integrationtest/osgi/karaf-it/pom.xml
M integrationtest/performance/engine-elasticsearch/pom.xml
M integrationtest/performance/engine-lucene/pom.xml
M integrationtest/performance/orm/pom.xml
M integrationtest/performance/sandbox/pom.xml
M integrationtest/spring/pom.xml
M integrationtest/wildfly/pom.xml
M jbossmodules/backend-jgroups/pom.xml
M jbossmodules/elasticsearch-aws/pom.xml
M jbossmodules/elasticsearch/pom.xml
M jbossmodules/engine/pom.xml
M jbossmodules/orm/pom.xml
M jbossmodules/pom.xml
M jbossmodules/testing/pom.xml
M jsr352/core/pom.xml
M jsr352/jberet/pom.xml
M jsr352/pom.xml
M legacy/pom.xml
M orm/pom.xml
M pom.xml
M reports/pom.xml
M serialization/avro/pom.xml
M sharedtestresources/pom.xml
M testing/pom.xml
Log Message:
-----------
[Jenkins release job] Preparing release 5.10.12.Final
Commit: 347870fcfb3b1974fdb9002b98a3de1e255d5fe7
https://github.com/hibernate/hibernate-search/commit/347870fcfb3b1974fdb9...
Author: Hibernate-CI <ci(a)hibernate.org>
Date: 2021-10-18 (Mon, 18 Oct 2021)
Changed paths:
M backends/jgroups/pom.xml
M backends/jms/pom.xml
M build-config/pom.xml
M distribution/pom.xml
M documentation/pom.xml
M elasticsearch-aws/pom.xml
M elasticsearch/pom.xml
M engine/pom.xml
M infinispan/pom.xml
M integrationtest/elasticsearch/pom.xml
M integrationtest/jdk9-modules/pom.xml
M integrationtest/jms/pom.xml
M integrationtest/jsr352/pom.xml
M integrationtest/narayana/pom.xml
M integrationtest/osgi/karaf-features/pom.xml
M integrationtest/osgi/karaf-it/pom.xml
M integrationtest/performance/engine-elasticsearch/pom.xml
M integrationtest/performance/engine-lucene/pom.xml
M integrationtest/performance/orm/pom.xml
M integrationtest/performance/sandbox/pom.xml
M integrationtest/spring/pom.xml
M integrationtest/wildfly/pom.xml
M jbossmodules/backend-jgroups/pom.xml
M jbossmodules/elasticsearch-aws/pom.xml
M jbossmodules/elasticsearch/pom.xml
M jbossmodules/engine/pom.xml
M jbossmodules/orm/pom.xml
M jbossmodules/pom.xml
M jbossmodules/testing/pom.xml
M jsr352/core/pom.xml
M jsr352/jberet/pom.xml
M jsr352/pom.xml
M legacy/pom.xml
M orm/pom.xml
M pom.xml
M reports/pom.xml
M serialization/avro/pom.xml
M sharedtestresources/pom.xml
M testing/pom.xml
Log Message:
-----------
[Jenkins release job] Preparing next development iteration
Compare: https://github.com/hibernate/hibernate-search/compare/e6a41bc825a1...3478...
[View Less]
3 years, 4 months
[hibernate/hibernate-search] ce664e: HSEARCH-4347 Refactor DatabasePollingOutboxEventAd...
by Yoann Rodière
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-search
Commit: ce664e508725b9b17daaa76829ed83b63fc2cf89
https://github.com/hibernate/hibernate-search/commit/ce664e508725b9b17daa...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-10-15 (Fri, 15 Oct 2021)
Changed paths:
R mapper/orm-coordination-database-polling/src/main/java/org/hibernate/search/mapper/orm/coordination/databasepolling/impl/DatabasePollingAdditionalJaxbMappingProducer.…
[View More]java
M mapper/orm-coordination-database-polling/src/main/java/org/hibernate/search/mapper/orm/coordination/databasepolling/impl/DatabasePollingCooordinationStrategy.java
A mapper/orm-coordination-database-polling/src/main/java/org/hibernate/search/mapper/orm/coordination/databasepolling/impl/DatabasePollingOutboxEventAdditionalJaxbMappingProducer.java
Log Message:
-----------
HSEARCH-4347 Refactor DatabasePollingOutboxEventAdditionalJaxbMappingProducer
* Clarify that it's only about the OutboxEvent entity
* Avoid unnecessary "OUTBOX_" prefixes in internal constants.
* Fix formatting
Commit: f5747ef4bfc77e5b3d871a8fba3af4d9741eafb6
https://github.com/hibernate/hibernate-search/commit/f5747ef4bfc77e5b3d87...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-10-15 (Fri, 15 Oct 2021)
Changed paths:
M mapper/orm-coordination-database-polling/src/main/java/org/hibernate/search/mapper/orm/coordination/databasepolling/impl/DatabasePollingOutboxEventAdditionalJaxbMappingProducer.java
Log Message:
-----------
HSEARCH-4347 Get rid of unnecessary column name customization in DatabasePollingOutboxEventAdditionalJaxbMappingProducer
Commit: 03a33ff9a20a11bc266a8dda404318c0793b3413
https://github.com/hibernate/hibernate-search/commit/03a33ff9a20a11bc266a...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-10-15 (Fri, 15 Oct 2021)
Changed paths:
M integrationtest/mapper/orm-coordination-database-polling/src/test/java/org/hibernate/search/integrationtest/mapper/orm/automaticindexing/coordination/databasepolling/DatabasePollingAutomaticIndexingOutOfOrderIdsIT.java
M mapper/orm-coordination-database-polling/src/main/java/org/hibernate/search/mapper/orm/coordination/databasepolling/impl/DatabasePollingOutboxEventAdditionalJaxbMappingProducer.java
Log Message:
-----------
HSEARCH-4347 Rename the outbox event table to match the name of the entity
Commit: c13df8a1ef12ac0e3d5c5ddcb2028cc113dd43ae
https://github.com/hibernate/hibernate-search/commit/c13df8a1ef12ac0e3d5c...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-10-15 (Fri, 15 Oct 2021)
Changed paths:
M mapper/orm-coordination-database-polling/src/main/java/org/hibernate/search/mapper/orm/coordination/databasepolling/impl/DatabasePollingOutboxEventAdditionalJaxbMappingProducer.java
M mapper/orm-coordination-database-polling/src/main/java/org/hibernate/search/mapper/orm/coordination/databasepolling/logging/impl/Log.java
Log Message:
-----------
HSEARCH-4347 Clarify the debug message about the OutboxEvent entity mapping
Commit: 2681046066fa65f583bbff8b7cf9f82d4abff953
https://github.com/hibernate/hibernate-search/commit/2681046066fa65f583bb...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-10-15 (Fri, 15 Oct 2021)
Changed paths:
M mapper/orm-coordination-database-polling/src/main/java/org/hibernate/search/mapper/orm/coordination/databasepolling/impl/OutboxEvent.java
Log Message:
-----------
HSEARCH-4347 Clean up the OutboxEvent class
* Move toString() implementation to the top, since it overrides
something from a superclass.
* Remove unnecessary and unreliable equals()/hashcode():
* We don't put OutboxEvent entities in sets or maps as far as I can
tell.
* What would it bring us to know that two events contain the same
information?
* The consequences for ignoring the entity ID in equals/hashCode
could be dire (we could forget to process some events, ...).
Compare: https://github.com/hibernate/hibernate-search/compare/b019a2bac003...2681...
[View Less]
3 years, 4 months
[hibernate/hibernate-orm] acc422: Fixed typo in migration-guide.adoc
by Andrea Boriero
Branch: refs/heads/wip/6.0
Home: https://github.com/hibernate/hibernate-orm
Commit: acc42253c3ffef2f3cf65de4559ab25d8cc5757f
https://github.com/hibernate/hibernate-orm/commit/acc42253c3ffef2f3cf65de...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2021-10-14 (Thu, 14 Oct 2021)
Changed paths:
M migration-guide.adoc
Log Message:
-----------
Fixed typo in migration-guide.adoc
Commit: 965f5bd92528364a828b3a4f3b78599ee7263575
https://github.com/…
[View More]hibernate/hibernate-orm/commit/965f5bd92528364a828b3a4...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-10-15 (Fri, 15 Oct 2021)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/cfg/AnnotationBinder.java
M hibernate-core/src/main/java/org/hibernate/event/spi/EventEngine.java
R hibernate-core/src/main/java/org/hibernate/jpa/event/internal/CallbackBuilderLegacyImpl.java
A hibernate-core/src/main/java/org/hibernate/jpa/event/internal/CallbackDefinitionResolverLegacyImpl.java
M hibernate-core/src/main/java/org/hibernate/jpa/event/internal/CallbackRegistryImplementor.java
M hibernate-core/src/main/java/org/hibernate/jpa/event/internal/CallbacksFactory.java
M hibernate-core/src/main/java/org/hibernate/jpa/event/internal/EmbeddableCallback.java
R hibernate-core/src/main/java/org/hibernate/jpa/event/internal/EmptyCallbackBuilder.java
M hibernate-core/src/main/java/org/hibernate/jpa/event/internal/EntityCallback.java
M hibernate-core/src/main/java/org/hibernate/jpa/event/internal/ListenerCallback.java
M hibernate-core/src/main/java/org/hibernate/jpa/event/spi/CallbackBuilder.java
A hibernate-core/src/main/java/org/hibernate/jpa/event/spi/CallbackDefinition.java
A hibernate-core/src/main/java/org/hibernate/jpa/event/spi/CallbackRegistrar.java
M hibernate-core/src/main/java/org/hibernate/mapping/PersistentClass.java
M hibernate-core/src/main/java/org/hibernate/mapping/Property.java
Log Message:
-----------
HHH-14869 Extract JPA listener definitions when building metadata rather than when creating the SessionFactory
Commit: 8afce5b5ed72a8fa9e15fbaa608a5b2abb92e9de
https://github.com/hibernate/hibernate-orm/commit/8afce5b5ed72a8fa9e15fba...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-10-15 (Fri, 15 Oct 2021)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/jpa/event/internal/CallbackRegistryImpl.java
Log Message:
-----------
HHH-14869 Fix CallbackRegistryImpl#registerCallbacks considering all given callbacks have the same type
Commit: c545cee28cabb7ddf2b778e78d05bf8197c3f5f6
https://github.com/hibernate/hibernate-orm/commit/c545cee28cabb7ddf2b778e...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2021-10-15 (Fri, 15 Oct 2021)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/cfg/AnnotationBinder.java
M hibernate-core/src/main/java/org/hibernate/event/spi/EventEngine.java
R hibernate-core/src/main/java/org/hibernate/jpa/event/internal/CallbackBuilderLegacyImpl.java
A hibernate-core/src/main/java/org/hibernate/jpa/event/internal/CallbackDefinitionResolverLegacyImpl.java
M hibernate-core/src/main/java/org/hibernate/jpa/event/internal/CallbackRegistryImpl.java
M hibernate-core/src/main/java/org/hibernate/jpa/event/internal/CallbackRegistryImplementor.java
M hibernate-core/src/main/java/org/hibernate/jpa/event/internal/CallbacksFactory.java
M hibernate-core/src/main/java/org/hibernate/jpa/event/internal/EmbeddableCallback.java
R hibernate-core/src/main/java/org/hibernate/jpa/event/internal/EmptyCallbackBuilder.java
M hibernate-core/src/main/java/org/hibernate/jpa/event/internal/EntityCallback.java
M hibernate-core/src/main/java/org/hibernate/jpa/event/internal/ListenerCallback.java
M hibernate-core/src/main/java/org/hibernate/jpa/event/spi/CallbackBuilder.java
A hibernate-core/src/main/java/org/hibernate/jpa/event/spi/CallbackDefinition.java
A hibernate-core/src/main/java/org/hibernate/jpa/event/spi/CallbackRegistrar.java
M hibernate-core/src/main/java/org/hibernate/mapping/PersistentClass.java
M hibernate-core/src/main/java/org/hibernate/mapping/Property.java
Log Message:
-----------
Merge remote-tracking branch 'upstream/main' into wip/6.0_merge
Compare: https://github.com/hibernate/hibernate-orm/compare/7b5e8de7bf6a...c545cee...
[View Less]
3 years, 4 months
[hibernate/hibernate-orm] 965f5b: HHH-14869 Extract JPA listener definitions when bu...
by Yoann Rodière
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 965f5bd92528364a828b3a4f3b78599ee7263575
https://github.com/hibernate/hibernate-orm/commit/965f5bd92528364a828b3a4...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-10-15 (Fri, 15 Oct 2021)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/cfg/AnnotationBinder.java
M hibernate-core/src/main/java/org/hibernate/event/spi/EventEngine.java
R hibernate-core/src/…
[View More]main/java/org/hibernate/jpa/event/internal/CallbackBuilderLegacyImpl.java
A hibernate-core/src/main/java/org/hibernate/jpa/event/internal/CallbackDefinitionResolverLegacyImpl.java
M hibernate-core/src/main/java/org/hibernate/jpa/event/internal/CallbackRegistryImplementor.java
M hibernate-core/src/main/java/org/hibernate/jpa/event/internal/CallbacksFactory.java
M hibernate-core/src/main/java/org/hibernate/jpa/event/internal/EmbeddableCallback.java
R hibernate-core/src/main/java/org/hibernate/jpa/event/internal/EmptyCallbackBuilder.java
M hibernate-core/src/main/java/org/hibernate/jpa/event/internal/EntityCallback.java
M hibernate-core/src/main/java/org/hibernate/jpa/event/internal/ListenerCallback.java
M hibernate-core/src/main/java/org/hibernate/jpa/event/spi/CallbackBuilder.java
A hibernate-core/src/main/java/org/hibernate/jpa/event/spi/CallbackDefinition.java
A hibernate-core/src/main/java/org/hibernate/jpa/event/spi/CallbackRegistrar.java
M hibernate-core/src/main/java/org/hibernate/mapping/PersistentClass.java
M hibernate-core/src/main/java/org/hibernate/mapping/Property.java
Log Message:
-----------
HHH-14869 Extract JPA listener definitions when building metadata rather than when creating the SessionFactory
Commit: 8afce5b5ed72a8fa9e15fbaa608a5b2abb92e9de
https://github.com/hibernate/hibernate-orm/commit/8afce5b5ed72a8fa9e15fba...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-10-15 (Fri, 15 Oct 2021)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/jpa/event/internal/CallbackRegistryImpl.java
Log Message:
-----------
HHH-14869 Fix CallbackRegistryImpl#registerCallbacks considering all given callbacks have the same type
Compare: https://github.com/hibernate/hibernate-orm/compare/acc42253c3ff...8afce5b...
[View Less]
3 years, 4 months
[hibernate/hibernate-orm] 5f6e53: HHH-13766 Add test for issue
by Andrea Boriero
Branch: refs/heads/wip/6.0
Home: https://github.com/hibernate/hibernate-orm
Commit: 5f6e53334cfcc8973a4291e7fec01028fedf9244
https://github.com/hibernate/hibernate-orm/commit/5f6e53334cfcc8973a4291e...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2021-10-12 (Tue, 12 Oct 2021)
Changed paths:
A hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/lazy/proxy/inlinedirtychecking/AttributeConverterTest.java
Log Message:
-----------
HHH-…
[View More]13766 Add test for issue
Commit: fc636995c3cf624d941549225c2accc35a93a34b
https://github.com/hibernate/hibernate-orm/commit/fc636995c3cf624d9415492...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-10-14 (Thu, 14 Oct 2021)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/internal/XMLContext.java
M hibernate-core/src/test/java/org/hibernate/test/converter/AttributeConverterTest.java
A hibernate-core/src/test/resources/org/hibernate/test/converter/package.xml
Log Message:
-----------
HHH-14880 orm.xml: Take into account <package> for <converter class="...">
Commit: 7cc0c8370b589fd766e1a157c2c040662e3f4b1c
https://github.com/hibernate/hibernate-orm/commit/7cc0c8370b589fd766e1a15...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-10-14 (Thu, 14 Oct 2021)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/internal/JPAXMLOverriddenMetadataProvider.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/internal/XMLContext.java
Log Message:
-----------
HHH-14881 Allow providing attribute converters through CDI when configured through orm.xml
Commit: 97f75f2aeb822f86f4cb28bcb1f1ca01bc8b941c
https://github.com/hibernate/hibernate-orm/commit/97f75f2aeb822f86f4cb28b...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-10-14 (Thu, 14 Oct 2021)
Changed paths:
A hibernate-core/src/test/java/org/hibernate/test/cdi/converters/MyData.java
A hibernate-core/src/test/java/org/hibernate/test/cdi/converters/OrmXmlConverterBean.java
A hibernate-core/src/test/java/org/hibernate/test/cdi/converters/TheOrmXmlEntity.java
M hibernate-core/src/test/java/org/hibernate/test/cdi/converters/standard/CdiHostedConverterTest.java
A hibernate-core/src/test/resources/org/hibernate/test/cdi/converters/orm.xml
Log Message:
-----------
HHH-14881 Test attribute converters provided through CDI and configured through orm.xml
Commit: 7b5e8de7bf6a4fa6e6bd72bb0fe8a45acbeb6e7a
https://github.com/hibernate/hibernate-orm/commit/7b5e8de7bf6a4fa6e6bd72b...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2021-10-14 (Thu, 14 Oct 2021)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/internal/JPAXMLOverriddenMetadataProvider.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/internal/XMLContext.java
A hibernate-core/src/test/java/org/hibernate/orm/test/cdi/converters/MyData.java
A hibernate-core/src/test/java/org/hibernate/orm/test/cdi/converters/OrmXmlConverterBean.java
A hibernate-core/src/test/java/org/hibernate/orm/test/cdi/converters/TheOrmXmlEntity.java
M hibernate-core/src/test/java/org/hibernate/orm/test/cdi/converters/standard/CdiHostedConverterTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/AttributeConverterTest.java
A hibernate-core/src/test/resources/org/hibernate/test/cdi/converters/orm.xml
A hibernate-core/src/test/resources/org/hibernate/test/converter/package.xml
Log Message:
-----------
Merge remote-tracking branch 'upstream/main' into wip/6.0_merge
Compare: https://github.com/hibernate/hibernate-orm/compare/4323f9f0118a...7b5e8de...
[View Less]
3 years, 4 months