Author: dvaleri
Date: Thu Mar 21 16:43:27 2013
New Revision: 1459393
URL: http://svn.apache.org/r1459393
Log:
[CAMEL-6195] Applied Christian's patch with minor updates for CS compliance and
completeness.
Removed:
camel/trunk/components/camel-ftp/src/test/java/org/apache/camel/comp
Author: dvaleri
Date: Thu Feb 21 13:26:38 2013
New Revision: 1448633
URL: http://svn.apache.org/r1448633
Log:
[CAMEL-6090] Updated JSCH to implement new operations method.
Modified:
camel/trunk/components/camel-jsch/src/main/java/org/apache/camel/component/jsch/ScpOperations.java
Modified
Author: dvaleri
Date: Wed Feb 20 21:10:14 2013
New Revision: 1448415
URL: http://svn.apache.org/r1448415
Log:
[CAMEL-6090] Added missing method update to test implementation class.
Modified:
camel/trunk/camel-core/src/test/java/org/apache/camel/component/file/strategy
Author: dvaleri
Date: Wed Feb 20 14:47:06 2013
New Revision: 1448198
URL: http://svn.apache.org/r1448198
Log:
[CAMEL-6090] Added streaming option for retreival of remote files.
Added:
camel/trunk/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote
Author: dvaleri
Date: Wed Aug 22 14:48:05 2012
New Revision: 1376081
URL: http://svn.apache.org/viewvc?rev=1376081&view=rev
Log:
[CAMEL-4814] Added use of dynamic ports for tests while retaining static ports
for stand-alone example execution.
Removed:
camel/trunk/examples/camel-example
Author: dvaleri
Date: Thu Jun 21 14:20:49 2012
New Revision: 1352541
URL: http://svn.apache.org/viewvc?rev=1352541&view=rev
Log:
[CAMEL-5310] Added some optimizations around choice log statements.
Modified:
camel/trunk/camel-core/src/main/java/org/apache/camel/util/
Author: dvaleri
Date: Wed Jun 20 19:16:21 2012
New Revision: 1352270
URL: http://svn.apache.org/viewvc?rev=1352270&view=rev
Log:
[CAMEL-5310] Added detailed logging to the configuration utility.
Modified:
camel/trunk/camel-core/src/main/java/org/apache/camel/util/
Author: dvaleri
Date: Mon Apr 23 18:22:29 2012
New Revision: 1329360
URL: http://svn.apache.org/viewvc?rev=1329360&view=rev
Log:
[CAMEL-4279] Moved SSL test to use Jetty instead of Sun HTTP server.
Added:
camel/trunk/components/camel-spring-ws/src/test/resources/org/apache/camel/compo
Author: dvaleri
Date: Fri Apr 20 03:13:51 2012
New Revision: 1328185
URL: http://svn.apache.org/viewvc?rev=1328185&view=rev
Log:
[CAMEL-4297] Moved message sender initialization to producer initialization,
corrected problematic WebServiceTemplate sharing in tests, and fixed issue with
set
Author: dvaleri
Date: Mon Apr 16 19:30:44 2012
New Revision: 1326761
URL: http://svn.apache.org/viewvc?rev=1326761&view=rev
Log:
Added annotation and tests for MockEndpointsAndSkip feature in CamelTestSupport.
Added:
camel/trunk/components/camel-test-spring/src/main/java/org/apache/c
Author: dvaleri
Date: Mon Apr 16 19:03:24 2012
New Revision: 1326746
URL: http://svn.apache.org/viewvc?rev=1326746&view=rev
Log:
[CAMEL-4279] [CAMEL-4998] Added support to Spring WS Producer for JSSE
Configuration Util and refactored risky code for setting connection timeout.
Added:
c
Author: dvaleri
Date: Mon Mar 26 16:17:22 2012
New Revision: 1305425
URL: http://svn.apache.org/viewvc?rev=1305425&view=rev
Log:
[CAMEL-4987] Implemented new methods for Spring 3.1.
Modified:
camel/trunk/components/camel-test-spring/src/main/java/org/apache/camel/test/sp
Author: dvaleri
Date: Mon Mar 5 15:49:58 2012
New Revision: 1297097
URL: http://svn.apache.org/viewvc?rev=1297097&view=rev
Log:
[CAMEL-4665] Added support for JSSE Configuration Utility to Camel Mail
component.
Added:
camel/trunk/components/camel-mail/src/test/java/org/apache/c
Author: dvaleri
Date: Thu Mar 1 23:35:34 2012
New Revision: 1295991
URL: http://svn.apache.org/viewvc?rev=1295991&view=rev
Log:
[CAMEL-4081] Updated AHC to 1.7.1 and removed workaround.
Modified:
camel/trunk/components/camel-ahc/src/main/java/org/apache/camel/component
Author: dvaleri
Date: Thu Mar 1 22:52:57 2012
New Revision: 1295962
URL: http://svn.apache.org/viewvc?rev=1295962&view=rev
Log:
[CAMEL-4987] Minor documentation tweaks and fix of a false positive unit test
in Spring Test support.
Modified:
camel/trunk/components/camel-test-spring/src/
Author: dvaleri
Date: Thu Mar 1 19:07:13 2012
New Revision: 1295748
URL: http://svn.apache.org/viewvc?rev=1295748&view=rev
Log:
[CAMEL-4987] Updated test for use as a documentation example.
Modified:
camel/trunk/components/camel-test-spring/src/test/java/org/apache/camel/test/ju
Author: dvaleri
Date: Thu Mar 1 17:10:58 2012
New Revision: 1295679
URL: http://svn.apache.org/viewvc?rev=1295679&view=rev
Log:
[CAMEL-4840] Deprecated JUnit 3.x based test support classes.
Modified:
camel/trunk/components/camel-test-spring/src/main/java/org/apache/camel/
Author: dvaleri
Date: Thu Mar 1 15:59:55 2012
New Revision: 1295642
URL: http://svn.apache.org/viewvc?rev=1295642&view=rev
Log:
[CAMEL-4987] Integrate Spring Test with Camel test support for TestNG.
Added:
camel/trunk/components/camel-testng/src/main/java/org/apache/camel/te
Author: dvaleri
Date: Thu Mar 1 15:50:19 2012
New Revision: 1295633
URL: http://svn.apache.org/viewvc?rev=1295633&view=rev
Log:
[CAMEL-5037] Added support for JSSE Confoguration Utility to Mina 2 component.
Added:
camel/trunk/components/camel-mina2/src/test/java/org/apache/camel/compo
Author: dvaleri
Date: Tue Feb 7 12:49:03 2012
New Revision: 1241450
URL: http://svn.apache.org/viewvc?rev=1241450&view=rev
Log:
[CAMEL-4987] Reverting TestNG support until review of code is complete.
Removed:
camel/trunk/components/camel-testng/src/main/java/org/apache/camel/te
Author: dvaleri
Date: Mon Feb 6 20:11:30 2012
New Revision: 1241144
URL: http://svn.apache.org/viewvc?rev=1241144&view=rev
Log:
[CAMEL-4987] Push of initial Spring Test integration code for TestNG.
Added:
camel/trunk/components/camel-testng/src/main/java/org/apache/camel/te
Added:
camel/trunk/components/camel-test-spring/src/test/java/org/apache/camel/test/junit4/CamelSpringJUnit4ClassRunnerPlainTest.java
URL:
http://svn.apache.org/viewvc/camel/trunk/components/camel-test-spring/src/test/java/org/apache/camel/test/junit4/CamelSpringJUnit4ClassRunnerPlainTest.java?re
Author: dvaleri
Date: Thu Dec 1 00:13:30 2011
New Revision: 1208903
URL: http://svn.apache.org/viewvc?rev=1208903&view=rev
Log:
[CAMEL-4720] Add support for Camel JSSE Configuration Util to FTPS component.
Added:
camel/trunk/components/camel-ftp/src/test/java/org/apache/camel/compo
Author: dvaleri
Date: Tue Nov 15 15:53:24 2011
New Revision: 1202260
URL: http://svn.apache.org/viewvc?rev=1202260&view=rev
Log:
[CAMEL-4663] Added support for TLS config using the JSSE Config Utility
Added:
camel/trunk/components/camel-cometd/src/test/java/org/apache/camel/component/co
Author: dvaleri
Date: Tue Nov 15 15:41:23 2011
New Revision: 1202250
URL: http://svn.apache.org/viewvc?rev=1202250&view=rev
Log:
Reverted premature commit.
Modified:
camel/trunk/components/camel-mail/src/main/java/org/apache/camel/component/mail/MailConfiguration.java
Modified:
c
Author: dvaleri
Date: Tue Nov 15 15:38:48 2011
New Revision: 1202248
URL: http://svn.apache.org/viewvc?rev=1202248&view=rev
Log:
Reverted premature commit.
Removed:
camel/trunk/components/camel-cometd/src/test/java/org/apache/camel/component/co
Author: dvaleri
Date: Tue Nov 15 15:29:04 2011
New Revision: 1202242
URL: http://svn.apache.org/viewvc?rev=1202242&view=rev
Log:
[CAMEL-4679] [CAMEL-4664] Corrrected URI parsing issues with password and port
settings. Added support for JSSE Config Utility.
Added:
camel/trunk/compon
Author: dvaleri
Date: Fri Oct 21 14:40:19 2011
New Revision: 1187373
URL: http://svn.apache.org/viewvc?rev=1187373&view=rev
Log:
[CAMEL-4572] Added missing unit test coverage for Netty SSLContextParameters
support.
Added:
camel/trunk/components/camel-netty/src/test/java/org/apache/c
Author: dvaleri
Date: Fri Oct 21 14:18:11 2011
New Revision: 1187357
URL: http://svn.apache.org/viewvc?rev=1187357&view=rev
Log:
[CAMEL-4572] Add support for SSLContextParameters based TLS configuration.
Modified:
camel/trunk/components/camel-netty/src/main/java/org/apache/camel/compo
Author: dvaleri
Date: Thu Oct 6 22:42:46 2011
New Revision: 1179889
URL: http://svn.apache.org/viewvc?rev=1179889&view=rev
Log:
[CAMEL-4521] Apply the Camel message body content as the HTTP request body for
HTTP PUT requests. Patch applied with thanks to Rich Newcomb.
Added:
camel/t
Author: dvaleri
Date: Thu Oct 6 21:07:28 2011
New Revision: 1179853
URL: http://svn.apache.org/viewvc?rev=1179853&view=rev
Log:
[CAMEL-4520] [CAMEL-3775] Added support for custom prefix/suffix tokens and
custom property name prefix and suffix strings to XML based configuration and
f
Author: dvaleri
Date: Wed Oct 5 20:42:20 2011
New Revision: 1179429
URL: http://svn.apache.org/viewvc?rev=1179429&view=rev
Log:
[CAMEL-4520] [CAMEL-3775] Added support for custom prefix/suffix tokens as well
as custom property name prefix and suffix strings.
Added:
camel/trunk/camel-
Author: dvaleri
Date: Thu Sep 29 19:11:34 2011
New Revision: 1177403
URL: http://svn.apache.org/viewvc?rev=1177403&view=rev
Log:
Merged revisions 1177397 via svnmerge from
https://svn.apache.org/repos/asf/camel/branches/camel-2.8.x
r1177397 | dvaleri | 2011-09-29 14:5
Author: dvaleri
Date: Thu Sep 29 18:54:27 2011
New Revision: 1177397
URL: http://svn.apache.org/viewvc?rev=1177397&view=rev
Log:
Merged revisions 1177394 via svnmerge from
https://svn.apache.org/repos/asf/camel/trunk
r1177394 | dvaleri | 2011-09-29 14:42:53 -0400 (Thu, 29 Sep
Author: dvaleri
Date: Thu Sep 29 18:42:53 2011
New Revision: 1177394
URL: http://svn.apache.org/viewvc?rev=1177394&view=rev
Log:
[CAMEL-4504] Added unit test to cover bean expressions that throw excetpions
fix from 2.4.0.
Added:
camel/trunk/camel-core/src/test/java/org/apache/c
35 matches
Mail list logo