Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 3, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
co.elastic.clients:elasticsearch-java 8.18.1 -> 9.0.1 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

elastic/elasticsearch-java (co.elastic.clients:elasticsearch-java)

v9.0.1

Compare Source

What's Changed

Full Changelog: elastic/elasticsearch-java@v9.0.0...v9.0.1

v9.0.0

Compare Source

What's Changed

Check the official release notes - in particular the breaking changes! Also we have a new Reference page.
A migration guide from version 8.x to 9.x of the client will be published soon to make the upgrade process easier.
The easiest way to setup the new 9.0.0 client is to use the new builder, as explained in the new docs:

ElasticsearchClient esClient = ElasticsearchClient.of(b -> b
    .host(serverUrl)
    .apiKey(apiKey)
);

Otherwise to keep using the old builder and the legacy RestClient, the elasticsearch-rest-client dependency has to be added to the project:

// gradle
implementation("org.elasticsearch.client:elasticsearch-rest-client:9.0.0")
<!--maven-->
<dependency>
    <groupId>org.elasticsearch.client</groupId>
    <artifactId>elasticsearch-rest-client</artifactId>
    <version>9.0.0</version>
</dependency>

Full Changelog: elastic/elasticsearch-java@v8.18.0...v9.0.0


Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies use for pull requests that update a dependency file filigran team use to identify PR from the Filigran team labels May 3, 2025
@renovate renovate bot force-pushed the renovate/release/current-major-elasticsearch.version branch 2 times, most recently from d432e03 to 3000a82 Compare May 9, 2025 22:57
@renovate renovate bot force-pushed the renovate/release/current-major-elasticsearch.version branch from 3000a82 to 16de1c3 Compare May 12, 2025 22:11
@guillaumejparis guillaumejparis force-pushed the renovate/release/current-major-elasticsearch.version branch from 16de1c3 to d3e3a7d Compare May 23, 2025 11:30
@renovate
Copy link
Contributor Author

renovate bot commented May 23, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@guillaumejparis guillaumejparis force-pushed the renovate/release/current-major-elasticsearch.version branch from d3e3a7d to fb77832 Compare May 23, 2025 11:45
@guillaumejparis guillaumejparis force-pushed the renovate/release/current-major-elasticsearch.version branch from 7d51e34 to 67bb64a Compare June 2, 2025 12:03
@guillaumejparis
Copy link
Member

Cannot be merge atm because our CI is not x86-64-v2 compatible

@guillaumejparis guillaumejparis added the do not merge Do not merge this PR until this tag will be removed label Jun 3, 2025
@guillaumejparis guillaumejparis self-requested a review June 3, 2025 12:09
@guillaumejparis guillaumejparis force-pushed the release/current branch 4 times, most recently from 91c898d to ca088d6 Compare July 28, 2025 12:54
@guillaumejparis guillaumejparis force-pushed the renovate/release/current-major-elasticsearch.version branch 2 times, most recently from 66820aa to cc4fe24 Compare August 8, 2025 08:19
@guillaumejparis guillaumejparis force-pushed the renovate/release/current-major-elasticsearch.version branch from cc4fe24 to d1fb596 Compare August 8, 2025 08:30
@codecov
Copy link

codecov bot commented Aug 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 46.06%. Comparing base (27c4cb7) to head (d53eeb3).
⚠️ Report is 2 commits behind head on release/current.

Additional details and impacted files
@@                  Coverage Diff                  @@
##             release/current    #3114      +/-   ##
=====================================================
+ Coverage              45.99%   46.06%   +0.07%     
- Complexity              2936     2944       +8     
=====================================================
  Files                    784      784              
  Lines                  23443    23443              
  Branches                1671     1671              
=====================================================
+ Hits                   10782    10800      +18     
+ Misses                 12045    12030      -15     
+ Partials                 616      613       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@guillaumejparis guillaumejparis self-requested a review August 11, 2025 08:57
@guillaumejparis
Copy link
Member

@RomuDeuxfois do we need to be retrocompatible with elastic 8 ?

@renovate renovate bot changed the title [backend] Update dependency co.elastic.clients:elasticsearch-java to v9 (release/current) [backend] Update dependency co.elastic.clients:elasticsearch-java to v9 (release/current) - abandoned Nov 24, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Nov 24, 2025

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies use for pull requests that update a dependency file do not merge Do not merge this PR until this tag will be removed filigran team use to identify PR from the Filigran team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants