[
https://issues.apache.org/jira/browse/CAMEL-9297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14998330#comment-14998330
]
Claus Ibsen commented on CAMEL-9297:
------------------------------------
There could also be 2 attributes, allow vs deny. Isn't that more cleaner. We
dont have + and - in other places. This makes it more clear to the end user
what is going on.
<xstream id="foo" allow="com.foo.*"
deny="com.foo.MySecretModel,com.foo.baz.EvenMoreSecret"/>
> Expose more configuration options from Camel's XStream component
> ----------------------------------------------------------------
>
> Key: CAMEL-9297
> URL: https://issues.apache.org/jira/browse/CAMEL-9297
> Project: Camel
> Issue Type: Improvement
> Components: camel-xstream
> Affects Versions: 2.16.0, 2.15.4
> Reporter: Akitoshi Yoshida
> Assignee: Akitoshi Yoshida
> Attachments:
> 0001-CAMEL-9297-Expose-more-configuration-options-from-Ca.patch
>
>
> Currently, some of the configuration options of XStream are only configurable
> over the XStream API. This means, the user must instantiate an instance of
> XStream and configure that instance and assign it to Camel's XStream
> component to configure these options.
> This patch will add a more convenient way to set these additional options
> directly over Camel's XStream component.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)