Author: davsclaus
Date: Fri Jul 9 06:12:52 2010
New Revision: 962425
URL: http://svn.apache.org/viewvc?rev=962425&view=rev
Log:
CAMEL-2919: Polished
Modified:
camel/trunk/camel-core/src/main/java/org/apache/camel/impl/DefaultDebugger.java
Modified:
camel/trunk/camel-core/src/main/java/org
Author: davsclaus
Date: Fri Jul 9 06:03:52 2010
New Revision: 962423
URL: http://svn.apache.org/viewvc?rev=962423&view=rev
Log:
CAMEL-2927: Fixed examples a bit.
Modified:
camel/trunk/camel-core/src/test/java/org/apache/camel/processor/aggregator/AggregateGroupedExchangeBatchSizeTest.java
Camel 2.x - Debugger API
Page edited by Claus Ibsen
Changes (2)
...
In the Java editor the debugger is capable of single stepping when a breakpoint is hit.
Camel 2.4.0 Release
Page edited by Claus Ibsen
Changes (1)
...
* Introduced [ProcessorFactory] to be able to use a custom factory to be able to manipulate [
Author: davsclaus
Date: Fri Jul 9 05:40:26 2010
New Revision: 962415
URL: http://svn.apache.org/viewvc?rev=962415&view=rev
Log:
Fixed test
Modified:
camel/trunk/components/camel-nagios/src/test/java/org/apache/camel/component/nagios/NagiosConfiguraitonRefTest.java
camel/trunk/component
Author: hadrian
Date: Fri Jul 9 04:14:30 2010
New Revision: 962396
URL: http://svn.apache.org/viewvc?rev=962396&view=rev
Log:
CAMEL-2925. Set forkMode=once
Modified:
camel/trunk/examples/camel-example-cxf/pom.xml
camel/trunk/examples/camel-example-loan-broker/pom.xml
camel/trunk/exam
Author: hadrian
Date: Thu Jul 8 20:35:28 2010
New Revision: 961922
URL: http://svn.apache.org/viewvc?rev=961922&view=rev
Log:
CAMEL-2915. Patch for camel-xstream applied with thanks to Mark
Added:
camel/trunk/components/camel-xstream/src/test/java/org/apache/camel/dataformat/xstream/Purchas
Author: hadrian
Date: Thu Jul 8 19:04:00 2010
New Revision: 961881
URL: http://svn.apache.org/viewvc?rev=961881&view=rev
Log:
CAMEL-2915. Changes in camel-core for the XStreamDataFormat
Modified:
camel/trunk/camel-core/src/main/java/org/apache/camel/model/dataformat/XStreamDataFormat.java
Camel 2.4.0 Release
Page edited by Claus Ibsen
Changes (1)
...
* Consolidated support for per platform disabling of tests across the entire test suite. * In
Author: davsclaus
Date: Thu Jul 8 17:53:08 2010
New Revision: 961848
URL: http://svn.apache.org/viewvc?rev=961848&view=rev
Log:
CAMEL-2909: OracleAQ does not support JMSType header.
Modified:
camel/trunk/components/camel-jms/src/main/java/org/apache/camel/component/jms/JmsBinding.java
Modi
Author: davsclaus
Date: Thu Jul 8 17:52:34 2010
New Revision: 961847
URL: http://svn.apache.org/viewvc?rev=961847&view=rev
Log:
CAMEL-2909: OracleAQ does not support JMSType header.
Modified:
camel/trunk/components/camel-jms/src/main/java/org/apache/camel/component/jms/JmsBinding.java
Modi
Author: hadrian
Date: Thu Jul 8 15:21:34 2010
New Revision: 961801
URL: http://svn.apache.org/viewvc?rev=961801&view=rev
Log:
Speed up tests a bit
Modified:
camel/trunk/components/camel-spring/pom.xml
camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/CustomProces
Author: davsclaus
Date: Thu Jul 8 13:46:09 2010
New Revision: 961767
URL: http://svn.apache.org/viewvc?rev=961767&view=rev
Log:
CAMEL-2919: only one single step at a given time is allowed.
Modified:
camel/trunk/camel-core/src/main/java/org/apache/camel/impl/DefaultDebugger.java
camel/tr
Author: jstrachan
Date: Thu Jul 8 13:16:54 2010
New Revision: 961759
URL: http://svn.apache.org/viewvc?rev=961759&view=rev
Log:
made it easier to reuse the CamelResourceConfig class, letting you pass in the
packages as a constructor
Modified:
camel/trunk/components/camel-web/src/main/java/
Author: jstrachan
Date: Thu Jul 8 13:11:50 2010
New Revision: 961755
URL: http://svn.apache.org/viewvc?rev=961755&view=rev
Log:
made it easier to reuse the CamelResourceConfig class
Modified:
camel/trunk/components/camel-web/src/main/java/org/apache/camel/web/util/CamelResourceConfig.java
Camel 2.x - Debugger API
Page edited by Claus Ibsen
Changes (3)
...
The processing is based on a {{before}} and {{after}} callback when the [Exchange] is be
Camel 2.x - Debugger API
Page added by Claus Ibsen
Camel 2.x - Debugger API
Available as of Camel 2.4
There is a new org.apache.camel.spi.Debugger API which allows 3rd party to attach a debugger tooling to debug Exchanges in Camel routes.
Th
Author: davsclaus
Date: Thu Jul 8 12:23:02 2010
New Revision: 961732
URL: http://svn.apache.org/viewvc?rev=961732&view=rev
Log:
CAMEL-2919: Added single step feature to Debugger.
Added:
camel/trunk/camel-core/src/test/java/org/apache/camel/processor/interceptor/DebugSingleStepConditionTest.
Author: davsclaus
Date: Thu Jul 8 08:29:21 2010
New Revision: 961627
URL: http://svn.apache.org/viewvc?rev=961627&view=rev
Log:
CAMEL-2919: Debugger API
Modified:
camel/trunk/camel-core/src/main/java/org/apache/camel/Exchange.java
camel/trunk/camel-core/src/main/java/org/apache/camel/im
Author: davsclaus
Date: Thu Jul 8 07:43:35 2010
New Revision: 961615
URL: http://svn.apache.org/viewvc?rev=961615&view=rev
Log:
CAMEL-2919: Debugger API
Added:
camel/trunk/camel-core/src/main/java/org/apache/camel/impl/ConditionSupport.java
(with props)
camel/trunk/camel-core/src/ma
20 matches
Mail list logo