Camel 2.11.0 Release
Page edited by Claus Ibsen
Changes (2)
...
* Added robust connection support for [JMX]. Optional {{testConnectionOnStartup
Author: davsclaus
Date: Tue Sep 25 06:44:17 2012
New Revision: 1389728
URL: http://svn.apache.org/viewvc?rev=1389728&view=rev
Log:
CAMEL-4857: Allow components to use rawUri when creating endpoints. This give
component developers full control whether to use raw or encoded uri.
Added:
camel/
Author: ffang
Date: Tue Sep 25 03:31:30 2012
New Revision: 1389699
URL: http://svn.apache.org/viewvc?rev=1389699&view=rev
Log:
[CAMEL-5640]Camel Karaf Commands - Add timeout option to stop route command
Modified:
camel/trunk/platforms/karaf/commands/src/main/java/org/apache/camel/karaf/comma
Author: cmueller
Date: Mon Sep 24 22:37:58 2012
New Revision: 1389639
URL: http://svn.apache.org/viewvc?rev=1389639&view=rev
Log:
added tests/camel-itest-cdi to svn:ignore
Modified:
camel/trunk/tests/camel-itest-cdi/ (props changed)
Propchange: camel/trunk/tests/camel-itest-cdi/
--
Author: cmueller
Date: Mon Sep 24 22:36:07 2012
New Revision: 1389635
URL: http://svn.apache.org/viewvc?rev=1389635&view=rev
Log:
fixed org.apache.camel.itest.osgi.aws.AwsS3Test
Modified:
camel/branches/camel-2.9.x/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/aws/AmazonSQ
Author: cmueller
Date: Mon Sep 24 22:29:36 2012
New Revision: 1389634
URL: http://svn.apache.org/viewvc?rev=1389634&view=rev
Log:
fixed org.apache.camel.itest.osgi.aws.AwsS3Test
Modified:
camel/branches/camel-2.10.x/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/aws/AmazonS
Author: cmueller
Date: Mon Sep 24 22:22:39 2012
New Revision: 1389632
URL: http://svn.apache.org/viewvc?rev=1389632&view=rev
Log:
fixed org.apache.camel.itest.osgi.aws.AwsS3Test
Modified:
camel/trunk/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/aws/AmazonSQSClientMock.jav
Author: cmueller
Date: Mon Sep 24 22:20:55 2012
New Revision: 1389630
URL: http://svn.apache.org/viewvc?rev=1389630&view=rev
Log:
added examples/camel-example-cdi/target to svn:ignore
Modified:
camel/trunk/examples/camel-example-cdi/ (props changed)
Propchange: camel/trunk/examples/camel-e
Author: buildbot
Date: Mon Sep 24 22:17:34 2012
New Revision: 832928
Log:
Production update by buildbot for camel
Modified:
websites/production/camel/content/cache/main.pageCache
websites/production/camel/content/sjms.html
Modified: websites/production/camel/content/cache/main.pageCache
Author: sully6768
Date: Mon Sep 24 22:14:44 2012
New Revision: 1389625
URL: http://svn.apache.org/viewvc?rev=1389625&view=rev
Log:
Checkstyle fixes
Modified:
camel/trunk/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/tx/BatchTransactedQueueProducerTest.java
camel/tr
Author: sully6768
Date: Mon Sep 24 22:05:46 2012
New Revision: 1389621
URL: http://svn.apache.org/viewvc?rev=1389621&view=rev
Log:
Document clean up and test fix for BatchTransactions
Modified:
camel/trunk/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/tx/BatchTransacted
Author: sully6768
Date: Mon Sep 24 22:05:40 2012
New Revision: 1389620
URL: http://svn.apache.org/viewvc?rev=1389620&view=rev
Log:
Document clean up and test fix for BatchTransactions
Modified:
camel/trunk/components/camel-sjms/src/main/java/org/apache/camel/component/sjms/BatchMessage.java
SJMS
Page edited by Scott England-Sullivan
Comment:
Formatting document forcontent flow
Changes (20)
...
{note}
Author: davsclaus
Date: Mon Sep 24 12:25:43 2012
New Revision: 1389330
URL: http://svn.apache.org/viewvc?rev=1389330&view=rev
Log:
URISupport.parseQuery should return empty map as stated in javadoc. Polished
javadoc.
Modified:
camel/branches/camel-2.9.x/ (props changed)
camel/branches
Author: davsclaus
Date: Mon Sep 24 12:23:25 2012
New Revision: 1389329
URL: http://svn.apache.org/viewvc?rev=1389329&view=rev
Log:
URISupport.parseQuery should return empty map as stated in javadoc. Polished
javadoc.
Modified:
camel/branches/camel-2.10.x/ (props changed)
camel/branche
Author: davsclaus
Date: Mon Sep 24 12:20:25 2012
New Revision: 1389326
URL: http://svn.apache.org/viewvc?rev=1389326&view=rev
Log:
URISupport.parseQuery should return empty map as stated in javadoc. Polished
javadoc.
Modified:
camel/trunk/camel-core/src/main/java/org/apache/camel/util/URISup
Author: davsclaus
Date: Mon Sep 24 12:18:09 2012
New Revision: 1389325
URL: http://svn.apache.org/viewvc?rev=1389325&view=rev
Log:
CAMEL-5611: Added singleton based jndi context factory. Can be used for testing
purposes etc. Thanks to Benjamin Graf for patch.
Modified:
camel/trunk/camel-cor
Author: davsclaus
Date: Mon Sep 24 11:40:04 2012
New Revision: 1389304
URL: http://svn.apache.org/viewvc?rev=1389304&view=rev
Log:
CAMEL-5611: Added singleton based jndi context factory. Can be used for testing
purposes etc. Thanks to Benjamin Graf for patch.
Added:
camel/trunk/camel-core/s
Author: jstrachan
Date: Mon Sep 24 11:05:12 2012
New Revision: 1389294
URL: http://svn.apache.org/viewvc?rev=1389294&view=rev
Log:
avoid unnecessary extra injection point
Modified:
camel/trunk/components/camel-cdi/src/test/java/org/apache/camel/cdi/CamelContextAwareTest.java
Modified:
came
Author: jstrachan
Date: Mon Sep 24 11:02:03 2012
New Revision: 1389291
URL: http://svn.apache.org/viewvc?rev=1389291&view=rev
Log:
re-enabled the IntegrationTest of camel-cdi and moved the properties test into
a separate package so its a bit easier to test the two integration tests in
Arquillian
Author: davsclaus
Date: Mon Sep 24 09:05:27 2012
New Revision: 1389254
URL: http://svn.apache.org/viewvc?rev=1389254&view=rev
Log:
CAMEL-5644: Bean component - Should use try conversion when choosing method
based on parameter type matching.
Modified:
camel/branches/camel-2.9.x/ (props chan
Author: davsclaus
Date: Mon Sep 24 09:04:19 2012
New Revision: 1389253
URL: http://svn.apache.org/viewvc?rev=1389253&view=rev
Log:
CAMEL-5644: Bean component - Should use try conversion when choosing method
based on parameter type matching.
Modified:
camel/branches/camel-2.10.x/ (props cha
Author: davsclaus
Date: Mon Sep 24 09:01:25 2012
New Revision: 1389251
URL: http://svn.apache.org/viewvc?rev=1389251&view=rev
Log:
CAMEL-5644: Bean component - Should use try conversion when choosing method
based on parameter type matching.
Modified:
camel/trunk/camel-core/src/main/java/org
Author: davsclaus
Date: Mon Sep 24 07:44:30 2012
New Revision: 1389236
URL: http://svn.apache.org/viewvc?rev=1389236&view=rev
Log:
Fixed test after change in hl7 in Camel 2.11
Modified:
camel/trunk/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/hl7/HL7DataFormatTest.java
M
24 matches
Mail list logo