-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Javadoc of code repackaged in 4.4.0 snapshots states that it has been available since earlier major versions #2010
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It's not new, it's existing code moved to a different package. Should that change the |
If someone looks for Here's an example from Spring Boot where
Note that the |
ok, I'll change that to be consistent to what Spring does. |
nitpick: the change will be from 4.4 on 😜 |
For example,
org.springframework.data.elasticsearch.backend.elasticsearch7.client.reactive. ReactiveElasticsearchClient
is documented as@since 3.2
but it's new in 5.0.The text was updated successfully, but these errors were encountered: