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

[META] Make it easy to consume next versions of clients #29

Open
1 task done
dblock opened this issue Jul 18, 2022 · 0 comments
Open
1 task done

[META] Make it easy to consume next versions of clients #29

dblock opened this issue Jul 18, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@dblock
Copy link
Member

dblock commented Jul 18, 2022

Is your feature request related to a problem?

Trying to test opensearch-project/opensearch-java#177, to consume the next version of opensearch-java I had to make changes to gradle scripts to include shadowJar, build and install the shadowJar. I also had to document how to do it in https://github.com/dblock/opensearch-java-client-demo/tree/opensearch-java-2.1.0. Instead, a snapshot build of opensearch-java-2.1.0 should have been made available automatically.

What solution would you like?

A campaign to figure out ways that anyone can consume the next version of a client.

Need to figure out what are the other mechanism in every language client and open issues for each that needs work.

What alternatives have you considered?
Instructions on how to build next versions of clients.

Do you have any additional context?
While for Java we need to produce SNAPSHOTS, platforms such as Ruby have a way to reference code with github: 'opensearch-project/opensearch-ruby', so there's nothing to do for the Ruby client.

@dblock dblock added the enhancement New feature or request label Jul 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant