[
https://issues.apache.org/jira/browse/CAMEL-20774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17847011#comment-17847011
]
Claus Ibsen commented on CAMEL-20774:
-------------------------------------
Yeah all that legacy SSL factory beans is for spring XML exclusively.
We can make a generic factory bean and markup it with the new bean marker then
its included in catalog, and tooling will be able to offer assistance.
then you can define as many you want via the regular <bean> and -beans in YAML
DSL. And we can add fluent builder methods then you can do it via java code
with @Bean in spring boot etc.
Adding special DSL is just a feature creep. Its not Camel stuff but general
Java/JSSE stuff
> camel-core-xml - Align the type tns:keyStoreParametersFactoryBean to the
> object KeyStoreParameters
> --------------------------------------------------------------------------------------------------
>
> Key: CAMEL-20774
> URL: https://issues.apache.org/jira/browse/CAMEL-20774
> Project: Camel
> Issue Type: Improvement
> Affects Versions: 4.6.0
> Reporter: Federico Mariani
> Priority: Minor
> Fix For: 4.x
>
>
> The property keyStore (java.security.KeyStore) is present in the class
> KeyStoreParameters but is missing from the XML type
> tns:keyStoreParametersFactoryBean.
> The java.security.KeyStore XML configuration may be needed for some use cases
--
This message was sent by Atlassian Jira
(v8.20.10#820010)