-
Notifications
You must be signed in to change notification settings - Fork 6
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
88 opensearch java client support for multiple transport options #113
Merged
sboeckelmann
merged 22 commits into
3.2-LTS
from
88-opensearch-java-client-support-for-multiple-transport-options
Dec 3, 2023
Merged
88 opensearch java client support for multiple transport options #113
sboeckelmann
merged 22 commits into
3.2-LTS
from
88-opensearch-java-client-support-for-multiple-transport-options
Dec 3, 2023
Conversation
This file contains 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
Bumps `quarkus.version` from 3.2.3.Final to 3.5.2. Updates `io.quarkus:quarkus-bom` from 3.2.3.Final to 3.5.2 - [Release notes](https://github.com/quarkusio/quarkus/releases) - [Commits](quarkusio/quarkus@3.2.3.Final...3.5.2) Updates `io.quarkus:quarkus-maven-plugin` from 3.2.3.Final to 3.5.2 Updates `io.quarkus:quarkus-extension-processor` from 3.2.3.Final to 3.5.2 Updates `io.quarkus:quarkus-extension-maven-plugin` from 3.2.3.Final to 3.5.2 - [Release notes](https://github.com/quarkusio/quarkus/releases) - [Commits](quarkusio/quarkus@3.2.3.Final...3.5.2) --- updated-dependencies: - dependency-name: io.quarkus:quarkus-bom dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.quarkus:quarkus-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.quarkus:quarkus-extension-processor dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.quarkus:quarkus-extension-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…sion-3.5.2 Bump quarkus.version from 3.2.3.Final to 3.5.2
Release 1.3.0
…tiple-transport-options
Bumps [org.opensearch:opensearch-testcontainers](https://github.com/opensearch-project/opensearch-testcontainers) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/opensearch-project/opensearch-testcontainers/releases) - [Commits](opensearch-project/opensearch-testcontainers@release-2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: org.opensearch:opensearch-testcontainers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
remove rest-client dependencies from java client improve documentation, add new config properties
…rch-opensearch-testcontainers-2.0.1 Bump org.opensearch:opensearch-testcontainers from 2.0.0 to 2.0.1
improve README.MD
Closed
Bumps `opensearch.version` from 2.11.0 to 2.11.1. Updates `org.opensearch.client:opensearch-rest-client` from 2.11.0 to 2.11.1 - [Release notes](https://github.com/opensearch-project/OpenSearch/releases) - [Changelog](https://github.com/opensearch-project/OpenSearch/blob/main/CHANGELOG.md) - [Commits](opensearch-project/OpenSearch@2.11.0...2.11.1) Updates `org.opensearch.client:opensearch-rest-high-level-client` from 2.11.0 to 2.11.1 - [Release notes](https://github.com/opensearch-project/OpenSearch/releases) - [Changelog](https://github.com/opensearch-project/OpenSearch/blob/main/CHANGELOG.md) - [Commits](opensearch-project/OpenSearch@2.11.0...2.11.1) Updates `org.opensearch.client:opensearch-rest-client-sniffer` from 2.11.0 to 2.11.1 - [Release notes](https://github.com/opensearch-project/OpenSearch/releases) - [Changelog](https://github.com/opensearch-project/OpenSearch/blob/main/CHANGELOG.md) - [Commits](opensearch-project/OpenSearch@2.11.0...2.11.1) --- updated-dependencies: - dependency-name: org.opensearch.client:opensearch-rest-client dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.opensearch.client:opensearch-rest-high-level-client dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.opensearch.client:opensearch-rest-client-sniffer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Merge commit '182b9c292af64b2040d639a618ead061b6cbc775' into 88-opensearch-java-client-support-for-multiple-transport-options
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.
No description provided.