Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-search
Commit: 851558ad74d2a10e7a09b56a4bad940f6196735b
https://github.com/hibernate/hibernate-search/commit/851558ad74d2a10e7a09...
Author: Fabio Massimo Ercoli <fabiomassimo.ercoli(a)gmail.com>
Date: 2021-07-21 (Wed, 21 Jul 2021)
Changed paths:
M parents/integrationtest/pom.xml
M pom.xml
Log Message:
-----------
HSEARCH-4242 Rename docker plugin skip properties
We're going to use this plugin for container types that are different from ES
Commit: 8c02fd6cc0dbc4f0739180314244b749f8752476
https://github.com/hibernate/hibernate-search/commit/8c02fd6cc0dbc4f07391...
Author: Fabio Massimo Ercoli <fabiomassimo.ercoli(a)gmail.com>
Date: 2021-07-21 (Wed, 21 Jul 2021)
Changed paths:
M integrationtest/mapper/orm-envers/pom.xml
M integrationtest/mapper/orm/pom.xml
M parents/integrationtest/pom.xml
M pom.xml
Log Message:
-----------
HSEARCH-4242 Run containers for mariadb and postgres ci
Commit: 24e86b33cb99f8ba20407237e90a85a9a684f272
https://github.com/hibernate/hibernate-search/commit/24e86b33cb99f8ba2040...
Author: Fabio Massimo Ercoli <fabiomassimo.ercoli(a)gmail.com>
Date: 2021-07-21 (Wed, 21 Jul 2021)
Changed paths:
M integrationtest/mapper/orm-envers/pom.xml
M integrationtest/mapper/orm/pom.xml
Log Message:
-----------
HSEARCH-4242 Skip ES container run for modules do not need it
Commit: b38c977c7b029b60c3b913912d7dd9cafb6d8abb
https://github.com/hibernate/hibernate-search/commit/b38c977c7b029b60c3b9...
Author: Fabio Massimo Ercoli <fabiomassimo.ercoli(a)gmail.com>
Date: 2021-07-21 (Wed, 21 Jul 2021)
Changed paths:
M parents/integrationtest/pom.xml
Log Message:
-----------
HSEARCH-4242 Align ci profiles with server containers
Commit: cf345b5918ac5b2c9659f1e6b9789cfc0b09386d
https://github.com/hibernate/hibernate-search/commit/cf345b5918ac5b2c9659...
Author: Fabio Massimo Ercoli <fabiomassimo.ercoli(a)gmail.com>
Date: 2021-07-21 (Wed, 21 Jul 2021)
Changed paths:
M Jenkinsfile
Log Message:
-----------
HSEARCH-4242 Use bare minimum installed worker nodes
Not database in particular, particularly adapted to the use of containers
Commit: 307726a40b8ede149457c67acfb1be07de613f1f
https://github.com/hibernate/hibernate-search/commit/307726a40b8ede149457...
Author: Fabio Massimo Ercoli <fabiomassimo.ercoli(a)gmail.com>
Date: 2021-07-21 (Wed, 21 Jul 2021)
Changed paths:
M Jenkinsfile
Log Message:
-----------
HSEARCH-4242 Pull container image before running tests
Commit: fe9000de5f31fbe9076b3a60c705e58bd592bf02
https://github.com/hibernate/hibernate-search/commit/fe9000de5f31fbe9076b...
Author: Fabio Massimo Ercoli <fabiomassimo.ercoli(a)gmail.com>
Date: 2021-07-21 (Wed, 21 Jul 2021)
Changed paths:
M Jenkinsfile
M parents/integrationtest/pom.xml
M pom.xml
Log Message:
-----------
HSEARCH-4242 Run tests with MySQL
Commit: 9b267186444a5d31f36594208a331725c561075c
https://github.com/hibernate/hibernate-search/commit/9b267186444a5d31f365...
Author: Fabio Massimo Ercoli <fabiomassimo.ercoli(a)gmail.com>
Date: 2021-07-21 (Wed, 21 Jul 2021)
Changed paths:
M Jenkinsfile
M parents/integrationtest/pom.xml
M pom.xml
Log Message:
-----------
HSEARCH-4242 Run tests with DB2
Commit: 173f0b703defee81b6600c693d4d30b87a6ade41
https://github.com/hibernate/hibernate-search/commit/173f0b703defee81b660...
Author: Fabio Massimo Ercoli <fabiomassimo.ercoli(a)gmail.com>
Date: 2021-07-21 (Wed, 21 Jul 2021)
Changed paths:
M Jenkinsfile
M parents/integrationtest/pom.xml
M pom.xml
Log Message:
-----------
HSEARCH-4242 Run tests with Oracle
Commit: 8ac753e3fb5cd956e70be81df94723baff4b92fc
https://github.com/hibernate/hibernate-search/commit/8ac753e3fb5cd956e70b...
Author: Fabio Massimo Ercoli <fabiomassimo.ercoli(a)gmail.com>
Date: 2021-07-21 (Wed, 21 Jul 2021)
Changed paths:
M Jenkinsfile
M parents/integrationtest/pom.xml
M pom.xml
Log Message:
-----------
HSEARCH-4242 Run tests with MS SQL Server
Commit: 82f33a8abf59127bfcf887deaaf654ef7f9f6dc8
https://github.com/hibernate/hibernate-search/commit/82f33a8abf59127bfcf8...
Author: Fabio Massimo Ercoli <fabiomassimo.ercoli(a)gmail.com>
Date: 2021-07-21 (Wed, 21 Jul 2021)
Changed paths:
M
integrationtest/mapper/orm-realbackend/src/test/java/org/hibernate/search/integrationtest/mapper/orm/realbackend/limitations/ConcurrentEmbeddedUpdateLimitationIT.java
M
util/internal/integrationtest/mapper/orm/src/main/java/org/hibernate/search/util/impl/integrationtest/mapper/orm/OrmSetupHelper.java
Log Message:
-----------
HSEARCH-4242 Skip test instance for mssql to avoid deadlock
<jdbc.isolation>READ_UNCOMMITTED</jdbc.isolation> solve this test execution
but makes other tests not working
Commit: 97972d2f71c0dc8ca0ddd32a1114f4851a8f20e7
https://github.com/hibernate/hibernate-search/commit/97972d2f71c0dc8ca0dd...
Author: Fabio Massimo Ercoli <fabiomassimo.ercoli(a)gmail.com>
Date: 2021-07-21 (Wed, 21 Jul 2021)
Changed paths:
M
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/automaticindexing/session/FlushClearEvictAllIT.java
Log Message:
-----------
HSEARCH-4242 Avoid to use Comment as table name
It seems that Oracle 11g does not like it
Commit: a9994f6e7f79538394ffc19a8e07a37d1d0a7b2b
https://github.com/hibernate/hibernate-search/commit/a9994f6e7f79538394ff...
Author: Fabio Massimo Ercoli <fabiomassimo.ercoli(a)gmail.com>
Date: 2021-07-21 (Wed, 21 Jul 2021)
Changed paths:
M
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/automaticindexing/strategy/outbox/OutboxPollingOutOfOrderIdsIT.java
M
mapper/orm/src/main/java/org/hibernate/search/mapper/orm/outbox/impl/OutboxAdditionalJaxbMappingProducer.java
Log Message:
-----------
HSEARCH-4242 Reduce the outbox table names for Oracle 11g
Commit: 67f2a83997c8e4f5575fb679ee2fd1c73a4fffea
https://github.com/hibernate/hibernate-search/commit/67f2a83997c8e4f5575f...
Author: Fabio Massimo Ercoli <fabiomassimo.ercoli(a)gmail.com>
Date: 2021-07-21 (Wed, 21 Jul 2021)
Changed paths:
M
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/massindexing/MassIndexingConditionalExpressionsIT.java
Log Message:
-----------
HSEARCH-4242 Avoid invalid table/column identifiers
Still for Oracle 11g tests
Commit: 6688b5768706e46ce9e0e95b09d494afa33eed98
https://github.com/hibernate/hibernate-search/commit/6688b5768706e46ce9e0...
Author: Fabio Massimo Ercoli <fabiomassimo.ercoli(a)gmail.com>
Date: 2021-07-21 (Wed, 21 Jul 2021)
Changed paths:
M
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/automaticindexing/AutomaticIndexingElementCollectionIT.java
M
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/automaticindexing/AutomaticIndexingEmbeddableIT.java
M
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/automaticindexing/AutomaticIndexingNonEntityIdDocumentIdIT.java
M
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/automaticindexing/association/AutomaticIndexingSingleAssociationIT.java
M
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/automaticindexing/association/multi/AutomaticIndexingListAssociationIT.java
M
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/automaticindexing/association/multi/AutomaticIndexingMapKeysAssociationIT.java
M
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/automaticindexing/association/multi/AutomaticIndexingMapValuesAssociationIT.java
M
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/automaticindexing/association/multi/AutomaticIndexingSortedMapValuesAssociationIT.java
M
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/automaticindexing/association/multi/AutomaticIndexingSortedSetAssociationIT.java
M
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/automaticindexing/bridge/AbstractAutomaticIndexingBridgeIT.java
M
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/automaticindexing/bridge/ContainedInThroughNonContainingIndexedTypeIT.java
M
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/automaticindexing/proxy/ReindexingResolverProxiedAssociatedEntityIT.java
M
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/bootstrap/HibernateOrmIntegrationBooterIT.java
M
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/model/AnnotationMappingAccessTypeIT.java
M
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/model/BindingUsingPropertyMarkerAccessIT.java
M
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/model/MappedSuperclassIT.java
M
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/model/ProgrammaticMappingAccessTypeIT.java
M
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/smoke/AnnotationMappingSmokeIT.java
M
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/smoke/ProgrammaticMappingSmokeIT.java
Log Message:
-----------
HSEARCH-4242 Reduce column and table names
In order to support tests for Oracle 11g
Commit: 67d8ba572f824bbb9481bf5d337540145406f936
https://github.com/hibernate/hibernate-search/commit/67d8ba572f824bbb9481...
Author: Fabio Massimo Ercoli <fabiomassimo.ercoli(a)gmail.com>
Date: 2021-07-21 (Wed, 21 Jul 2021)
Changed paths:
M documentation/pom.xml
M integrationtest/backend/elasticsearch/pom.xml
M integrationtest/jdk/java-modules/pom.xml
M integrationtest/mapper/orm-batch-jsr352/pom.xml
M integrationtest/mapper/orm-envers/pom.xml
M integrationtest/mapper/orm-realbackend/pom.xml
M integrationtest/mapper/orm/pom.xml
M integrationtest/performance/backend/elasticsearch/pom.xml
M integrationtest/showcase/library/pom.xml
M integrationtest/v5migrationhelper/engine/pom.xml
M integrationtest/v5migrationhelper/orm/pom.xml
M parents/integrationtest/pom.xml
M pom.xml
Log Message:
-----------
HSEARCH-4242 Introduce properties to skip container groups
Making the default to true => skip it
Commit: 6db9856041feb1819bbc1cc935a99e169fc748b9
https://github.com/hibernate/hibernate-search/commit/6db9856041feb1819bbc...
Author: Fabio Massimo Ercoli <fabiomassimo.ercoli(a)gmail.com>
Date: 2021-07-21 (Wed, 21 Jul 2021)
Changed paths:
M Jenkinsfile
Log Message:
-----------
HSEARCH-4242 Run always tests with oracle and postgres
Commit: 638204edaca43b34567995c321c6432313648f45
https://github.com/hibernate/hibernate-search/commit/638204edaca43b345679...
Author: Fabio Massimo Ercoli <fabiomassimo.ercoli(a)gmail.com>
Date: 2021-07-21 (Wed, 21 Jul 2021)
Changed paths:
M parents/integrationtest/pom.xml
Log Message:
-----------
HSEARCH-4242 Remove old databases profiles
Commit: fd7c03ef33ddb894346529a21629a89662d15203
https://github.com/hibernate/hibernate-search/commit/fd7c03ef33ddb8943465...
Author: Fabio Massimo Ercoli <fabiomassimo.ercoli(a)gmail.com>
Date: 2021-07-21 (Wed, 21 Jul 2021)
Changed paths:
M Jenkinsfile
Log Message:
-----------
HSEARCH-4242 Remove requests for LegacyDBInstall nodes
Commit: 6730525281e4dd1e0a99ae1d3afb58b731303f0d
https://github.com/hibernate/hibernate-search/commit/6730525281e4dd1e0a99...
Author: Fabio Massimo Ercoli <fabiomassimo.ercoli(a)gmail.com>
Date: 2021-07-21 (Wed, 21 Jul 2021)
Changed paths:
M parents/integrationtest/pom.xml
M pom.xml
Log Message:
-----------
HSEARCH-4242 Set timezoneAsRegion to false to avoid ORA-01882
Commit: c57fdd7a89e37f75e02854d4f06613d708a7bfab
https://github.com/hibernate/hibernate-search/commit/c57fdd7a89e37f75e028...
Author: Fabio Massimo Ercoli <fabiomassimo.ercoli(a)gmail.com>
Date: 2021-07-21 (Wed, 21 Jul 2021)
Changed paths:
M documentation/pom.xml
M integrationtest/backend/elasticsearch/pom.xml
M integrationtest/jdk/java-modules/pom.xml
M integrationtest/mapper/orm-batch-jsr352/pom.xml
M integrationtest/mapper/orm-realbackend/pom.xml
M integrationtest/performance/backend/elasticsearch/pom.xml
M integrationtest/showcase/library/pom.xml
M integrationtest/v5migrationhelper/engine/pom.xml
M integrationtest/v5migrationhelper/orm/pom.xml
M parents/integrationtest/pom.xml
M pom.xml
Log Message:
-----------
HSEARCH-4242 Do not run ES container if external URL defined
Commit: aa05633d86fbb22b4bb477459326e9d19364377c
https://github.com/hibernate/hibernate-search/commit/aa05633d86fbb22b4bb4...
Author: Fabio Massimo Ercoli <fabiomassimo.ercoli(a)gmail.com>
Date: 2021-07-21 (Wed, 21 Jul 2021)
Changed paths:
M documentation/pom.xml
M integrationtest/jdk/java-modules/pom.xml
M integrationtest/v5migrationhelper/engine/pom.xml
M integrationtest/v5migrationhelper/orm/pom.xml
Log Message:
-----------
HSEARCH-4242 Fix some properties consistency
After the code review
Compare:
https://github.com/hibernate/hibernate-search/compare/5057e6850f30...aa05...