You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in #28496, we'd like to add dependency management and auto-configuration for the new ElasticsearchClient.
Support for the former RestHighLevelClient will be deprecated as a result.
The text was updated successfully, but these errors were encountered:
But jakarta.json.bind-api is a compileOnly dependency and as such it should only be used during source compilation and it shouldn't be included in the runtime classpath.
I believe that arrangement is because it's optional at runtime and not because it's never used at runtime. That optional dependency is still enough to prevent its use in Spring Boot 2.x where, if JSON-B is used, it must be 1.x with javax.json packages.
As discussed in #28496, we'd like to add dependency management and auto-configuration for the new
ElasticsearchClient
.Support for the former
RestHighLevelClient
will be deprecated as a result.The text was updated successfully, but these errors were encountered: