Andrea Cosentino created CAMEL-23445:
----------------------------------------
Summary: camel-elasticsearch-rest-client: Add SSLContextParameters
support for TLS configuration
Key: CAMEL-23445
URL: https://issues.apache.org/jira/browse/CAMEL-23445
Project: Camel
Issue Type: Improvement
Components: camel-elasticsearch-rest
Reporter: Andrea Cosentino
ElasticsearchRestClientProducer.java:438 creates SSLContext directly via
SSLContext.getInstance("TLSv1.3"). The component has no SSLContextParameters
support, blocking PQC TLS configuration on JDK 25+ (e.g. X25519MLKEM768 named
group).
Mirrors CAMEL-23314 (camel-opensearch) and the companion ticket CAMEL-23444
(camel-elasticsearch).
Acceptance criteria:
- Component supports SSLContextParameters (and is SSLContextParametersAware)
- Named groups and signature schemes applied when configured
- CA-only path retained as fallback
- Existing tests pass
_Filed by Claude Code on behalf of Andrea Cosentino_
--
This message was sent by Atlassian Jira
(v8.20.10#820010)