ValueSet expansion fails if Hibernate Search configured to use Lucene - fixed incompatibility between Hibernate Search and Lucene versions (#6468)
This commit is contained in:
parent
72b48f6f51
commit
75ac6e2f5e
|
@ -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."
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue