[2/2] camel git commit: CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress.

2014-12-30 Thread davsclaus
CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/92a351e3 Tree

camel git commit: CAMEL-8168: Remove the System.out.println() call

2014-12-30 Thread bvahdat
Repository: camel Updated Branches: refs/heads/master dbf34e908 -> 4c130488c CAMEL-8168: Remove the System.out.println() call Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/4c130488 Tree: http://git-wip-us.apache.org/repos

camel git commit: Correct the tiny typo

2014-12-30 Thread bvahdat
Repository: camel Updated Branches: refs/heads/master 85826c026 -> dbf34e908 Correct the tiny typo Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/dbf34e90 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/dbf34e90 Di

camel git commit: The 'problematic' old JSR173 1.0 transitive dependency under eclipse is not given anymore (since the recent upgrade to JAXB 2.2.11)

2014-12-30 Thread bvahdat
Repository: camel Updated Branches: refs/heads/master d19aa64fe -> 85826c026 The 'problematic' old JSR173 1.0 transitive dependency under eclipse is not given anymore (since the recent upgrade to JAXB 2.2.11) Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us

camel git commit: Better stick to the 'accurately' given xsd through the dependency chain instead of a given 'specific' one

2014-12-30 Thread bvahdat
Repository: camel Updated Branches: refs/heads/master 94f5694d8 -> d19aa64fe Better stick to the 'accurately' given xsd through the dependency chain instead of a given 'specific' one Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/came

camel git commit: CAMEL-8198: Fix the broken build

2014-12-30 Thread bvahdat
Repository: camel Updated Branches: refs/heads/master 6e1493792 -> 94f5694d8 CAMEL-8198: Fix the broken build Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/94f5694d Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/

camel git commit: CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress.

2014-12-30 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master c230ccef8 -> 6e1493792 CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress. Project: http://git-wip-us.apache.org/repos/asf/cam

camel git commit: CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress.

2014-12-30 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master c971733d8 -> c230ccef8 CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress. Project: http://git-wip-us.apache.org/repos/asf/cam

svn commit: r934407 - in /websites/production/camel/content: cache/main.pageCache camel-2150-release.html

2014-12-30 Thread buildbot
Author: buildbot Date: Tue Dec 30 12:18:56 2014 New Revision: 934407 Log: Production update by buildbot for camel Modified: websites/production/camel/content/cache/main.pageCache websites/production/camel/content/camel-2150-release.html Modified: websites/production/camel/content/cache/m

camel git commit: CAMEL-8198: Upgrade to JAXB 2.2.11

2014-12-30 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master d4f7185c1 -> c971733d8 CAMEL-8198: Upgrade to JAXB 2.2.11 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/c971733d Tree: http://git-wip-us.apache.org/repos/asf/camel/tr

[11/11] camel git commit: Dependency upgrades

2014-12-30 Thread davsclaus
Dependency upgrades Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d4f7185c Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d4f7185c Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/d4f7185c Branch: refs/heads

commits@camel.apache.org

2014-12-30 Thread davsclaus
-Added support for decrypting parts of property values -- Example property: some.endpoint=http://somehost?authUsername=username&authPassword=ENC(BjAoLxfpb1h)&token=ENC(ZWbB211g) -- Decrypted result: some.endpoint=http://somehost?authUsername=username&authPassword=password&token=sometoken -Added p

[09/11] camel git commit: Checkstyle fix. Formatting in javadoc. Moved public methods to the top.

2014-12-30 Thread davsclaus
Checkstyle fix. Formatting in javadoc. Moved public methods to the top. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/fee22c85 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/fee22c85 Diff: http://git-wip-us.apache.o

[04/11] camel git commit: Moved setter methods to the bottom.

2014-12-30 Thread davsclaus
Moved setter methods to the bottom. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d74fe42b Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d74fe42b Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/d74fe42b Br

[06/11] camel git commit: Changes to pass checkstyle checks.

2014-12-30 Thread davsclaus
Changes to pass checkstyle checks. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/594379b0 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/594379b0 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/594379b0 Bra

[08/11] camel git commit: CAMEL-8189: Updated README to account for updated archetype properties

2014-12-30 Thread davsclaus
CAMEL-8189: Updated README to account for updated archetype properties Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/9d332d02 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/9d332d02 Diff: http://git-wip-us.apache.or

[10/11] camel git commit: CAMEL-8189: Corrected package issue in camel-archetype-scr and aligned properties to other archetypes

2014-12-30 Thread davsclaus
CAMEL-8189: Corrected package issue in camel-archetype-scr and aligned properties to other archetypes Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/00b50b45 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/00b50b45 D

[07/11] camel git commit: Require Maven 3.1.1 or better

2014-12-30 Thread davsclaus
Require Maven 3.1.1 or better Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/37e6c1de Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/37e6c1de Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/37e6c1de Branch:

[03/11] camel git commit: Removed getter methods for encryptor, password and algorithm.

2014-12-30 Thread davsclaus
Removed getter methods for encryptor, password and algorithm. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/5b3b85eb Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/5b3b85eb Diff: http://git-wip-us.apache.org/repos/a

[01/11] camel git commit: Improved unit test coverage for JasyptPropertiesParser.

2014-12-30 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master 400477f3a -> d4f7185c1 Improved unit test coverage for JasyptPropertiesParser. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/b5d9a00e Tree: http://git-wip-us.apache.o

[05/11] camel git commit: Changed type from StandardPBEStringEncryptor to StringEncryptor interface for getEncryptor() and setEncryptor().

2014-12-30 Thread davsclaus
Changed type from StandardPBEStringEncryptor to StringEncryptor interface for getEncryptor() and setEncryptor(). Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d5556f6e Tree: http://git-wip-us.apache.org/repos/asf/camel/tree

[14/29] camel git commit: CAMEL-7999: JAXB in DSL should be aligned and all use XmlAccessType.FIELD

2014-12-30 Thread davsclaus
CAMEL-7999: JAXB in DSL should be aligned and all use XmlAccessType.FIELD Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/24dfea82 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/24dfea82 Diff: http://git-wip-us.apache

[29/29] camel git commit: CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress.

2014-12-30 Thread davsclaus
CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/400477f3 Tree

[23/29] camel git commit: Fixed CS

2014-12-30 Thread davsclaus
Fixed CS Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a1e24bde Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a1e24bde Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/a1e24bde Branch: refs/heads/master Com

[05/29] camel git commit: CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress.

2014-12-30 Thread davsclaus
CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d44741ba Tree

[01/29] camel git commit: CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress.

2014-12-30 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master 1c1f6e417 -> 400477f3a CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress. Project: http://git-wip-us.apache.org/repos/asf/cam

[10/29] camel git commit: CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress.

2014-12-30 Thread davsclaus
CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ea702231 Tree

[09/29] camel git commit: CAMEL-7999: DSL should use consistent shortName which uses the name from the JAXB annotations

2014-12-30 Thread davsclaus
CAMEL-7999: DSL should use consistent shortName which uses the name from the JAXB annotations Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/294c91a3 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/294c91a3 Diff: htt

[19/29] camel git commit: CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress.

2014-12-30 Thread davsclaus
CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/0d5a6a6a Tree

[18/29] camel git commit: CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress.

2014-12-30 Thread davsclaus
CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/fe630137 Tree

[08/29] camel git commit: CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress.

2014-12-30 Thread davsclaus
CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/3f15fe0f Tree

[03/29] camel git commit: Upgrade to JAXB 2.2.11

2014-12-30 Thread davsclaus
Upgrade to JAXB 2.2.11 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/0fbe725f Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/0fbe725f Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/0fbe725f Branch: refs/he

[22/29] camel git commit: CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress.

2014-12-30 Thread davsclaus
CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e9e16b87 Tree

[16/29] camel git commit: CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress.

2014-12-30 Thread davsclaus
CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e2d5d526 Tree

[26/29] camel git commit: CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress.

2014-12-30 Thread davsclaus
CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/03067ae6 Tree

[25/29] camel git commit: CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress.

2014-12-30 Thread davsclaus
CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a371de7b Tree

[21/29] camel git commit: CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress.

2014-12-30 Thread davsclaus
CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/02c1e0b4 Tree

[28/29] camel git commit: CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress.

2014-12-30 Thread davsclaus
CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f4673d5a Tree

[27/29] camel git commit: CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress.

2014-12-30 Thread davsclaus
CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f2373be9 Tree

[20/29] camel git commit: CAMEL-7999: Added missing name to JAXB in the DSL for the resequencer config types

2014-12-30 Thread davsclaus
CAMEL-7999: Added missing name to JAXB in the DSL for the resequencer config types Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/b96e2667 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/b96e2667 Diff: http://git-wip

[15/29] camel git commit: CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress.

2014-12-30 Thread davsclaus
CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/3201b216 Tree

[24/29] camel git commit: CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress.

2014-12-30 Thread davsclaus
CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/8712396d Tree

[07/29] camel git commit: CAMEL-7999: DSL should use consistent shortName which uses the name from the JAXB annotations

2014-12-30 Thread davsclaus
CAMEL-7999: DSL should use consistent shortName which uses the name from the JAXB annotations Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d8a49f26 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d8a49f26 Diff: htt

[04/29] camel git commit: CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress.

2014-12-30 Thread davsclaus
CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/cb068eb1 Tree

[12/29] camel git commit: CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress.

2014-12-30 Thread davsclaus
CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/042abb9e Tree

[17/29] camel git commit: CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress.

2014-12-30 Thread davsclaus
CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/81890fad Tree

[11/29] camel git commit: CAMEL-7999: Fixed minor naming mismatch in the DSL for interceptSendToEndpoint

2014-12-30 Thread davsclaus
CAMEL-7999: Fixed minor naming mismatch in the DSL for interceptSendToEndpoint Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/97f13a43 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/97f13a43 Diff: http://git-wip-us.a

[02/29] camel git commit: CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress.

2014-12-30 Thread davsclaus
CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/1985881e Tree

[06/29] camel git commit: CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress.

2014-12-30 Thread davsclaus
CAMEL-7999: apt compiler to generate json schema documentation for the model, whcih we later use to enrich the xml xsd to include documentation. Work in progress. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/1ee75b43 Tree

[13/29] camel git commit: Revert "Upgrade to JAXB 2.2.11"

2014-12-30 Thread davsclaus
Revert "Upgrade to JAXB 2.2.11" This reverts commit 489c038486a39af3882701fac73424de77b1b2f2. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/84201a1f Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/84201a1f Diff: htt