This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from cd41c2f CAMEL-11919: Added component documentation new bdff8f3 CAMEL-11929: camel-castor - Add more configuration new addbe21 Fixed CS The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../management/mbean/RouteCoverageXmlParser.java | 2 - .../camel/model/dataformat/CastorDataFormat.java | 55 +++++++++++++ .../camel/model/dataformat/HessianDataFormat.java | 2 - .../src/main/docs/castor-dataformat.adoc | 7 +- .../castor/AbstractCastorDataFormat.java | 43 +++++++++- .../dataformat/castor/WhitelistObjectFactory.java | 96 ++++++++++++++++++++++ .../castor/MarshalWithMappingDomainObjectTest.java | 3 +- .../camel/dataformat/castor/WhitelistTest.java | 60 ++++++++++++++ .../castor/SpringMarshalDomainObjectTest.xml | 2 +- .../springboot/CastorDataFormatConfiguration.java | 46 +++++++++++ 10 files changed, 307 insertions(+), 9 deletions(-) create mode 100644 components/camel-castor/src/main/java/org/apache/camel/dataformat/castor/WhitelistObjectFactory.java create mode 100644 components/camel-castor/src/test/java/org/apache/camel/dataformat/castor/WhitelistTest.java -- To stop receiving notification emails like this one, please contact ['"commits@camel.apache.org" <commits@camel.apache.org>'].