Skip to content

Commit

Permalink
Merge pull request #383 from marko-bekhta/dep/update-to-es-817
Browse files Browse the repository at this point in the history
Update to Elasticsearch 8.17
  • Loading branch information
marko-bekhta authored Dec 16, 2024
2 parents 49290a9 + 511bf51 commit baaefa6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<!-- This version needs to match the version in src/main/docker/opensearch-custom.Dockerfile -->
<version.opensearch>2.18</version.opensearch>
<!-- This version needs to match the version in src/main/docker/elasticsearch-custom.Dockerfile -->
<version.elasticsearch>8.16</version.elasticsearch>
<version.elasticsearch>8.17</version.elasticsearch>
<version.quarkus-web-bundler>1.8.0</version.quarkus-web-bundler>
<!-- Configuration for the search backend used in tests by default: -->
<search.backend.dockerfile>${project.basedir}/src/main/docker/elasticsearch-custom.Dockerfile</search.backend.dockerfile>
Expand Down
2 changes: 1 addition & 1 deletion src/main/docker/elasticsearch-custom.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM elastic/elasticsearch:8.16.1
FROM elastic/elasticsearch:8.17.0

RUN /usr/share/elasticsearch/bin/elasticsearch-plugin install --batch analysis-kuromoji
RUN /usr/share/elasticsearch/bin/elasticsearch-plugin install --batch analysis-smartcn
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ quarkus.rest.path=/api
# Hibernate Search
########################
# This version needs to match the version in src/main/docker/elasticsearch-custom.Dockerfile
quarkus.hibernate-search-standalone.elasticsearch.version=${maven.distribution.search.backend:elastic}:${maven.version.search.backend:8.16}
quarkus.hibernate-search-standalone.elasticsearch.version=${maven.distribution.search.backend:elastic}:${maven.version.search.backend:8.17}
# Not using :latest here as a workaround until we get https://github.com/quarkusio/quarkus/pull/38896
quarkus.elasticsearch.devservices.image-name=${maven.name.search.backend}:${maven.version.search.backend}
quarkus.elasticsearch.devservices.java-opts=${PROD_ES_JAVA_OPTS}
Expand Down

0 comments on commit baaefa6

Please sign in to comment.