Skip to content

Commit c191de7

Browse files
committed
HSEARCH-5365 Test with Elasticsearch 8.18.2
1 parent 106b8b0 commit c191de7

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

Jenkinsfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,10 @@ stage('Configure') {
257257
new LocalElasticsearchBuildEnvironment(version: '8.12.2', condition: TestCondition.ON_DEMAND),
258258
new LocalElasticsearchBuildEnvironment(version: '8.13.4', condition: TestCondition.ON_DEMAND),
259259
new LocalElasticsearchBuildEnvironment(version: '8.14.3', condition: TestCondition.ON_DEMAND),
260-
new LocalElasticsearchBuildEnvironment(version: '8.15.4', condition: TestCondition.BEFORE_MERGE, isDefault: true),
260+
new LocalElasticsearchBuildEnvironment(version: '8.15.4', condition: TestCondition.ON_DEMAND),
261+
new LocalElasticsearchBuildEnvironment(version: '8.16.1', condition: TestCondition.ON_DEMAND),
262+
new LocalElasticsearchBuildEnvironment(version: '8.17.6', condition: TestCondition.ON_DEMAND),
263+
new LocalElasticsearchBuildEnvironment(version: '8.18.2', condition: TestCondition.BEFORE_MERGE, isDefault: true),
261264
// IMPORTANT: Make sure to update the documentation for any newly supported Elasticsearch versions
262265
// See version.org.elasticsearch.compatible.expected.text
263266
// and version.org.elasticsearch.compatible.regularly-tested.text in POMs.

build/container/search-backend/elastic.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# IMPORTANT! When updating the version of Elasticsearch in this Dockerfile,
55
# make sure to update `version.org.elasticsearch.latest` property in a POM file.
66
#
7-
FROM docker.io/elastic/elasticsearch:8.15.4
7+
FROM docker.io/elastic/elasticsearch:8.18.2

build/parents/build/pom.xml

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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@
383383

384384
<!-- Container images for various integration tests -->
385385
<!-- The latest version of Elasticsearch tested against by default -->
386-
<version.org.elasticsearch.latest>8.15.4</version.org.elasticsearch.latest>
386+
<version.org.elasticsearch.latest>8.18.2</version.org.elasticsearch.latest>
387387
<test.elasticsearch.version></test.elasticsearch.version>
388388
<test.elasticsearch.distribution>elastic</test.elasticsearch.distribution>
389389

0 commit comments

Comments
 (0)