CAMEL-17780: camel-elasticsearch - Impl based on the Java Api Client#8395
Merged
CAMEL-17780: camel-elasticsearch - Impl based on the Java Api Client#8395
Conversation
Contributor
|
|
57719c7 to
1d25163
Compare
davsclaus
approved these changes
Sep 20, 2022
oscerd
approved these changes
Sep 20, 2022
1d25163 to
fd3266b
Compare
7f8aa48 to
9817a88
Compare
9817a88 to
d785b2a
Compare
Contributor
|
✔️ Finished component verification: 0 component(s) test failed out of 2 component(s) tested |
geekrupam
pushed a commit
to geekrupam/camel
that referenced
this pull request
Oct 7, 2022
…pache#8395) ## Motivation A new Java client with an Apache License is available and should be used to propose a new component in order to support more recent versions of Elasticsearch. ## Modifications: * Propose a new component based on `elasticsearch-rest` with the exact same functionality * Add the support of document type to get the result of all search operations in the expected type. * Add the ability to configure the path of the certificate * Remove BulkIndex support as it duplicates Bulk * Add more tests to get better code coverage. * Use the non-OSS docker image under the Elastic license for tests only * Use a different package name (`org.apache.camel.component.es` instead of `org.apache.camel.component.elasticsearch`) to avoid conflicts with the `camel-package-maven-plugin` ## Result A new component is ready to be used with version 8.x of Elasticsearch
jamesnetherton
pushed a commit
to jamesnetherton/camel
that referenced
this pull request
Mar 28, 2023
…pache#8395) (apache#2096) A new Java client with an Apache License is available and should be used to propose a new component in order to support more recent versions of Elasticsearch. * Propose a new component based on `elasticsearch-rest` with the exact same functionality * Add the support of document type to get the result of all search operations in the expected type. * Add the ability to configure the path of the certificate * Remove BulkIndex support as it duplicates Bulk * Add more tests to get better code coverage. * Use the non-OSS docker image under the Elastic license for tests only * Use a different package name (`org.apache.camel.component.es` instead of `org.apache.camel.component.elasticsearch`) to avoid conflicts with the `camel-package-maven-plugin` A new component is ready to be used with version 8.x of Elasticsearch Co-authored-by: Nicolas Filotto <essobedo@users.noreply.github.com>
jamesnetherton
pushed a commit
to jamesnetherton/camel
that referenced
this pull request
Mar 28, 2023
…pache#8395) (apache#2096) A new Java client with an Apache License is available and should be used to propose a new component in order to support more recent versions of Elasticsearch. * Propose a new component based on `elasticsearch-rest` with the exact same functionality * Add the support of document type to get the result of all search operations in the expected type. * Add the ability to configure the path of the certificate * Remove BulkIndex support as it duplicates Bulk * Add more tests to get better code coverage. * Use the non-OSS docker image under the Elastic license for tests only * Use a different package name (`org.apache.camel.component.es` instead of `org.apache.camel.component.elasticsearch`) to avoid conflicts with the `camel-package-maven-plugin` A new component is ready to be used with version 8.x of Elasticsearch Co-authored-by: Nicolas Filotto <essobedo@users.noreply.github.com>
jamesnetherton
pushed a commit
to jamesnetherton/camel
that referenced
this pull request
Mar 28, 2023
…pache#8395) (apache#2096) A new Java client with an Apache License is available and should be used to propose a new component in order to support more recent versions of Elasticsearch. * Propose a new component based on `elasticsearch-rest` with the exact same functionality * Add the support of document type to get the result of all search operations in the expected type. * Add the ability to configure the path of the certificate * Remove BulkIndex support as it duplicates Bulk * Add more tests to get better code coverage. * Use the non-OSS docker image under the Elastic license for tests only * Use a different package name (`org.apache.camel.component.es` instead of `org.apache.camel.component.elasticsearch`) to avoid conflicts with the `camel-package-maven-plugin` A new component is ready to be used with version 8.x of Elasticsearch Co-authored-by: Nicolas Filotto <essobedo@users.noreply.github.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.
Fix for https://issues.apache.org/jira/browse/CAMEL-17780
Motivation
A new Java client with an Apache License is available and should be used to propose a new component in order to support more recent versions of Elasticsearch.
Modifications:
elasticsearch-restwith the exact same functionalitiesorg.apache.camel.component.esinstead oforg.apache.camel.component.elasticsearch) to avoid conflicts with thecamel-package-maven-pluginResult
A new component is ready to be used with version 8.x of Elasticsearch