svn commit: r1388965 - /camel/branches/camel-2.9.x/camel-core/src/test/java/org/apache/camel/management/ManagedRouteStopAndStartCleanupTest.java

2012-09-23 Thread davsclaus
Author: davsclaus Date: Sun Sep 23 07:21:12 2012 New Revision: 1388965 URL: http://svn.apache.org/viewvc?rev=1388965view=rev Log: Fixed test due last commit. Only affects Camel 2.9 as not all processors is registered by default in JMX. Modified:

svn commit: r1388976 - /camel/trunk/parent/pom.xml

2012-09-23 Thread davsclaus
Author: davsclaus Date: Sun Sep 23 08:38:50 2012 New Revision: 1388976 URL: http://svn.apache.org/viewvc?rev=1388976view=rev Log: Upgraded to JAXB 2.2.6 for java7 Modified: camel/trunk/parent/pom.xml Modified: camel/trunk/parent/pom.xml URL:

svn commit: r1388983 - /camel/trunk/components/camel-jaxb/src/main/java/org/apache/camel/converter/jaxb/NamespacePrefixMapperFactory.java

2012-09-23 Thread bvahdat
Author: bvahdat Date: Sun Sep 23 09:03:55 2012 New Revision: 1388983 URL: http://svn.apache.org/viewvc?rev=1388983view=rev Log: Corrected the typo by the SUN_JAXB_21_MAPPER class name causing the unit-test 'org.apache.camel.jaxb.JaxbMarshalNamespacePrefixMapperTest' to fail. Modified:

[CONF] Apache Camel Simple

2012-09-23 Thread confluence
Simple Page edited by Claus Ibsen Changes (2) ... | \+\+ | *Camel 2.9:* To increment a number by one. | | \-\- | *Camel 2.9:* To decrement a

[CONF] Apache Camel Camel 2.11.0 Release

2012-09-23 Thread confluence
Camel 2.11.0 Release Page edited by Claus Ibsen Changes (1) ... * The default value of the {{delay}} option on [Timer] has been changed from

svn commit: r832822 - in /websites/production/camel/content: book-in-one-page.html book-languages-appendix.html cache/main.pageCache camel-2110-release.html simple.html

2012-09-23 Thread buildbot
Author: buildbot Date: Sun Sep 23 12:19:13 2012 New Revision: 832822 Log: Production update by buildbot for camel Modified: websites/production/camel/content/book-in-one-page.html websites/production/camel/content/book-languages-appendix.html

svn commit: r1389074 - in /camel/branches/camel-2.10.x/camel-core/src: main/java/org/apache/camel/util/FileUtil.java test/java/org/apache/camel/util/FileUtilTest.java

2012-09-23 Thread cmueller
Author: cmueller Date: Sun Sep 23 15:07:50 2012 New Revision: 1389074 URL: http://svn.apache.org/viewvc?rev=1389074view=rev Log: fixed a regression in camel-ftp which was introduced with rev 1388906 Modified:

svn commit: r1389080 - in /camel/branches/camel-2.9.x/camel-core/src: main/java/org/apache/camel/util/FileUtil.java test/java/org/apache/camel/util/FileUtilTest.java

2012-09-23 Thread cmueller
Author: cmueller Date: Sun Sep 23 15:31:55 2012 New Revision: 1389080 URL: http://svn.apache.org/viewvc?rev=1389080view=rev Log: fixed a regression in camel-ftp which was introduced with rev 1388906 Modified:

svn commit: r1389107 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/language/simple/SimpleTokenizer.java test/java/org/apache/camel/language/simple/SimpleTest.java

2012-09-23 Thread davsclaus
Author: davsclaus Date: Sun Sep 23 17:53:13 2012 New Revision: 1389107 URL: http://svn.apache.org/viewvc?rev=1389107view=rev Log: CAMEL-5642: Simple language - Limit escaping to newline related characters. Modified: