[
https://issues.apache.org/jira/browse/CAMEL-23665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aurélien Pupier updated CAMEL-23665:
------------------------------------
Description:
OpenSearch is using deprecated setTlsDetailsFactory which is no more doing
anything
https://github.com/apache/camel/blob/a842365c1b7671bd2e83cb6683d7c3d4840bc70b/components/camel-opensearch/src/main/java/org/apache/camel/component/opensearch/OpensearchProducer.java#L518
{noformat}
/**
* Sets {@link TlsDetails} {@link Factory} instance.
*
* @return this instance.
* @deprecated Do not use. This method has no effect.
*/
{noformat}
woudl be worthy to understand if we can afely remove it or if we need to adapt
some code
was:
OpenSearch is using deprecated setTlsDetailsFactory which is no more doing
anything
{noformat}
/**
* Sets {@link TlsDetails} {@link Factory} instance.
*
* @return this instance.
* @deprecated Do not use. This method has no effect.
*/
{noformat}
woudl be worthy to understand if we can afely remove it or if we need to adapt
some code
> OpenSearch is using deprecated setTlsDetailsFactory which is no more doing
> anything
> -----------------------------------------------------------------------------------
>
> Key: CAMEL-23665
> URL: https://issues.apache.org/jira/browse/CAMEL-23665
> Project: Camel
> Issue Type: Task
> Components: camel-opensearch
> Affects Versions: 4.20.0
> Reporter: Aurélien Pupier
> Priority: Major
>
> OpenSearch is using deprecated setTlsDetailsFactory which is no more doing
> anything
> https://github.com/apache/camel/blob/a842365c1b7671bd2e83cb6683d7c3d4840bc70b/components/camel-opensearch/src/main/java/org/apache/camel/component/opensearch/OpensearchProducer.java#L518
> {noformat}
> /**
> * Sets {@link TlsDetails} {@link Factory} instance.
> *
> * @return this instance.
> * @deprecated Do not use. This method has no effect.
> */
> {noformat}
> woudl be worthy to understand if we can afely remove it or if we need to
> adapt some code
--
This message was sent by Atlassian Jira
(v8.20.10#820010)