Skip to content

chore: update Elasticsearch version in test configuration to 8.19.10#74

Merged
weited merged 2 commits into
mainfrom
chore/update-testing-docer-elasticsearch-version
May 27, 2026
Merged

chore: update Elasticsearch version in test configuration to 8.19.10#74
weited merged 2 commits into
mainfrom
chore/update-testing-docer-elasticsearch-version

Conversation

@weited
Copy link
Copy Markdown
Collaborator

@weited weited commented May 27, 2026

To align with the real elastic search cloud version for AODN

Copilot AI review requested due to automatic review settings May 27, 2026 05:12
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Elasticsearch Testcontainers version used in the test profile to better match the Elastic Cloud version used by AODN.

Changes:

  • Bumped the Elasticsearch Docker image tag used by test configuration to 8.19.10.
  • Updated the default Elasticsearch container version in ElasticsearchTestConfig.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
src/test/resources/application-test.yaml Updates the Elasticsearch docker image version for test runs (also includes an unrelated Actuator management config change).
src/test/java/au/org/aodn/oceancurrent/configuration/elasticsearch/ElasticsearchTestConfig.java Updates the default/fallback Elasticsearch container version used by Testcontainers in tests.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 6 to +12
management:
endpoint:
health:
enabled: false
access: none
endpoints:
enabled-by-default: false
access:
default: none
Comment on lines 33 to 35
public ElasticsearchContainer elasticsearchContainer(
@Value("${elasticsearch.docker.elasticVersion:8.17.4}") String version
@Value("${elasticsearch.docker.elasticVersion:8.19.10}") String version
) {
@weited weited merged commit c733856 into main May 27, 2026
1 check passed
@weited weited deleted the chore/update-testing-docer-elasticsearch-version branch May 27, 2026 05:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants