Skip to content
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

Java api clean up: remove deprecated isShardsAcked #28311

Merged
merged 3 commits into from
Jan 25, 2018

Conversation

olcbean
Copy link
Contributor

@olcbean olcbean commented Jan 19, 2018

This PR removes previously deprecated isShardsAcked

Related to #27784
Follow-up of #27819

@elasticmachine
Copy link
Collaborator

Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually?

1 similar comment
@elasticmachine
Copy link
Collaborator

Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually?

@javanna javanna added the :Core/Infra/Transport API Transport client API label Jan 22, 2018
Copy link
Member

@cbuescher cbuescher left a comment

Choose a reason for hiding this comment

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

Thanks, looks good. I just checked similar removals in 6.0 and saw that we tend to include changes like this to the client facing Java API in the migration docs. You seem to have done something similar already in #23923. Could you add a new java.asciidoc" file to docs/reference/migration/migrate_7_0` similar like we have it on the 6.0 branch (also include it in migrate_7_0.asciidoc index file) and add a short comment about this removal and the new method there.

@olcbean
Copy link
Contributor Author

olcbean commented Jan 25, 2018

@cbuescher nice catch ;) I just added a short note.

@@ -31,6 +31,7 @@ Elasticsearch 6.x in order to be readable by Elasticsearch 7.x.
* <<breaking_70_plugins_changes>>
* <<breaking_70_analysis_changes>>
* <<breaking_70_api_changes>>
* <<breaking_70_java_changes>>
Copy link
Member

Choose a reason for hiding this comment

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

One small thing to add: the following section needs to include the java:asciidoc you added, otherwise the link cannot be resolved.

@cbuescher
Copy link
Member

@olcbean thanks, one more small thing to add, other than that this looks ready to me.

@olcbean
Copy link
Contributor Author

olcbean commented Jan 25, 2018

Sorry about that :( Now should be better.

@cbuescher
Copy link
Member

@olcbean great, going to merge this soon

@cbuescher cbuescher merged commit 0c83240 into elastic:master Jan 25, 2018
jasontedor added a commit to matarrese/elasticsearch that referenced this pull request Jan 25, 2018
* master: (23 commits)
  Update Netty to 4.1.16.Final (elastic#28345)
  Fix peer recovery flushing loop (elastic#28350)
  REST high-level client: add support for exists alias (elastic#28332)
  REST high-level client: move to POST when calling API to retrieve which support request body (elastic#28342)
  Add Indices Aliases API to the high level REST client (elastic#27876)
  Java Api clean up: remove deprecated `isShardsAcked` (elastic#28311)
  [Docs] Fix explanation for `from` and `size` example (elastic#28320)
  Adapt bwc version after backport elastic#28358
  Always return the after_key in composite aggregation response (elastic#28358)
  Adds test name to MockPageCacheRecycler exception (elastic#28359)
  Adds a note in the `terms` aggregation docs regarding pagination (elastic#28360)
  [Test] Fix DiscoveryNodesTests.testDeltas() (elastic#28361)
  Update packaging tests to work with meta plugins (elastic#28336)
  Remove Painless Type from MethodWriter in favor of Java Class. (elastic#28346)
  [Doc] Fixs typo in reverse-nested-aggregation.asciidoc (elastic#28348)
  Reindex: Shore up rethrottle test
  Only assert single commit iff index created on 6.2
  isHeldByCurrentThread should return primitive bool
  [Docs] Clarify `html` encoder in highlighting.asciidoc (elastic#27766)
  Fix GeoDistance query example (elastic#28355)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants