Return-Path: X-Original-To: apmail-camel-issues-archive@minotaur.apache.org Delivered-To: apmail-camel-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 978C4183CA for ; Mon, 9 Nov 2015 13:16:11 +0000 (UTC) Received: (qmail 38676 invoked by uid 500); 9 Nov 2015 13:16:11 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 38376 invoked by uid 500); 9 Nov 2015 13:16:11 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 38132 invoked by uid 99); 9 Nov 2015 13:16:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Nov 2015 13:16:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 16DEE2C1F5C for ; Mon, 9 Nov 2015 13:16:11 +0000 (UTC) Date: Mon, 9 Nov 2015 13:16:11 +0000 (UTC) From: "Akitoshi Yoshida (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CAMEL-9297) Expose more configuration options from Camel's XStream component MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CAMEL-9297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akitoshi Yoshida updated CAMEL-9297: ------------------------------------ Attachment: 0001-CAMEL-9297-Expose-more-configuration-options-from-Ca.patch adding the possible patch that makes the permissions configurable. > 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)