Skip to content

Commit 571f91d

Browse files
committed
HSEARCH-5365 Test against Elasticsearch 8.18.0
1 parent 2b80698 commit 571f91d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,8 @@ stage('Configure') {
255255
new LocalElasticsearchBuildEnvironment(version: '8.14.3', condition: TestCondition.ON_DEMAND),
256256
new LocalElasticsearchBuildEnvironment(version: '8.15.4', condition: TestCondition.ON_DEMAND),
257257
new LocalElasticsearchBuildEnvironment(version: '8.16.1', condition: TestCondition.ON_DEMAND),
258-
new LocalElasticsearchBuildEnvironment(version: '8.17.5', condition: TestCondition.AFTER_MERGE),
258+
new LocalElasticsearchBuildEnvironment(version: '8.17.5', condition: TestCondition.ON_DEMAND),
259+
new LocalElasticsearchBuildEnvironment(version: '8.18.0', condition: TestCondition.AFTER_MERGE),
259260
new LocalElasticsearchBuildEnvironment(version: '9.0.0', condition: TestCondition.BEFORE_MERGE, isDefault: true),
260261
// IMPORTANT: Make sure to update the documentation for any newly supported Elasticsearch versions
261262
// See version.org.elasticsearch.compatible.expected.text

build/parents/build/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<!-- The versions of Elasticsearch advertised as compatible with Hibernate Search -->
5858
<!-- Make sure to only mention tested versions here -->
5959
<!-- Make sure that 7.10 stays explicitly mentioned here, because that's the last open-source version -->
60-
<version.org.elasticsearch.compatible.regularly-tested.text>7.10, 7.17, 8.17 or 9.0</version.org.elasticsearch.compatible.regularly-tested.text>
60+
<version.org.elasticsearch.compatible.regularly-tested.text>7.10, 7.17, 8.18 or 9.0</version.org.elasticsearch.compatible.regularly-tested.text>
6161
<!-- These are the versions same as above, but pointing only to the major part (used in compatibility section of ES backend documentation
6262
as versions that Hibernate Search is compatible with. -->
6363
<!-- NOTE: Adding new major versions would require to update the compatibility table in `backend-elasticsearch-compatibility` section of `backend-elasticsearch.adoc`. -->

0 commit comments

Comments
 (0)