fix: update API spec download URL to api-spec.opensearch.org - #2116
Merged
reta merged 2 commits intoAug 21, 2026
Conversation
The opensearch-api-specification repo now publishes specs at https://api-spec.opensearch.org/opensearch-openapi.yaml instead of via GitHub release assets. Ref: opensearch-project/opensearch-api-specification#1200 Signed-off-by: Hailong Cui <ihailong@amazon.com>
Hailong-am
requested review from
Bukhtawar,
VachaShah,
Xtansia,
madhusudhankonda,
reta,
saratvemulapalli and
szczepanczykd
as code owners
August 21, 2026 04:02
Signed-off-by: Hailong Cui <ihailong@amazon.com>
Collaborator
|
Thanks @Hailong-am ! |
reta
approved these changes
Aug 21, 2026
|
The backport to |
Collaborator
@Hailong-am could you please send the backport to 3.x branch? thank you! |
Hailong-am
added a commit
to Hailong-am/opensearch-java
that referenced
this pull request
Aug 21, 2026
…rch-project#2116) * fix: update API spec download URL to api-spec.opensearch.org The opensearch-api-specification repo now publishes specs at https://api-spec.opensearch.org/opensearch-openapi.yaml instead of via GitHub release assets. Ref: opensearch-project/opensearch-api-specification#1200 Signed-off-by: Hailong Cui <ihailong@amazon.com> * Add CHANGELOG entry Signed-off-by: Hailong Cui <ihailong@amazon.com> --------- Signed-off-by: Hailong Cui <ihailong@amazon.com>
Contributor
Author
|
reta
pushed a commit
that referenced
this pull request
Aug 21, 2026
…2117) * fix: update API spec download URL to api-spec.opensearch.org The opensearch-api-specification repo now publishes specs at https://api-spec.opensearch.org/opensearch-openapi.yaml instead of via GitHub release assets. Ref: opensearch-project/opensearch-api-specification#1200 * Add CHANGELOG entry --------- Signed-off-by: Hailong Cui <ihailong@amazon.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Update the OpenAPI spec download URL in the code generator from the GitHub release assets URL to the new canonical location at
https://api-spec.opensearch.org/opensearch-openapi.yaml.The
opensearch-api-specificationrepo now publishes the spec at this new URL (see opensearch-project/opensearch-api-specification#1200).Changes
java-codegen/build.gradle.kts: Updated specsrc()URLRelated
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.