/[Apache-SVN]
ViewVC logotype

Revision 1234606


Jump to revision: Previous Next
Author: hadrian
Date: Sun Jan 22 21:00:19 2012 UTC (12 years, 2 months ago)
Changed paths: 1
Log Message:
Blocked revisions 1227069,1227096,1227155,1227195,1227312,1228018,1228042,1228396,1228880,1228959,1230275,1230570,1231137,1231707,1231767,1232306-1232307,1232311,1232313,1232435,1232765,1232784,1232837,1233185,1233271-1233272,1233404,1233444,1233466,1234073 via svnmerge

........
  r1227069 | davsclaus | 2012-01-04 03:14:54 -0500 (Wed, 04 Jan 2012) | 1 line
  
  CAMEL-4799: XPath XML DSL now have more options to configure xpath engine. Added traceNamespaces option to TRACE log all namespaces in messages to aid during xpath evaluation issues for Camel end users. As a very typical problem is wrong/missing namespace in the XPath expression.
........
  r1227096 | davsclaus | 2012-01-04 05:11:00 -0500 (Wed, 04 Jan 2012) | 1 line
  
  CAMEL-4809: When predicate on interceptors should use WhenDefinition to be consistent between Java DSL and XML DSLs.
........
  r1227155 | ningjiang | 2012-01-04 08:39:40 -0500 (Wed, 04 Jan 2012) | 1 line
  
  CAMEL-4839 Added replyToCacheLevelName option to specify the cache level on JMS reply to queue
........
  r1227195 | davsclaus | 2012-01-04 10:48:08 -0500 (Wed, 04 Jan 2012) | 1 line
  
  CAMEL-4796: Applied the optimize import 2 patch from Babak.
........
  r1227312 | cmueller | 2012-01-04 15:44:02 -0500 (Wed, 04 Jan 2012) | 1 line
  
  CAMEL-4862: Support relative time format in Camel SMPP by setting the validity periode
........
  r1228018 | davsclaus | 2012-01-06 03:43:21 -0500 (Fri, 06 Jan 2012) | 1 line
  
  CAMEL-4864: Upgrade to Karaf 2.2.5
........
  r1228042 | davsclaus | 2012-01-06 04:36:38 -0500 (Fri, 06 Jan 2012) | 1 line
  
  CAMEL-4865: Added camel-test as dependency in generated pom.xml to Camel archetypes.
........
  r1228396 | cmueller | 2012-01-06 15:53:50 -0500 (Fri, 06 Jan 2012) | 1 line
  
  CAMEL-4734: Consolidate the database vendors in our unit tests
........
  r1228880 | davsclaus | 2012-01-08 11:03:53 -0500 (Sun, 08 Jan 2012) | 1 line
  
  CAMEL-4874: Camel archetype for java and scala, should not have spring included by default.
........
  r1228959 | cmueller | 2012-01-08 16:22:58 -0500 (Sun, 08 Jan 2012) | 1 line
  
  CAMEL-4152: jdbc idempotent repository - table creation
........
  r1230275 | hadrian | 2012-01-11 17:03:35 -0500 (Wed, 11 Jan 2012) | 1 line
  
  CAMEL-4883. Upgrade maven-scala-plugin. Thanks Babak for patch
........
  r1230570 | hadrian | 2012-01-12 09:51:07 -0500 (Thu, 12 Jan 2012) | 1 line
  
  CAMEL-4890. Dynamic ports for camel-solr. Thanks Babak for patch
........
  r1231137 | davsclaus | 2012-01-13 10:46:16 -0500 (Fri, 13 Jan 2012) | 1 line
  
  CAMEL-4892: Fixed auto startup on CamelContext should start routes if CamelContext started programmatically later.
........
  r1231707 | davsclaus | 2012-01-15 11:54:46 -0500 (Sun, 15 Jan 2012) | 1 line
  
  CAMEL-4894: Fixed ognl parser to take into account parameter bindings encloded in parenthesis pairs, in the method names.
........
  r1231767 | cmueller | 2012-01-15 16:56:29 -0500 (Sun, 15 Jan 2012) | 1 line
  
  Add the release version number to the spring.schemas files
........
  r1232306 | hadrian | 2012-01-17 00:01:44 -0500 (Tue, 17 Jan 2012) | 1 line
  
  CAMEL-4603. Add attachments expression returning just attachment values to be used with splitter
........
  r1232307 | hadrian | 2012-01-17 00:01:53 -0500 (Tue, 17 Jan 2012) | 1 line
  
  CAMEL-4603. Do not propagate attachments on split messages.
........
  r1232311 | davsclaus | 2012-01-17 00:48:14 -0500 (Tue, 17 Jan 2012) | 1 line
  
  Fixed potential NPE in doStop
........
  r1232313 | davsclaus | 2012-01-17 00:57:07 -0500 (Tue, 17 Jan 2012) | 1 line
  
  Fixed CS
........
  r1232435 | davsclaus | 2012-01-17 10:10:33 -0500 (Tue, 17 Jan 2012) | 1 line
  
  CAMEL-4872: Fixed NPE in Camel Karaf command for route info. Thanks to Scott England-Sullivan for the patch.
........
  r1232765 | davsclaus | 2012-01-18 02:10:02 -0500 (Wed, 18 Jan 2012) | 1 line
  
  CAMEL-4814 Use dynamic port numbers for testing examples.
........
  r1232784 | davsclaus | 2012-01-18 03:20:40 -0500 (Wed, 18 Jan 2012) | 1 line
  
  CAMEL-4911: SedaConsumer should not poll if CamelContext is starting.
........
  r1232837 | davsclaus | 2012-01-18 06:25:27 -0500 (Wed, 18 Jan 2012) | 1 line
  
  CAMEL-4913: camel-blueprint now supports using custom namespaces in the xml file.
........
  r1233185 | davsclaus | 2012-01-19 00:35:11 -0500 (Thu, 19 Jan 2012) | 1 line
  
  CAMEL-4877: Validator component now supports xs:import again.
........
  r1233271 | davsclaus | 2012-01-19 05:33:21 -0500 (Thu, 19 Jan 2012) | 1 line
  
  CAMEL-4915: Serialization data format should use ClassResolver API from Camel to work with other runtimes.
........
  r1233272 | davsclaus | 2012-01-19 05:35:08 -0500 (Thu, 19 Jan 2012) | 1 line
  
  CAMEL-4915: Serialization data format should use ClassResolver API from Camel to work with other runtimes.
........
  r1233404 | davsclaus | 2012-01-19 09:35:10 -0500 (Thu, 19 Jan 2012) | 1 line
  
  CAMEL-4911: SedaConsumer should not poll if CamelContext is starting.
........
  r1233444 | davsclaus | 2012-01-19 10:57:52 -0500 (Thu, 19 Jan 2012) | 1 line
  
  CAMEL-4920: PollEnrich without timeout explicit given, should be like -1 as timeout, eg block until message arrives.
........
  r1233466 | iocanel | 2012-01-19 11:57:35 -0500 (Thu, 19 Jan 2012) | 1 line
  
  [CAMEL-4922] Upgraded to jclouds 1.3.1.
........
  r1234073 | janstey | 2012-01-20 14:01:47 -0500 (Fri, 20 Jan 2012) | 1 line
  
  CS error
........


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