ValueSet expansion fails if Hibernate Search configured to use Lucene - fixed incompatibility between Hibernate Search and Lucene versions (#6468)

This commit is contained in:
volodymyr-korzh 2024-11-13 16:58:50 -07:00 committed by GitHub
parent 72b48f6f51
commit 75ac6e2f5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
type: fix
issue: 6467
title: "Fixed an incompatibility between Hibernate Search and Lucene versions that caused ValueSet expansion to fail
when Hibernate Search was configured to use Lucene."

View File

@ -1014,7 +1014,7 @@
<!-- Update lucene version when you update hibernate-search version - These go together! -->
<hibernate_search_version>7.0.1.Final</hibernate_search_version>
<!-- Update lucene version when you update hibernate-search version - These go together! -->
<lucene_version>9.12.0</lucene_version>
<lucene_version>9.8.0</lucene_version>
<hamcrest_version>2.2</hamcrest_version>
<hibernate_validator_version>8.0.0.Final</hibernate_validator_version>
<httpcore_version>4.4.13</httpcore_version>