/[Apache-SVN]
ViewVC logotype

Revision 1173265


Jump to revision: Previous Next
Author: dkulp
Date: Tue Sep 20 17:23:35 2011 UTC (12 years, 7 months ago)
Changed paths: 1
Log Message:
Blocked revisions 1152250,1152789,1162130,1162303,1162716,1162753,1162771,1163153,1169608,1170077,1170079,1170215,1170397,1170482-1170483,1170499,1170542,1170643,1170670,1170675,1170695,1170854,1171007,1171054,1171058,1171063,1171065,1171087,1171112,1171134,1171156 via svnmerge

........
  r1152250 | davsclaus | 2011-07-29 10:57:33 -0400 (Fri, 29 Jul 2011) | 1 line
  
  CAMEL-4283: Fixed dump as xml if message is already xml.
........
  r1152789 | davsclaus | 2011-08-01 10:14:06 -0400 (Mon, 01 Aug 2011) | 1 line
  
  CAMEL-4288: Added showFiles option to log formatter.
........
  r1162130 | cschneider | 2011-08-26 10:44:26 -0400 (Fri, 26 Aug 2011) | 1 line
  
  CAMEL-4385 Test case that shows the problem
........
  r1162303 | davsclaus | 2011-08-27 03:12:20 -0400 (Sat, 27 Aug 2011) | 1 line
  
  Disabled test which fails due an issue with exchange copy. Added TODO. We want the tests to pass to have CI servers test all the stuff for us
........
  r1162716 | ningjiang | 2011-08-29 06:17:04 -0400 (Mon, 29 Aug 2011) | 1 line
  
  CAMEL-4351 Fixed the issue of placeholders in endpointName and serviceName attributes of cxf:cxfEndpoint
........
  r1162753 | cschneider | 2011-08-29 07:42:15 -0400 (Mon, 29 Aug 2011) | 1 line
  
  CAMEL-4385 Fix and test for bug
........
  r1162771 | ningjiang | 2011-08-29 08:47:00 -0400 (Mon, 29 Aug 2011) | 1 line
  
  CAMEL-4351 removed the need of customer QNameConverter
........
  r1163153 | ningjiang | 2011-08-30 05:19:11 -0400 (Tue, 30 Aug 2011) | 1 line
  
  CAMEL-3510 cxf namespace supports Camel properties placeholder out of the box
........
  r1169608 | davsclaus | 2011-09-12 01:52:11 -0400 (Mon, 12 Sep 2011) | 1 line
  
  Trying to fix compilation on earlier versions of JDK6 on windows boxes as reported by Apache Jenkins CI servers.
........
  r1170077 | davsclaus | 2011-09-13 04:18:08 -0400 (Tue, 13 Sep 2011) | 1 line
  
  CAMEL-3742: Upgraded camel-jpa to JPA2 spec. Thanks to Ioannis for the patch.
........
  r1170079 | davsclaus | 2011-09-13 04:21:19 -0400 (Tue, 13 Sep 2011) | 1 line
  
  CAMEL-4440: camel-csv now always return a List to be consistent regardless if 0, 1 or more rows returned. Thanks to Ioannis for the patch.
........
  r1170215 | davsclaus | 2011-09-13 11:42:48 -0400 (Tue, 13 Sep 2011) | 1 line
  
  CAMEL-4401: Resequencer validate exchange before accepting. Added option ignoreInvalidExchanges.
........
  r1170397 | hadrian | 2011-09-13 20:17:00 -0400 (Tue, 13 Sep 2011) | 1 line
  
  CAMEL-4448. Upgrade to org.restlet:2.0.9
........
  r1170482 | cschneider | 2011-09-14 05:01:37 -0400 (Wed, 14 Sep 2011) | 1 line
  
  CAMEL-4428 Introduce ModelCamelContext for all methods that reference model classes. These methods are deprecated in CamelContext
........
  r1170483 | ningjiang | 2011-09-14 05:03:51 -0400 (Wed, 14 Sep 2011) | 1 line
  
  Added an unit test to lookup the spring beans when using ejb component
........
  r1170499 | davsclaus | 2011-09-14 05:31:24 -0400 (Wed, 14 Sep 2011) | 1 line
  
  CAMEL-4401: Catch IAE exception only
........
  r1170542 | cschneider | 2011-09-14 07:25:51 -0400 (Wed, 14 Sep 2011) | 1 line
  
  CAMEL-4358 Moving management API from spi.management to api.management as it is no service provider interface
........
  r1170643 | cschneider | 2011-09-14 10:33:26 -0400 (Wed, 14 Sep 2011) | 1 line
  
  CAMEL-4358 Fixed compile failure in camel-spring
........
  r1170670 | cschneider | 2011-09-14 11:05:15 -0400 (Wed, 14 Sep 2011) | 1 line
  
  CAMEL-4358 Fixed compile failure in camel-jpa
........
  r1170675 | cschneider | 2011-09-14 11:14:44 -0400 (Wed, 14 Sep 2011) | 1 line
  
  CAMEL-4358 Fixed compile failure in camel-sql
........
  r1170695 | cschneider | 2011-09-14 11:52:23 -0400 (Wed, 14 Sep 2011) | 1 line
  
  CAMEL-4417 Move ExpressionAdapter and ExpressionSupport to support
........
  r1170854 | hadrian | 2011-09-14 17:28:12 -0400 (Wed, 14 Sep 2011) | 1 line
  
  CAMEL-4451. Use valid URIs in camel-restlet
........
  r1171007 | davsclaus | 2011-09-15 04:44:54 -0400 (Thu, 15 Sep 2011) | 1 line
  
  CAMEL-3742: Fixed tests. Must use ant task for OpenJPA enhancement to better control what happens
........
  r1171054 | cschneider | 2011-09-15 07:05:03 -0400 (Thu, 15 Sep 2011) | 1 line
  
  CAMEL-4453 Use ErrorHandlerFactory instead of Builder. Remove error handler from ProcessorDefinition and add it in RouteDefinition
........
  r1171058 | cschneider | 2011-09-15 07:21:13 -0400 (Thu, 15 Sep 2011) | 1 line
  
  Fixing checkstyle error
........
  r1171063 | cschneider | 2011-09-15 07:50:40 -0400 (Thu, 15 Sep 2011) | 1 line
  
  Fix for compile error
........
  r1171065 | cschneider | 2011-09-15 07:55:04 -0400 (Thu, 15 Sep 2011) | 1 line
  
  CAMEL-4453 Fix compile error
........
  r1171087 | davsclaus | 2011-09-15 09:15:13 -0400 (Thu, 15 Sep 2011) | 1 line
  
  Polished README.txt file in examples.
........
  r1171112 | hadrian | 2011-09-15 10:32:05 -0400 (Thu, 15 Sep 2011) | 1 line
  
  CAMEL-4425. Create SipEndpoint with valid URI
........
  r1171134 | davsclaus | 2011-09-15 11:27:21 -0400 (Thu, 15 Sep 2011) | 1 line
  
  Use camel-parent in parent in the pom.xml file.
........
  r1171156 | cschneider | 2011-09-15 12:01:04 -0400 (Thu, 15 Sep 2011) | 1 line
  
  CAMEL-4357 Also moving MainSupport to main as it needs the same references like the view package
........


Changed paths

Path Details
Directorycamel/branches/camel-2.8.x/ modified , props changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26