Skip to content

Commit

Permalink
ValueSet expansion fails if Hibernate Search configured to use Lucene…
Browse files Browse the repository at this point in the history
… - fixed incompatibility between Hibernate Search and Lucene versions (#6468)
  • Loading branch information
volodymyr-korzh authored Nov 13, 2024
1 parent 72b48f6 commit 75ac6e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 75ac6e2

Please sign in to comment.