Return-Path: X-Original-To: apmail-camel-commits-archive@www.apache.org Delivered-To: apmail-camel-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E59121004B for ; Thu, 10 Oct 2013 12:21:17 +0000 (UTC) Received: (qmail 49810 invoked by uid 500); 10 Oct 2013 12:21:14 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 49775 invoked by uid 500); 10 Oct 2013 12:21:14 -0000 Mailing-List: contact commits-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 commits@camel.apache.org Received: (qmail 49765 invoked by uid 99); 10 Oct 2013 12:21:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Oct 2013 12:21:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Oct 2013 12:21:01 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 6ECFE23888A6 for ; Thu, 10 Oct 2013 12:20:38 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r882001 [1/3] - in /websites/production/camel/content: ./ 2013/10/ 2013/10/10/ cache/ index.userimage/ news.userimage/ security-advisories.data/ Date: Thu, 10 Oct 2013 12:20:37 -0000 To: commits@camel.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131010122038.6ECFE23888A6@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Thu Oct 10 12:20:37 2013 New Revision: 882001 Log: Production update by buildbot for camel Added: websites/production/camel/content/2013/10/ websites/production/camel/content/2013/10/10/ websites/production/camel/content/2013/10/10/we-welcome-a-new-committer-and-pmc-member.html websites/production/camel/content/cache/main.pageCache (with props) websites/production/camel/content/index.userimage/muellerc-38851-pp-christian.png (with props) websites/production/camel/content/news.userimage/muellerc-38851-pp-christian.png (with props) Modified: websites/production/camel/content/architecture.html websites/production/camel/content/book-architecture.html websites/production/camel/content/component.html websites/production/camel/content/expression.html websites/production/camel/content/index.html websites/production/camel/content/languages-supported.html websites/production/camel/content/languages.html websites/production/camel/content/news.html websites/production/camel/content/predicate.html websites/production/camel/content/security-advisories.data/CVE-2013-4330.txt.asc websites/production/camel/content/security-advisories.html websites/production/camel/content/siteindex.html websites/production/camel/content/sitemap.html websites/production/camel/content/what-languages-are-supported.html Added: websites/production/camel/content/2013/10/10/we-welcome-a-new-committer-and-pmc-member.html ============================================================================== --- websites/production/camel/content/2013/10/10/we-welcome-a-new-committer-and-pmc-member.html (added) +++ websites/production/camel/content/2013/10/10/we-welcome-a-new-committer-and-pmc-member.html Thu Oct 10 12:20:37 2013 @@ -0,0 +1,182 @@ + + + + + + + + + + + + + + + + + + + Apache Camel: We welcome a new committer and PMC member + + + +
+
+
+
+
+
+
+
+
+
+
+ + + + + + + + + + + + +
+

The Camel Riders are growing their ranks again after only a few short months. We are pleasantly surprised ourselves with the growth of our community the increased interest in Camel and the quantity and quality of contributions. As a result we want to welcome as committer and PMC member James Carman who stuck with us and consistently helped out.

+ +

James Carman has been around Camel for quite some time and has contributed some patches and helped with non trivial tasks and fixes. He demonstrated that he is both willing and capable of taking responsibilities that go beyond the code and involve the future of the project. With his involvement in other Apache projects he will also be a great addition to the team.

+ +

On behalf of the Camel PMC, welcome aboard and we expect more great things coming from you!
+Christian Müller,
+VP, Apache Camel

+
+ +
+ + +
+
+
+
+
+
+ +
+
+
+© 2004-2011 The Apache Software Foundation. +
+Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners. +
+Graphic Design By Hiram +
+ + + + + + + + Modified: websites/production/camel/content/architecture.html ============================================================================== --- websites/production/camel/content/architecture.html (original) +++ websites/production/camel/content/architecture.html Thu Oct 10 12:20:37 2013 @@ -85,7 +85,7 @@

The DSL makes heavy use of pluggable Languages to create an Expression or Predicate to make a truly powerful DSL which is extensible to the most suitable language depending on your needs. The following languages are supported

-
  • Bean Language for using Java for expressions
  • Constant
  • the unified EL from JSP and JSF
  • Header
  • [JSonPath]
  • JXPath
  • Mvel
  • OGNL
  • Ref Language
  • Property
  • Scripting Languages such as +
    • Bean Language for using Java for expressions
    • Constant
    • the unified EL from JSP and JSF
    • Header
    • JSonPath
    • JXPath
    • Mvel
    • OGNL
    • Ref Language
    • Property
    • Scripting Languages such as
    • Simple Modified: websites/production/camel/content/book-architecture.html ============================================================================== --- websites/production/camel/content/book-architecture.html (original) +++ websites/production/camel/content/book-architecture.html Thu Oct 10 12:20:37 2013 @@ -96,7 +96,7 @@

      The DSL makes heavy use of pluggable Languages to create an Expression or Predicate to make a truly powerful DSL which is extensible to the most suitable language depending on your needs. The following languages are supported

      -
      • Bean Language for using Java for expressions
      • Constant
      • the unified EL from JSP and JSF
      • Header
      • [JSonPath]
      • JXPath
      • Mvel
      • OGNL
      • Ref Language
      • Property
      • Scripting Languages such as +
        • Bean Language for using Java for expressions
        • Constant
        • the unified EL from JSP and JSF
        • Header
        • JSonPath
        • JXPath
        • Mvel
        • OGNL
        • Ref Language
        • Property
        • Scripting Languages such as
        • Simple Added: websites/production/camel/content/cache/main.pageCache ============================================================================== Binary file - no diff available. Propchange: websites/production/camel/content/cache/main.pageCache ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Modified: websites/production/camel/content/component.html ============================================================================== --- websites/production/camel/content/component.html (original) +++ websites/production/camel/content/component.html Thu Oct 10 12:20:37 2013 @@ -923,6 +923,11 @@ zeromq:(tcp|ipc)://hostname:port +

          Poster

          + + + +

          See Also

          Modified: websites/production/camel/content/expression.html ============================================================================== --- websites/production/camel/content/expression.html (original) +++ websites/production/camel/content/expression.html Thu Oct 10 12:20:37 2013 @@ -135,7 +135,7 @@ public interface Predicate {

          Expression Languages

          The following languages are supported out of the box

          -
          • Bean Language for using Java for expressions
          • Constant
          • the unified EL from JSP and JSF
          • Header
          • [JSonPath]
          • JXPath
          • Mvel
          • OGNL
          • Ref Language
          • Property
          • Scripting Languages such as +
            • Bean Language for using Java for expressions
            • Constant
            • the unified EL from JSP and JSF
            • Header
            • JSonPath
            • JXPath
            • Mvel
            • OGNL
            • Ref Language
            • Property
            • Scripting Languages such as
            • Simple Modified: websites/production/camel/content/index.html ============================================================================== --- websites/production/camel/content/index.html (original) +++ websites/production/camel/content/index.html Thu Oct 10 12:20:37 2013 @@ -107,7 +107,33 @@ There's a great discussion about Camel a + +
              +

              The Camel Riders are growing their ranks again after only a few short months. We are pleasantly surprised ourselves with the growth of our community the increased interest in Camel and the quantity and quality of contributions. As a result we want to welcome as committer and PMC member James Carman who stuck with us and consistently helped out.

              + +

              James Carman has been around Camel for quite some time and has contributed some patches and helped with non trivial tasks and fixes. He demonstrated that he is both willing and capable of taking responsibilities that go beyond the code and involve the future of the project. With his involvement in other Apache projects he will also be a great addition to the team.

              + +

              On behalf of the Camel PMC, welcome aboard and we expect more great things coming from you!
              +Christian Müller,
              +VP, Apache Camel

              +
              + + + + + +
              +
              + + + @@ -136,7 +162,7 @@ Christian

              - + @@ -163,7 +189,7 @@ Christian

              - + @@ -190,7 +216,7 @@ Christian

              - + @@ -237,32 +263,6 @@ Many thanks to all who made this release
              - -
              -
              - - - - - - - Apache Camel 2.11.1 Released - -
              - -
              -

              The Apache Camel community announces the immediate availability of the new patch release camel-2.11.1.

              - -

              The artifacts are published and ready for download either from the Apache mirrors or from the Central Maven repository. For more details please take a look at the release notes.

              - -

              Many thanks to all who made this release possible.

              - -

              Hadrian

              -
              - - -
              -

              RSS Feed

              Added: websites/production/camel/content/index.userimage/muellerc-38851-pp-christian.png ============================================================================== Binary file - no diff available. Propchange: websites/production/camel/content/index.userimage/muellerc-38851-pp-christian.png ------------------------------------------------------------------------------ svn:mime-type = image/png Modified: websites/production/camel/content/languages-supported.html ============================================================================== --- websites/production/camel/content/languages-supported.html (original) +++ websites/production/camel/content/languages-supported.html Thu Oct 10 12:20:37 2013 @@ -75,7 +75,7 @@ -
              • Bean Language for using Java for expressions
              • Constant
              • the unified EL from JSP and JSF
              • Header
              • [JSonPath]
              • JXPath
              • Mvel
              • OGNL
              • Ref Language
              • Property
              • Scripting Languages such as +
                + + +
                +
                + + + @@ -114,7 +140,7 @@ Christian

                - + @@ -141,7 +167,7 @@ Christian

                - + @@ -168,7 +194,7 @@ Christian

                - + @@ -246,7 +272,7 @@ Many thanks to all who made this release
                - + @@ -273,7 +299,7 @@ Christian

                - + @@ -299,7 +325,7 @@ Christian

                - + @@ -355,7 +381,7 @@ Hadrian

                - + @@ -381,7 +407,7 @@ Hadrian

                - + @@ -490,7 +516,7 @@ For more details please take a look at t
                - + @@ -556,7 +582,7 @@ Christian

                - + @@ -581,7 +607,7 @@ VP, Apache Camel

                - + @@ -601,30 +627,6 @@ Christian

                - -
                -
                - - - - - - - Apache Camel 2.10.1 and 2.9.3 Released - -
                - -
                -

                Apache Camel 2.10.1 and 2.9.3 Released

                - -

                The Camel community announces the immediate availability of new bug fix releases: camel-2.9.3 and camel-2.10.1. Over 60 issues were fixed for 2.10.1 and over 125 issues were fixed for 2.9.3. The artifacts are published and ready for you to download either from the Apache mirrors or from the Central Maven repository.

                - -

                Many thanks to the Camel community for making these releases possible.

                -
                - - -
                -
                Added: websites/production/camel/content/news.userimage/muellerc-38851-pp-christian.png ============================================================================== Binary file - no diff available. Propchange: websites/production/camel/content/news.userimage/muellerc-38851-pp-christian.png ------------------------------------------------------------------------------ svn:mime-type = image/png Modified: websites/production/camel/content/predicate.html ============================================================================== --- websites/production/camel/content/predicate.html (original) +++ websites/production/camel/content/predicate.html Thu Oct 10 12:20:37 2013 @@ -199,7 +199,7 @@ from("direct:start").choice()

                Extensible Predicates

                Camel supports extensible Predicates using multiple Languages; the following languages are supported out of the box

                -
                • Bean Language for using Java for expressions
                • Constant
                • the unified EL from JSP and JSF
                • Header
                • [JSonPath]
                • JXPath
                • Mvel
                • OGNL
                • Ref Language
                • Property
                • Scripting Languages such as +
                  • Bean Language for using Java for expressions
                  • Constant
                  • the unified EL from JSP and JSF
                  • Header
                  • JSonPath
                  • JXPath
                  • Mvel
                  • OGNL
                  • Ref Language
                  • Property
                  • Scripting Languages such as
                  • Simple Modified: websites/production/camel/content/security-advisories.data/CVE-2013-4330.txt.asc ============================================================================== --- websites/production/camel/content/security-advisories.data/CVE-2013-4330.txt.asc (original) +++ websites/production/camel/content/security-advisories.data/CVE-2013-4330.txt.asc Thu Oct 10 12:20:37 2013 @@ -18,29 +18,29 @@ Example: Create a simple route which mov from("file:c:/tmp/in") .to("file:/c:/tmp/out"); -If you are using Windows, create an file with the name -"$simple{camelContext.getClassResolver.resolveClass('java.lang.Runtime').getDeclaredMethods()[5].invoke(null,null).exec('calc.exe')}" (without the quotes) -and drop it into the "c:/tmp/in" directory. The file consumer will read and process this file. It will also set the Exchange in Message Header 'CamelFileName' with the value "$simple{camelContext.getClassResolver.resolveClass('java.lang.Runtime').getDeclaredMethods()[5].invoke(null,null).exec('calc.exe')}". In the next step, the file producer will interpreted the value of this header as simple language expression and in this case, the Windows calculator application will be started. +If you are using Windows, create an file with a name like +"$simple{}" (without the quotes) +and drop it into the "c:/tmp/in" directory. The file consumer will read and process this file. It will also set the Exchange in Message Header 'CamelFileName' with the value "$simple{}". In the next step, the file producer will interpreted the value of this header as simple language expression and execute the malicious code. Credit: This issue was discovered by Grégory Draperi. References: http://camel.apache.org/security-advisories.html -----BEGIN PGP SIGNATURE----- -Version: GnuPG/MacGPG2 v2.0.18 (Darwin) +Version: GnuPG/MacGPG2 v2.0.20 (Darwin) Comment: GPGTools - http://gpgtools.org -iQIcBAEBAgAGBQJSSUxLAAoJEImh9lEqI5wsxY8P/2NUDc0uEbqMKCu+gp9n0yDz -+0JQebcQiIo/tuwmI6/HhQiF9asy3RZTQ4VCc6KelxWW7lB4Gmi9tq71bSfcf+uu -3o3ewNNbh+/vDcDKowOQnZlsD+9xW4fD/VOJt2obCapbLvS1tbLxY4lLly/fCETt -DJPExaAhicJQSX0X+jNAAJus5B0JUnAy2QMBj2ZDBPieH82RqtqQ44JtZsd/lyjH -d+PRhI44CLramTBX2HQYQtl/RR/sbzGosvbtQV91JL0j26dDMYDeLtVo+GWpjtw6 -QuKrHvinBF6KKGd2aHEHYPP7yi2nQxlFlvPpEkf/YROKMR+JzyerZmsn5ziylrA7 -NYlDsQ1LRRJOMiHC9aEOk5Y1++QoQ65EWJfRc2QB320tmGlCGUtXCM/nydyj7rDX -UOnnN9K5BMyPdk9qfgMWrUXVZyG8KKOwIDA9fMc4y/3wybllzBOsxidkDx8WbZsk -MWmoqtp7EJBIUAm4EmLV1LOD2tBBmXlA0GsdirgXgeoSYb/3lI6HRdMIS0HU3Uu8 -jG7huiMrUTOkZz7Cs5Pome9ZFWkmfCrTSrOI6zTvcEleuimb2SK2FrHtymQi4dFh -DY7s63z52Ic1i7yJKLP5geVDQAaZesftwCFQtVJXF0+0uwuXUvOsCScaxNdVJM/Z -seH3FliiPjZJoEHV0fP7 -=CQKT +iQIcBAEBAgAGBQJSSszOAAoJEImh9lEqI5wsaNEQAIoITjC6AWQru4H3Eqm7XmGJ +X2PGYY08XhwDGR7qqnIsYFHIqsSMoW+1YhQqZNV66zrU1hDgpFDz3dj3IaQUXpaE +9dI6B1eGvayF2GxoBnsc0Dua/43WdhWm9KBHrcGL3TQVEi3D7QmTv4Udsx3+5ita +xQcYrmrltdKDp8r08GHwFV1jZnafPEbJ5Vw/ATqHAb0hZ7ozv3c3iAqTkER++dzL +DL+gNKbN1eD8ZeixitQO4eirEkkiRlU8fC6dy+6e6Hra/0L16nyEmpsYWvx+mWnt +C+1fQQjmwZW/zV2tVqznc8mlVUYuttp3F4GDybYqPgMXlWC9Ri0JZWlNoXTZ0zak +f6KxcWqHvKs+LhCENFV2cnCtq2uHvGX0HMT4h/eVvGa/t/8gI2tgvaUtt0ylUNWn +a1znMCjDRwISlqu+jfSja7g1IydtvN1/tssfTMJjRDmng4mpGEa03iunVuwHFJv2 +Y6khePzKKP4wXS5oQ9aMev039IKB2725R28iZ2YH2TolgjicAay8ulBGHq0jx0rm +QI5zVrAAdWdX3kYjDGED/70gVfhF6N0cG4wpZzT9RW0oYU0kFeTEPJN/1jg3u9Mc +Fm0FEDCOSRkX4OKKa5nQX8EL92Jz0g6YukPAaQyvegvbjvvMCSxgQbIwFyBh0Yt/ +9JRZ0jp01139FFdpa+QM +=UpK9 -----END PGP SIGNATURE----- Modified: websites/production/camel/content/security-advisories.html ============================================================================== --- websites/production/camel/content/security-advisories.html (original) +++ websites/production/camel/content/security-advisories.html Thu Oct 10 12:20:37 2013 @@ -77,7 +77,7 @@

                    2013

                    -
                    • CVE-2013-4330 - Writing files using FILE or FTP components, can potentially be exploited by a malicious user.
                    +
                    • CVE-2013-4330 - Writing files using FILE or FTP components, can potentially be exploited by a malicious user.
                    Modified: websites/production/camel/content/siteindex.html ============================================================================== --- websites/production/camel/content/siteindex.html (original) +++ websites/production/camel/content/siteindex.html Thu Oct 10 12:20:37 2013 @@ -80,7 +80,7 @@

                    - < td colspan="1" rowspan="1">Y ... 1
                    0-9 ... 0A ... 31B ... 38C ... 147D ... 30E ... 29
                    F ... 14G ... 25H ... 82I ... 16J ... 26K ... 3
                    L ... 17M ... 31N ... 9O ... 4P ... 24Q ... 5
                    R ... 30S ... 75T ... 42U ... 17V ... 7W ... 30
                    X ... 13Z ... 4!@#$ ... 0  
                    + < td colspan="1" rowspan="1">Y ... 1
                    0-9 ... 0A ... 31B ... 38C ... 147D ... 30E ... 29
                    F ... 14G ... 25H ... 82I ... 16J ... 27K ... 3
                    L ... 17M ... 31N ... 9O ... 4P ... 24Q ... 5
                    R ... 30S ... 75T ... 42U ... 17V ... 7W ... 30
                    X ... 13Z ... 4!@#$ ... 0  

                    0-9

                    A

                    Page: @@ -150,7 +150,7 @@ Page: Articles
                    -
                    See also Camel User Stories http://camel.apache.org/userstories.html. We have collected a number of links to external resources about Camel. The lists are ordered so the newest links are added to the bottom of each list. Articles on Apache Camel Introduction ...
                    +
                    See also Camel User Stories http://camel.apache.org/userstories.html. If you have never used or seen Camel before, then you should start with Apache Camel Tutorial Introduction to EIP, Routes, Components, Testing, and other Concepts http://www.kaiwaehner.de ...
                    Page: Async
                    @@ -800,7 +800,7 @@ Page: Component List Grouped
                    -
                    An informal grouping of Camel components. Automating Tasks Component / ArtifactId / URI Description Timer / camelcore timer:timerName?<options> Used to generate message exchanges when a timer fires. Events can only be consumed from this endpoint. Quartz ...
                    +
                    An informal grouping of Camel components. This list was refined from the main components page in support of establishing information for the following poster: The Apache Camel Components Poster (Free JPG) http://gliesian.com/camel/ApacheCamelComponents.jpg The Apache Camel Components Poster ...
                    Page: ComponentConfiguration
                    @@ -1425,7 +1425,7 @@ Page: How do I become a committer
                    -
                    How can I become a committer First of all you need to get involved and Contribute Contributing via the mail list, forums, edit the documention, work on the issue tracker and submit patches. Once you're contributing and your work is good ...
                    +
                    How can I become a committer First of all you need to get involved and Contribute Contributing via the mail list, forums, edit the documentation, work on the issue tracker and submit patches. Once you're contributing and your work is good ...
                    Page: How do I change the logging
                    @@ -1837,6 +1837,10 @@
                    JSON JSON is a Data Format to marshal and unmarshal Java objects to and from JSON http://www.json.org/. For JSON to object marshalling, Camel provides integration with three popular JSON libraries: The XStream library http://xstream.codehaus.org/ and Jettsion http://jettison.codehaus.org/ The Jackson ...
                    Page: + JSonPath +
                    +
                    JSonPath Available as of Camel 2.13 Camel supports JSonPath https://code.google.com/p/jsonpath/ to allow using Expression or Predicate on json messages. from("queue:books.new") .choice() .when().jsonpath("$.store.book?(@.price < 10)") .to("jms:queue:book.cheap") .when ...
                    + Page: JT400
                    JT/400 Component The {{jt400}} component allows you to exchanges messages with an AS/400 system using data queues. Maven users will need to add the following dependency to their {{pom.xml}} for this component: <dependency> <groupId>org.apache.camel</groupId> <artifactId>cameljt400</artifactId> <version ...
                    @@ -1869,7 +1873,7 @@ Page: Languages Supported
                    -
                    Bean Language for using Java for expressions Constant the unified EL from JSP and JSF Header JXPath Mvel OGNL Ref Language Property Scripting Languages such as BeanShell JavaScript Groovy Python PHP Ruby Simple File Language Spring ...
                    +
                    Bean Language for using Java for expressions Constant the unified EL from JSP and JSF Header JSonPath JXPath Mvel OGNL Ref Language Property Scripting Languages such as BeanShell JavaScript Groovy Python PHP Ruby Simple File Language ...
                    Page: LDAP
                    @@ -2231,7 +2235,7 @@ Page: RCode
                    -
                    RCode The rcode component supports the integration of the statistics environment R http://www.rproject.org/ via Rserve http://www.rforge.net/Rserve/ Dependency <dependency> <groupId>org.apacheextras.camelextra</groupId> <artifactId>camelrcode</artifactId> <version>2.12.0</version> </dependency> URI format rcode ...
                    +
                    RCode Available as of Camel Extra 2.11 The rcode component supports the integration of the statistics environment R http://www.rproject.org/ via Rserve http://cran.rproject.org/web/packages/Rserve/Rserve.pdf Dependency <dependency> <groupId>org.apacheextras.camelextra</groupId> <artifactId>camelrcode</artifactId ...
                    Page: Recipient List
                    @@ -2400,7 +2404,7 @@ Page: Security Advisories
                    -
                    2013 CVE20134330 CVE20134330.txt.asc Apache Camel critical disclosure vulnerability
                    +
                    2013 CVE20134330 CVE20134330.txt.asc Writing files using FILE or FTP components, can potentially be exploited by a malicious user
                    Page: SEDA
                    @@ -3041,11 +3045,11 @@ Page: Xml Reference
                    -
                    Camel Xml Reference This page contains a link to the XML reference guides and XML schema documents for Xml Configuration with Camel releases. You can refer to http://camel.apache.org/schema/ to see the individual XSDs available. Released Schemas Spring Version ...
                    +
                    Camel Xml Reference This page contains a link to the XML schema documents for Xml Configuration with Camel releases. You can refer to http://camel.apache.org/schema/ to see the individual XSDs available. Released Schemas Spring Version XML Schema 2.12.1 ...
                    Page: XML Security component
                    -
                    XML Security component Available as of Camel 2.12.0 With this Apache Camel component, you can generate and validate XML signatures as described in the W3C standard XML Signature Syntax and Processing http://www.w3.org/TR/xmldsigcore/ or as described in the successor version 1.1 ...
                    +
                    XML Security component Available as of Camel 2.12.0 With this Apache Camel component, you can generate and validate XML signatures as described in the W3C standard XML Signature Syntax and Processing http://www.w3.org/TR/xmldsigcore/ or as described in the successor version 1.1 ...
                    Page: XmlBeans