Issues
- Fix a few typos in the documentationHSEARCH-4312Resolved issue: HSEARCH-4312Yoann Rodière
- Disable tests for dynamic BigDecimal fields on Elasticsearch 5.6HSEARCH-4310Resolved issue: HSEARCH-4310Yoann Rodière
- Document deprecated/changed API/SPI/configuration in 6.1.0.Alpha1HSEARCH-4309Resolved issue: HSEARCH-4309Yoann Rodière
- No automatic reindexing on insert/delete of contained entity without corresponding update in the containing entityHSEARCH-4303Resolved issue: HSEARCH-4303Yoann Rodière
- Fix build timeout after 1 hour when testing against DB2HSEARCH-4300Resolved issue: HSEARCH-4300Yoann Rodière
- Fix unfinished sentence in schema management documentationHSEARCH-4298Resolved issue: HSEARCH-4298Yoann Rodière
- Make sure assertion errors in background threads caused by unexpected works will fail a testHSEARCH-4296Resolved issue: HSEARCH-4296Yoann Rodière
- Stop testing against Open Distro for Elasticsearch in local modeHSEARCH-4292Resolved issue: HSEARCH-4292Yoann Rodière
- Remove invalid dependencies from hibernate-search-util-commonHSEARCH-4291Resolved issue: HSEARCH-4291Yoann Rodière
- Ignore database-locked events in outbox automatic indexing processorsHSEARCH-4289Resolved issue: HSEARCH-4289Yoann Rodière
- Resume testing against MS SQL Server in CIHSEARCH-4288Resolved issue: HSEARCH-4288Yoann Rodière
- Make processing of outbox events indifferent to processing orderHSEARCH-4287Resolved issue: HSEARCH-4287Yoann Rodière
- Use a different JDK for running Maven than for compiling tests in JDK CI jobsHSEARCH-4284Resolved issue: HSEARCH-4284Yoann Rodière
- Fix tests for outbox event processing using different databasesHSEARCH-4281Resolved issue: HSEARCH-4281Fabio Massimo Ercoli
- Upgrade to Hibernate ORM 5.5.6.FinalHSEARCH-4279Resolved issue: HSEARCH-4279Yoann Rodière
- Test against OpenSearch 1.0.0HSEARCH-4278Resolved issue: HSEARCH-4278Yoann Rodière
- Upgrade to Awaitily 4.1.0HSEARCH-4277Resolved issue: HSEARCH-4277Yoann Rodière
- Upgrade to the latest version of the Elasticsearch servers for testsHSEARCH-4276Resolved issue: HSEARCH-4276Yoann Rodière
- Upgrade to Elasticsearch Client 7.13.4HSEARCH-4275Resolved issue: HSEARCH-4275Yoann Rodière
- Set up SSH config as part of the JenkinsfileHSEARCH-4274Resolved issue: HSEARCH-4274Yoann Rodière
- Restore the previous default of CacheMode.IGNORE in the mass indexerHSEARCH-4272Resolved issue: HSEARCH-4272Yoann Rodière
- Fix assertion error on rollback being reported before the assertion error that triggered the rollbackHSEARCH-4269Resolved issue: HSEARCH-4269Yoann Rodière
- Configure coordination through a separate, orthogonal set of configuration propertiesHSEARCH-4268Resolved issue: HSEARCH-4268Yoann Rodière
- Fix variable interpolation in JenkinsfileHSEARCH-4267Resolved issue: HSEARCH-4267Yoann Rodière
- Fix flaky tests with MS-SQL and OracleHSEARCH-4265Resolved issue: HSEARCH-4265Fabio Massimo Ercoli
- Disable extra database builds (postgres, oracle) by default for builds of topic branches in forksHSEARCH-4264Resolved issue: HSEARCH-4264Yoann Rodière
- Switch to dockerhub to retrieve Elasticsearch container imagesHSEARCH-4263Resolved issue: HSEARCH-4263Yoann Rodière
- Display Java version during buildsHSEARCH-4260Resolved issue: HSEARCH-4260Yoann Rodière
- Upgrade to JUnit 4.13.2HSEARCH-4257Resolved issue: HSEARCH-4257Yoann Rodière
- Test Hibernate Search against JDK 18HSEARCH-4255Resolved issue: HSEARCH-4255Yoann Rodière
- AWS request signing producing an incorrect signature in very specific cases involving non-ascii charactersHSEARCH-4254Resolved issue: HSEARCH-4254Yoann Rodière
- Clarify in the docs that Spring Boot requires that you prefix Hibernate Search properties with "spring.jpa.properties."HSEARCH-4251Resolved issue: HSEARCH-4251Yoann Rodière
- Deprecate ElasticsearcAwsCredentialsProvider and make it extend a new ElasticsearchAwsCredentialsProviderHSEARCH-4250Resolved issue: HSEARCH-4250Yoann Rodière
- Test AWS Elasticsearch Service 7.10HSEARCH-4249Resolved issue: HSEARCH-4249Yoann Rodière
- Remove locks from ProgressiveCharBufferWriterHSEARCH-4248Resolved issue: HSEARCH-4248Yoann Rodière
- Upgrade jboss-logging 3.4.2.FinalHSEARCH-4246Resolved issue: HSEARCH-4246Yoann Rodière
- Explicit creation of DSL factories (SearchPredicateFactory, etc.) that accept relative pathsHSEARCH-4245Resolved issue: HSEARCH-4245Yoann Rodière
- Migration guide from 6.0 to 6.1HSEARCH-4244Resolved issue: HSEARCH-4244Yoann Rodière
- Upgrade to Hibernate ORM 5.5.2.FinalHSEARCH-4243Resolved issue: HSEARCH-4243Yoann Rodière
- Test more databasesHSEARCH-4242Resolved issue: HSEARCH-4242Fabio Massimo Ercoli
- Credentials error while mass indexing on AWS ES with static credentials: "The request signature we calculated does not match the signature you provided."HSEARCH-4239Resolved issue: HSEARCH-4239Yoann Rodière
- Work around Surefire clearing the interrupt status when forwarding stdout/stderrHSEARCH-4237Resolved issue: HSEARCH-4237Yoann Rodière
- No cleanup of threads, if an connection exception during mass indexation happensHSEARCH-4236Resolved issue: HSEARCH-4236Yoann Rodière
- Add support for Elasticsearch 7.13HSEARCH-4235Resolved issue: HSEARCH-4235Yoann Rodière
- Upgrade to Hibernate ORM 5.5.0.FinalHSEARCH-4233Resolved issue: HSEARCH-4233Yoann Rodière
- Static sharding of automatic indexing outbox event queuesHSEARCH-4231Resolved issue: HSEARCH-4231Yoann Rodière
- Preserve the relative order of events for a given entity even in the case of retriesHSEARCH-4230Resolved issue: HSEARCH-4230Yoann Rodière
- Use a Long for OutboxEvent identifiers instead of IntegerHSEARCH-4229Resolved issue: HSEARCH-4229Fabio Massimo Ercoli
- Ensure correct processing of events even if their IDs are out of orderHSEARCH-4228Resolved issue: HSEARCH-4228Fabio Massimo Ercoli
- Safer work expectations in backend mockHSEARCH-4227Resolved issue: HSEARCH-4227Yoann Rodière
50 of 146