You are viewing a plain text version of this content. The canonical link for it is here.
- [1/2] git commit: Upgrade to Groovy 2.1.4 - posted by da...@apache.org on 2013/06/01 07:29:09 UTC, 0 replies.
- [2/2] git commit: Upgrade to Groovy 2.1.4 - posted by da...@apache.org on 2013/06/01 07:29:10 UTC, 0 replies.
- svn commit: r863964 - in /websites/production/camel/content: cache/main.pageCache camel-2120-release.html - posted by bu...@apache.org on 2013/06/01 08:20:18 UTC, 0 replies.
- git commit: Polished. - posted by bv...@apache.org on 2013/06/01 19:30:59 UTC, 1 replies.
- git commit: CAMEL-6412: Fixed the Maven build warning about camel-validator-test-resources.jar - posted by bv...@apache.org on 2013/06/02 00:11:23 UTC, 2 replies.
- svn commit: r864081 - in /websites/production/camel/content: cache/main.pageCache camel-2120-release.html - posted by bu...@apache.org on 2013/06/02 10:18:32 UTC, 0 replies.
- git commit: CAMEL-6412: Trying to fix the broken build. - posted by bv...@apache.org on 2013/06/02 11:22:19 UTC, 2 replies.
- [1/2] git commit: CAMEL-6413: Fixed race condition in file consumer, as read lock release should be executed last. - posted by da...@apache.org on 2013/06/02 12:32:56 UTC, 0 replies.
- [2/2] git commit: CAMEL-6413: Fixed race condition in file consumer, as read lock release should be executed last. - posted by da...@apache.org on 2013/06/02 12:32:57 UTC, 0 replies.
- git commit: CAMEL-6157: Added support for named parameters to camel-jdbc, like we have in camel-sql. Thanks to Devendra Khanolkar for contribution. - posted by da...@apache.org on 2013/06/02 17:23:09 UTC, 0 replies.
- svn commit: r864123 - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache camel-2120-release.html cometd.html jdbc.html - posted by bu...@apache.org on 2013/06/02 18:21:23 UTC, 0 replies.
- [1/8] git commit: CAMEL-6407: Include message history in stacktraces from error handler, making it easier to know where the problem was. Work in progress. - posted by da...@apache.org on 2013/06/03 08:20:19 UTC, 0 replies.
- [2/8] git commit: CAMEL-6197: Added disconnectLocalSession option to disconnect local sessions to avoid OOME. Thanks to Seb C for contribution. - posted by da...@apache.org on 2013/06/03 08:20:20 UTC, 0 replies.
- [3/8] git commit: CAMEL-6197: Added disconnectLocalSession option to disconnect local sessions to avoid OOME. Thanks to Seb C for contribution. - posted by da...@apache.org on 2013/06/03 08:20:21 UTC, 0 replies.
- [4/8] git commit: CAMEL-6197: Added disconnectLocalSession option to disconnect local sessions to avoid OOME. Thanks to Seb C for contribution. - posted by da...@apache.org on 2013/06/03 08:20:22 UTC, 0 replies.
- [5/8] git commit: CAMEL-6324: Show type converter utilization in karaf camel info command if enabled. - posted by da...@apache.org on 2013/06/03 08:20:23 UTC, 0 replies.
- [6/8] git commit: CAMEL-6324: Show type converter utilization in karaf camel info command if enabled. - posted by da...@apache.org on 2013/06/03 08:20:24 UTC, 0 replies.
- [7/8] git commit: CAMEL-6407: Include message history in stacktraces from error handler, making it easier to know where the problem was. Work in progress. - posted by da...@apache.org on 2013/06/03 08:20:25 UTC, 0 replies.
- [8/8] git commit: CAMEL-6190: Log a INFO when Camel is starting if StreamCaching is enabled and what the limit is for spooling to disk. - posted by da...@apache.org on 2013/06/03 08:20:26 UTC, 0 replies.
- svn commit: r864163 - in /websites/production/camel/content: cache/main.pageCache camel-2120-release.html stream-caching.html - posted by bu...@apache.org on 2013/06/03 09:19:28 UTC, 0 replies.
- [1/2] git commit: Clean up the camel mvn:run plugin's configuration properties - posted by ni...@apache.org on 2013/06/03 10:37:03 UTC, 1 replies.
- [2/2] git commit: CAMEL-6416 fixed the NPE when some scripting exceptions don't have cause - posted by ni...@apache.org on 2013/06/03 10:37:04 UTC, 1 replies.
- [1/3] git commit: CAMEL-6417: camel-http4 can only support one instance of SSLContextParameters per component. Added validation to fail if trying to use a 2nd instance. - posted by da...@apache.org on 2013/06/03 11:01:03 UTC, 0 replies.
- [2/3] git commit: CAMEL-6417: camel-http4 can only support one instance of SSLContextParameters per component. Added validation to fail if trying to use a 2nd instance. - posted by da...@apache.org on 2013/06/03 11:01:04 UTC, 0 replies.
- [3/3] git commit: CAMEL-6417: camel-http4 can only support one instance of SSLContextParameters per component. Added validation to fail if trying to use a 2nd instance. - posted by da...@apache.org on 2013/06/03 11:01:05 UTC, 0 replies.
- svn commit: r864170 - in /websites/production/camel/content: cache/main.pageCache camel-2120-release.html http4.html - posted by bu...@apache.org on 2013/06/03 11:18:46 UTC, 0 replies.
- svn commit: r864174 - in /websites/production/camel/content: cache/main.pageCache camel-run-maven-goal.html - posted by bu...@apache.org on 2013/06/03 12:18:23 UTC, 0 replies.
- git commit: CAMEL-6222: Camel Tomcat example using blueprint web. Seems like blueprint web doesn't support 3rd party namespaces. Work in progress. - posted by da...@apache.org on 2013/06/03 14:09:35 UTC, 0 replies.
- svn commit: r864196 - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache sql-component.html - posted by bu...@apache.org on 2013/06/03 15:21:50 UTC, 0 replies.
- [1/2] git commit: CAMEL-6418: Added separator option. Fixed and improved when using String as body with # placeholders to honor qutes and use new separator option. - posted by da...@apache.org on 2013/06/03 16:01:27 UTC, 0 replies.
- [2/2] git commit: CAMEL-6418: Added separator option. Fixed and improved when using String as body with # placeholders to honor qutes and use new separator option. - posted by da...@apache.org on 2013/06/03 16:01:28 UTC, 0 replies.
- [1/2] git commit: CAMEL-6151: Added support for blocking direct producers. Thanks to Aaron Whiteside for partial patch. - posted by da...@apache.org on 2013/06/03 17:51:08 UTC, 1 replies.
- [2/2] git commit: CAMEL-6151: Added support for blocking direct producers. Thanks to Aaron Whiteside for partial patch. - posted by da...@apache.org on 2013/06/03 17:51:09 UTC, 1 replies.
- svn commit: r864218 - in /websites/production/camel/content: ./ cache/ - posted by bu...@apache.org on 2013/06/03 18:23:36 UTC, 0 replies.
- [1/2] git commit: CAMEL-6419: Added stats action to controlbus component to get performance stats easily. - posted by da...@apache.org on 2013/06/03 19:49:14 UTC, 1 replies.
- [2/2] git commit: CAMEL-6419: Added stats action to controlbus component to get performance stats easily. - posted by da...@apache.org on 2013/06/03 19:49:15 UTC, 1 replies.
- svn commit: r864232 - in /websites/production/camel/content: cache/main.pageCache camel-2120-release.html controlbus-component.html controlbus.html - posted by bu...@apache.org on 2013/06/03 20:19:56 UTC, 0 replies.
- Git Push Summary - posted by ni...@apache.org on 2013/06/04 04:10:34 UTC, 3 replies.
- [1/4] git commit: Polished - posted by da...@apache.org on 2013/06/04 09:49:03 UTC, 0 replies.
- [2/4] git commit: CAMEL-6421: Use a private lock for getErrorHandlerExecutorService() to avoid any hang during shutdown route/camel when multiple threads is in use. - posted by da...@apache.org on 2013/06/04 09:49:04 UTC, 0 replies.
- [3/4] git commit: CAMEL-6421: Use a private lock for getErrorHandlerExecutorService() to avoid any hang during shutdown route/camel when multiple threads is in use. - posted by da...@apache.org on 2013/06/04 09:49:05 UTC, 0 replies.
- [4/4] git commit: CAMEL-6421: Use a private lock for getErrorHandlerExecutorService() to avoid any hang during shutdown route/camel when multiple threads is in use. - posted by da...@apache.org on 2013/06/04 09:49:06 UTC, 0 replies.
- svn commit: r864325 - in /websites/production/camel/content: cache/main.pageCache camel-2120-release.html - posted by bu...@apache.org on 2013/06/04 10:18:55 UTC, 0 replies.
- git commit: CAMEL-6384: Added BacklogDebugger MBean for live debugging of Camel routes. - posted by da...@apache.org on 2013/06/04 10:40:13 UTC, 0 replies.
- [1/4] git commit: CAMEL-6384: Added BacklogDebugger MBean for live debugging of Camel routes. - posted by da...@apache.org on 2013/06/04 11:00:25 UTC, 0 replies.
- [2/4] git commit: Fixed CS - posted by da...@apache.org on 2013/06/04 11:00:26 UTC, 2 replies.
- [3/4] git commit: Fixed CS - posted by da...@apache.org on 2013/06/04 11:00:27 UTC, 0 replies.
- [4/4] git commit: Fixed CS - posted by da...@apache.org on 2013/06/04 11:00:28 UTC, 0 replies.
- [1/3] git commit: CAMEL-6422: Add tokenizeXML to java dsl on value builder. - posted by da...@apache.org on 2013/06/04 12:15:10 UTC, 0 replies.
- [2/3] git commit: CAMEL-6422: Add tokenizeXML to java dsl on value builder. - posted by da...@apache.org on 2013/06/04 12:15:11 UTC, 0 replies.
- [3/3] git commit: CAMEL-6422: Add tokenizeXML to java dsl on value builder. - posted by da...@apache.org on 2013/06/04 12:15:12 UTC, 0 replies.
- svn commit: r864347 - in /websites/production/camel/content: cache/main.pageCache netty-http.html - posted by bu...@apache.org on 2013/06/04 15:19:18 UTC, 0 replies.
- [1/3] git commit: CAMEL-5819: Added requestTimeout option to netty producer. As well options to control logging level on netty consumer, so its less noisy by default about channel closed, when clients disconnect abruptly. - posted by da...@apache.org on 2013/06/04 16:47:50 UTC, 0 replies.
- [2/3] git commit: Polished - posted by da...@apache.org on 2013/06/04 16:47:51 UTC, 0 replies.
- [3/3] git commit: CAMEL-5819: Added requestTimeout option to netty producer. As well options to control logging level on netty consumer, so its less noisy by default about channel closed, when clients disconnect abruptly. - posted by da...@apache.org on 2013/06/04 16:47:52 UTC, 0 replies.
- svn commit: r864363 [1/2] - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache camel-2120-release.html netty.html - posted by bu...@apache.org on 2013/06/04 17:22:26 UTC, 0 replies.
- svn commit: r864363 [2/2] - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache camel-2120-release.html netty.html - posted by bu...@apache.org on 2013/06/04 17:22:26 UTC, 0 replies.
- [1/2] git commit: camel-sap-netweaver component. - posted by da...@apache.org on 2013/06/04 17:28:31 UTC, 0 replies.
- [2/2] git commit: CAMEL-6304: Added @UriParam to camel-twitter. - posted by da...@apache.org on 2013/06/04 17:28:32 UTC, 0 replies.
- git commit: Upgrade to saxon 9.4.0.7 which is in central repo. - posted by da...@apache.org on 2013/06/05 10:27:31 UTC, 0 replies.
- svn commit: r864489 - in /websites/production/camel/content: cache/main.pageCache camel-2120-release.html - posted by bu...@apache.org on 2013/06/05 11:19:25 UTC, 0 replies.
- git commit: CAMEL-6304: Added more @UriParam to components in camel-core - posted by da...@apache.org on 2013/06/05 11:44:06 UTC, 1 replies.
- [1/2] git commit: [Spring Batch] JobExecution instance is now passed to the output message. - posted by he...@apache.org on 2013/06/05 12:10:25 UTC, 0 replies.
- [2/2] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/camel - posted by he...@apache.org on 2013/06/05 12:10:26 UTC, 1 replies.
- svn commit: r864508 - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache test.html - posted by bu...@apache.org on 2013/06/05 12:21:42 UTC, 0 replies.
- git commit: [Spring Batch] JobExecution instance is now passed to the output message. (cherry picked from commit fee40c7) - posted by he...@apache.org on 2013/06/05 12:26:02 UTC, 0 replies.
- svn commit: r864531 - in /websites/production/camel/content: cache/main.pageCache springbatch.html - posted by bu...@apache.org on 2013/06/05 15:20:17 UTC, 0 replies.
- [1/2] git commit: CAMEL-6426: Polished javadoc to be more accurate. - posted by da...@apache.org on 2013/06/05 15:27:02 UTC, 0 replies.
- [2/2] git commit: CAMEL-6426: Polished javadoc to be more accurate. - posted by da...@apache.org on 2013/06/05 15:27:03 UTC, 0 replies.
- [1/2] git commit: [Spring Batch] Improved Javadoc. - posted by he...@apache.org on 2013/06/05 15:27:53 UTC, 0 replies.
- [2/2] git commit: Merge remote-tracking branch 'origin/master' - posted by he...@apache.org on 2013/06/05 15:27:54 UTC, 0 replies.
- git commit: CAMEL-6426: Polished javadoc to be more accurate. - posted by da...@apache.org on 2013/06/05 15:28:08 UTC, 0 replies.
- git commit: [Spring Batch] Narrowed endpoint type in producer constructor. - posted by he...@apache.org on 2013/06/05 15:30:22 UTC, 0 replies.
- git commit: [Spring Batch] Improved producer logging. - posted by he...@apache.org on 2013/06/05 15:54:57 UTC, 0 replies.
- git commit: CAMEL-6151: Added support for blocking direct-vm producers. - posted by da...@apache.org on 2013/06/05 15:55:12 UTC, 0 replies.
- [1/2] git commit: CAMEL-6304: Added more @UriParam to components in camel-core - posted by da...@apache.org on 2013/06/05 15:55:33 UTC, 0 replies.
- [2/2] git commit: CAMEL-6151: Added support for blocking direct-vm producers. - posted by da...@apache.org on 2013/06/05 15:55:34 UTC, 0 replies.
- [1/2] git commit: CAMEL-6247: javax.jmx osig import range should include JMS 2.0 API. Thanks to Thomas Diesler for patches. - posted by da...@apache.org on 2013/06/05 16:02:57 UTC, 0 replies.
- [2/2] git commit: CAMEL-6247: javax.jmx osig import range should include JMS 2.0 API. Thanks to Thomas Diesler for patches. - posted by da...@apache.org on 2013/06/05 16:02:58 UTC, 0 replies.
- svn commit: r864536 - in /websites/production/camel/content: cache/main.pageCache direct-vm.html - posted by bu...@apache.org on 2013/06/05 16:20:08 UTC, 0 replies.
- git commit: [Spring Batch] Improved Javadoc. - posted by he...@apache.org on 2013/06/05 17:00:21 UTC, 0 replies.
- [01/11] CAMEL-6428: Fixed CS - posted by da...@apache.org on 2013/06/05 17:12:45 UTC, 0 replies.
- [02/11] CAMEL-6428: Fixed CS - posted by da...@apache.org on 2013/06/05 17:12:46 UTC, 0 replies.
- [03/11] CAMEL-6428: Fixed CS - posted by da...@apache.org on 2013/06/05 17:12:47 UTC, 0 replies.
- [04/11] git commit: CAMEL-6428: Fixed CS - posted by da...@apache.org on 2013/06/05 17:12:48 UTC, 0 replies.
- [05/11] CAMEL-6428: camel-salesforce component. Thanks to Dhiraj Bokde for the contribution. - posted by da...@apache.org on 2013/06/05 17:12:49 UTC, 0 replies.
- [06/11] CAMEL-6428: camel-salesforce component. Thanks to Dhiraj Bokde for the contribution. - posted by da...@apache.org on 2013/06/05 17:12:50 UTC, 0 replies.
- [07/11] CAMEL-6428: camel-salesforce component. Thanks to Dhiraj Bokde for the contribution. - posted by da...@apache.org on 2013/06/05 17:12:51 UTC, 0 replies.
- [08/11] CAMEL-6428: camel-salesforce component. Thanks to Dhiraj Bokde for the contribution. - posted by da...@apache.org on 2013/06/05 17:12:52 UTC, 0 replies.
- [09/11] CAMEL-6428: camel-salesforce component. Thanks to Dhiraj Bokde for the contribution. - posted by da...@apache.org on 2013/06/05 17:12:53 UTC, 0 replies.
- [10/11] CAMEL-6428: camel-salesforce component. Thanks to Dhiraj Bokde for the contribution. - posted by da...@apache.org on 2013/06/05 17:12:54 UTC, 0 replies.
- [11/11] git commit: CAMEL-6428: camel-salesforce component. Thanks to Dhiraj Bokde for the contribution. - posted by da...@apache.org on 2013/06/05 17:12:55 UTC, 0 replies.
- git commit: CAMEL-6428: Added karaf test - posted by da...@apache.org on 2013/06/05 17:26:52 UTC, 0 replies.
- git commit: CAMEL-6428: The camel-salesforce code base should support Java 6. - posted by bv...@apache.org on 2013/06/05 22:14:38 UTC, 0 replies.
- [1/2] git commit: CAMEL-6431: First spike of camel-geocoder component. - posted by da...@apache.org on 2013/06/06 07:12:59 UTC, 1 replies.
- [2/2] git commit: CAMEL-6431: First spike of camel-geocoder component. - posted by da...@apache.org on 2013/06/06 07:13:00 UTC, 0 replies.
- svn commit: r864618 - in /websites/production/camel/content: book-architecture.html book-in-one-page.html cache/main.pageCache camel-2120-release.html component-list.html components.html geocoder.html transport.html uris.html - posted by bu...@apache.org on 2013/06/06 07:29:48 UTC, 0 replies.
- git commit: CAMEL-6431: First spike of camel-geocoder component. - posted by da...@apache.org on 2013/06/06 07:54:01 UTC, 2 replies.
- svn commit: r864621 - in /websites/production/camel/content: cache/main.pageCache geocoder.html - posted by bu...@apache.org on 2013/06/06 08:22:38 UTC, 0 replies.
- svn commit: r864628 - in /websites/production/camel/content: building.html cache/main.pageCache - posted by bu...@apache.org on 2013/06/06 10:18:53 UTC, 0 replies.
- [1/4] git commit: CAMEL-6431: Added features for camel-geocoder - posted by da...@apache.org on 2013/06/06 10:53:54 UTC, 0 replies.
- [2/4] git commit: CAMEL-6247: javax.jmx osig import range should include JMS 2.0 API. Thanks to Thomas Diesler for patches. - posted by da...@apache.org on 2013/06/06 10:53:55 UTC, 0 replies.
- [3/4] git commit: Fixed features.xml - posted by da...@apache.org on 2013/06/06 10:53:56 UTC, 0 replies.
- [4/4] git commit: CAMEL-6247: javax.jmx osig import range should include JMS 2.0 API. Thanks to Thomas Diesler for patches. - posted by da...@apache.org on 2013/06/06 10:53:57 UTC, 0 replies.
- git commit: Added producer to camel-weather - posted by da...@apache.org on 2013/06/06 11:21:56 UTC, 1 replies.
- svn commit: r864637 - in /websites/production/camel/content: cache/main.pageCache camel-2120-release.html weather.html - posted by bu...@apache.org on 2013/06/06 12:18:41 UTC, 0 replies.
- git commit: Removed obsolete transient declaration from static fields. - posted by he...@apache.org on 2013/06/06 12:31:35 UTC, 0 replies.
- git commit: Removed the javadoc @author tags inside the code base. - posted by bv...@apache.org on 2013/06/06 15:02:38 UTC, 0 replies.
- git commit: CAMEL-5815: As https://jira.springsource.org/browse/SWS-817 has been already resolved removed the hacked version of org.springframework.ws.soap.addressing.server.AbstractAddressingEndpointMapping. - posted by bv...@apache.org on 2013/06/06 15:16:18 UTC, 0 replies.
- git commit: CAMEL-6434 fixed the issue of setting the configAdminFileName of Camel RunMojo - posted by ni...@apache.org on 2013/06/06 15:26:28 UTC, 0 replies.
- git commit: CAMEL-6435: Removed obsolete 'transient' modifier from static fields. - posted by he...@apache.org on 2013/06/06 16:32:50 UTC, 0 replies.
- git commit: CAMEL-6428: camel-salesforce component. Thanks to Dhiraj Bokde for the contribution. - posted by da...@apache.org on 2013/06/06 19:33:03 UTC, 1 replies.
- [1/7] git commit: CAMEL-6422: Add tokenizeXML to java dsl on value builder. - posted by da...@apache.org on 2013/06/07 10:41:37 UTC, 0 replies.
- [2/7] git commit: CAMEL-5829: File consumer - Allow to configure logging level of read lock strategy. Thanks to Nerses Aznauryan for the patch. - posted by da...@apache.org on 2013/06/07 10:41:38 UTC, 0 replies.
- [3/7] git commit: CAMEL-6422: Add tokenizeXML to java dsl on value builder. - posted by da...@apache.org on 2013/06/07 10:41:39 UTC, 0 replies.
- [4/7] git commit: CAMEL-6422: Add tokenizeXML to java dsl on value builder. - posted by da...@apache.org on 2013/06/07 10:41:40 UTC, 0 replies.
- [5/7] git commit: CAMEL-6422: Add tokenizeXML to java dsl on value builder - posted by da...@apache.org on 2013/06/07 10:41:41 UTC, 0 replies.
- [6/7] git commit: CAMEL-6422: Add tokenizeXML to java dsl on value builder - posted by da...@apache.org on 2013/06/07 10:41:42 UTC, 0 replies.
- [7/7] git commit: CAMEL-6422: Add tokenizeXML to java dsl on value builder - posted by da...@apache.org on 2013/06/07 10:41:43 UTC, 0 replies.
- git commit: Skip test in camel-test-blueprint that fails. Willem is aware of this and will work on a fix. - posted by da...@apache.org on 2013/06/07 12:09:00 UTC, 0 replies.
- git commit: CAMEL-6432: Use URL to load resources using camel getclassresolver - posted by cm...@apache.org on 2013/06/07 15:10:47 UTC, 1 replies.
- git commit: Fixed potential NPE - posted by da...@apache.org on 2013/06/07 18:11:05 UTC, 0 replies.
- svn commit: r864749 - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache file2.html - posted by bu...@apache.org on 2013/06/07 20:10:49 UTC, 0 replies.
- git commit: add an OSGi specific implementation of the findComponents() helper method on the MBean and on the CamelContext API so that implementations can behave differently (e.g. inside OSGi and outside) - posted by js...@apache.org on 2013/06/08 07:51:53 UTC, 0 replies.
- git commit: search all bundles in the bundleContext for the OSGi version of findComponents() - posted by js...@apache.org on 2013/06/08 08:12:03 UTC, 0 replies.
- git commit: fixed findComponents() for in blueprint too (had missed there's 2 OSGi camel context implementations - DOH ; ) - posted by js...@apache.org on 2013/06/08 10:29:19 UTC, 0 replies.
- [1/2] git commit: CAMEL-6442 fix the IllegalStateException issue in camel-netty-http route - posted by ni...@apache.org on 2013/06/09 02:59:26 UTC, 1 replies.
- [2/2] git commit: Changed the surefire fork mode to make sure the blueprint tests can be passed - posted by ni...@apache.org on 2013/06/09 02:59:27 UTC, 0 replies.
- git commit: expose the component HTML to the CamelContext and the MBean so it can be displayed by tooling - posted by js...@apache.org on 2013/06/09 15:59:41 UTC, 0 replies.
- buildbot failure in ASF Buildbot on camel-site-production - posted by bu...@apache.org on 2013/06/10 06:36:04 UTC, 9 replies.
- buildbot success in ASF Buildbot on camel-site-production - posted by bu...@apache.org on 2013/06/10 07:40:49 UTC, 7 replies.
- buildbot retry in ASF Buildbot on camel-site-production - posted by bu...@apache.org on 2013/06/11 15:37:55 UTC, 0 replies.
- svn commit: r865306 - in /websites/production/camel/content: cache/main.pageCache how-to-avoid-sending-some-or-all-message-headers.html - posted by bu...@apache.org on 2013/06/11 18:42:26 UTC, 0 replies.
- svn commit: r865328 - in /websites/production/camel/content: book-in-one-page.html book-pattern-appendix.html cache/main.pageCache exception-clause.html splitter.html - posted by bu...@apache.org on 2013/06/11 21:22:18 UTC, 0 replies.
- git commit: Skip test on java 1.6 which cannot run - posted by da...@apache.org on 2013/06/12 13:00:27 UTC, 0 replies.
- svn commit: r865416 - in /websites/production/camel/content: cache/main.pageCache geocoder.html - posted by bu...@apache.org on 2013/06/12 17:18:28 UTC, 0 replies.
- [2/2] git commit: Added lat and lon option to camel-weather - posted by da...@apache.org on 2013/06/12 17:25:22 UTC, 0 replies.
- svn commit: r865424 - in /websites/production/camel/content: cache/main.pageCache weather.html - posted by bu...@apache.org on 2013/06/12 18:18:22 UTC, 0 replies.
- [1/2] git commit: CAMEL-6453 put SSLSession instance into message header after netty endpoint - posted by ni...@apache.org on 2013/06/13 09:36:34 UTC, 0 replies.
- [2/2] git commit: CAMEL-6453 share the common code between NettyEndpoint and NettyHttpEndpoint - posted by ni...@apache.org on 2013/06/13 09:36:35 UTC, 0 replies.
- [1/4] git commit: Seda consumer should validate that thet are all have same multiple consumers option as they cannot have different values. This is per queue. - posted by da...@apache.org on 2013/06/13 14:04:50 UTC, 0 replies.
- [3/4] git commit: CAMEL-6407: Include message history in stacktraces from error handler, making it easier to know where the problem was. Work in progress. - posted by da...@apache.org on 2013/06/13 14:04:52 UTC, 0 replies.
- [4/4] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/camel - posted by da...@apache.org on 2013/06/13 14:04:53 UTC, 0 replies.
- git commit: Seda consumer should validate that thet are all have same multiple consumers option as they cannot have different values. This is per queue. - posted by da...@apache.org on 2013/06/13 14:08:33 UTC, 0 replies.
- [1/3] git commit: CAMEL-6456: Setting delimiter on camel-csv made consistent. - posted by da...@apache.org on 2013/06/14 08:25:57 UTC, 0 replies.
- [2/3] git commit: CAMEL-6456: Setting delimiter on camel-csv made consistent. - posted by da...@apache.org on 2013/06/14 08:25:58 UTC, 0 replies.
- [3/3] git commit: CAMEL-6456: Setting delimiter on camel-csv made consistent. - posted by da...@apache.org on 2013/06/14 08:25:59 UTC, 0 replies.
- git commit: CAMEL-6453: Only get SSLSession if SSL enabled. Added unit test with client auth enabled to get the client cert from SSLSession from the Camel route on the server side. - posted by da...@apache.org on 2013/06/14 09:33:51 UTC, 0 replies.
- svn commit: r865634 - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache netty.html - posted by bu...@apache.org on 2013/06/14 10:21:24 UTC, 0 replies.
- git commit: CAMEL-6327: Added xml type converters to Netty. - posted by da...@apache.org on 2013/06/14 11:04:51 UTC, 0 replies.
- [2/2] git commit: CAMEL-6442 fix the IllegalStateException issue in camel-netty-http route - posted by da...@apache.org on 2013/06/14 11:31:19 UTC, 0 replies.
- svn commit: r865649 - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache cxfrs.html - posted by bu...@apache.org on 2013/06/14 13:21:17 UTC, 0 replies.
- git commit: CAMEL-6327: More work on new camel-netty-http component. - posted by da...@apache.org on 2013/06/14 14:09:19 UTC, 9 replies.
- [1/2] git commit: Upgrade to groovy 2.1.5 - posted by da...@apache.org on 2013/06/14 17:36:39 UTC, 0 replies.
- [2/2] git commit: Upgrade to groovy 2.1.5 - posted by da...@apache.org on 2013/06/14 17:36:40 UTC, 0 replies.
- [1/2] git commit: added unit test for an issue on the user mailing list - posted by cm...@apache.org on 2013/06/14 17:58:52 UTC, 0 replies.
- git commit: Added an integration test for testing CXF_MESSAGE dataformat - posted by ni...@apache.org on 2013/06/17 09:41:14 UTC, 0 replies.
- [1/2] git commit: Added an unit test of WSSecurity with CXF_MESSAGE dataformat - posted by ni...@apache.org on 2013/06/17 17:17:54 UTC, 0 replies.
- [2/2] git commit: Reverted the change of CxfConverter in my last commit - posted by ni...@apache.org on 2013/06/17 17:17:55 UTC, 0 replies.
- svn commit: r865957 - in /websites/production/camel/content: cache/main.pageCache netty-http.html - posted by bu...@apache.org on 2013/06/17 18:18:21 UTC, 0 replies.
- svn commit: r866017 [1/3] - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache jms.html - posted by bu...@apache.org on 2013/06/18 10:21:44 UTC, 0 replies.
- svn commit: r866017 [2/3] - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache jms.html - posted by bu...@apache.org on 2013/06/18 10:21:44 UTC, 0 replies.
- svn commit: r866017 [3/3] - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache jms.html - posted by bu...@apache.org on 2013/06/18 10:21:44 UTC, 0 replies.
- [1/2] git commit: Upgraded to SI 2.2.4 - posted by da...@apache.org on 2013/06/18 10:41:12 UTC, 0 replies.
- [2/2] git commit: Upgraded to SI 2.2.4 - posted by da...@apache.org on 2013/06/18 10:41:13 UTC, 0 replies.
- [1/3] git commit: CAMEL-6327: More work on new camel-netty-http component. - posted by da...@apache.org on 2013/06/18 13:02:54 UTC, 0 replies.
- [2/3] git commit: CAMEL-6327: More work on new camel-netty-http component. - posted by da...@apache.org on 2013/06/18 13:02:55 UTC, 0 replies.
- [3/3] git commit: CAMEL-6327: More work on new camel-netty-http component. - posted by da...@apache.org on 2013/06/18 13:02:56 UTC, 0 replies.
- svn commit: r866027 - in /websites/production/camel/content: cache/main.pageCache netty-http.html - posted by bu...@apache.org on 2013/06/18 13:18:23 UTC, 0 replies.
- svn commit: r866069 - in /websites/production/camel/content: cache/main.pageCache netty-http.html - posted by bu...@apache.org on 2013/06/18 18:18:24 UTC, 0 replies.
- svn commit: r866424 - in /websites/production/camel/content: cache/main.pageCache netty-http.html - posted by bu...@apache.org on 2013/06/19 12:18:39 UTC, 0 replies.
- svn commit: r866431 [1/2] - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache netty.html - posted by bu...@apache.org on 2013/06/19 13:23:08 UTC, 0 replies.
- svn commit: r866431 [2/2] - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache netty.html - posted by bu...@apache.org on 2013/06/19 13:23:08 UTC, 0 replies.
- svn commit: r866435 - in /websites/production/camel/content: cache/main.pageCache netty-http.html - posted by bu...@apache.org on 2013/06/19 14:18:36 UTC, 0 replies.
- git commit: Added missing exchange to type converter in MethodInfo when adapting to bean method parameter types - posted by da...@apache.org on 2013/06/19 17:02:46 UTC, 0 replies.
- git commit: CAMEL-6407: Fixed message history dump must not throw exception - posted by da...@apache.org on 2013/06/19 17:24:17 UTC, 0 replies.
- git commit: Fixed test - posted by da...@apache.org on 2013/06/19 17:58:23 UTC, 0 replies.
- git commit: fixed CS error - posted by cm...@apache.org on 2013/06/19 22:37:35 UTC, 3 replies.
- [1/4] git commit: upgrade maven release plugin from 2.2.1 to 2.4.1 and switched to our new GIT repo - posted by cm...@apache.org on 2013/06/19 23:09:27 UTC, 0 replies.
- [2/4] git commit: fixed an unit test issue which reports an invalid character - posted by cm...@apache.org on 2013/06/19 23:09:28 UTC, 0 replies.
- [3/4] git commit: fixed CS error - posted by cm...@apache.org on 2013/06/19 23:09:29 UTC, 0 replies.
- [4/4] git commit: fixed CS error - posted by cm...@apache.org on 2013/06/19 23:09:30 UTC, 0 replies.
- git commit: CAMEL-6428: Applied latest patch from Dhiraj Bokde - posted by da...@apache.org on 2013/06/20 10:52:04 UTC, 0 replies.
- [1/3] git commit: Initial Mustache component commit - posted by da...@apache.org on 2013/06/20 11:26:55 UTC, 0 replies.
- [2/3] git commit: Merge branch 'mustache-component' of https://github.com/gquintana/camel - posted by da...@apache.org on 2013/06/20 11:26:56 UTC, 0 replies.
- [3/3] git commit: CAMEL-6467: Added new mustache component to kit. Fixed CS. - posted by da...@apache.org on 2013/06/20 11:26:57 UTC, 0 replies.
- svn commit: r866579 - in /websites/production/camel/content: book-architecture.html book-in-one-page.html cache/main.pageCache component-list.html components.html transport.html uris.html - posted by bu...@apache.org on 2013/06/20 11:43:46 UTC, 0 replies.
- svn commit: r866585 - in /websites/production/camel/content: cache/main.pageCache camel-2120-release.html mustache.html - posted by bu...@apache.org on 2013/06/20 12:19:29 UTC, 0 replies.
- [1/3] git commit: CAMEL-6467: Added new mustache component to kit. Fixed CS. - posted by da...@apache.org on 2013/06/20 13:48:36 UTC, 0 replies.
- [2/3] git commit: CAMEL-6455: Improved exception message when bean parameter binding fails. - posted by da...@apache.org on 2013/06/20 13:48:37 UTC, 0 replies.
- [3/3] git commit: CAMEL-6471: CXF in PAYLOAD mode should not output body/headers in the toString as that may force loading into memory. Also log if payload mode is allowing streaming or not, as thats not easy to see how is configured. - posted by da...@apache.org on 2013/06/20 13:48:38 UTC, 0 replies.
- svn commit: r1494977 - /camel/website/pom.xml - posted by dk...@apache.org on 2013/06/20 15:23:07 UTC, 0 replies.
- svn commit: r866626 - /websites/production/camel/content/styles/highlighter/ - posted by dk...@apache.org on 2013/06/20 15:31:49 UTC, 0 replies.
- svn commit: r1495010 - /camel/website/template/template.camel - posted by dk...@apache.org on 2013/06/20 16:04:51 UTC, 0 replies.
- git commit: CAMEL-6455: Improved bean component to support specifying empty parameter in the method name. And thrown a MethodNotFoundException if not found. - posted by da...@apache.org on 2013/06/20 17:58:00 UTC, 0 replies.
- [1/3] git commit: CAMEL-6317: Camel-validator not able to resolve schema when using useSharedSchema=false Thanks David J. M. Karlsen for reporting it - posted by cm...@apache.org on 2013/06/20 22:13:10 UTC, 0 replies.
- [2/3] git commit: CAMEL-6464: connectionTimeout property is ignored by JavaMail Thanks to Marco Zapletal for reporting it - posted by cm...@apache.org on 2013/06/20 22:13:11 UTC, 0 replies.
- [3/3] git commit: CAMEL-6317: Camel-validator not able to resolve schema when using useSharedSchema=false Thanks David J. M. Karlsen for reporting it - posted by cm...@apache.org on 2013/06/20 22:13:12 UTC, 0 replies.
- git commit: CAMEL-6464: connectionTimeout property is ignored by JavaMail Thanks to Marco Zapletal for reporting it - posted by cm...@apache.org on 2013/06/20 22:15:00 UTC, 1 replies.
- [1/2] git commit: CAMEL-6317: Camel-validator not able to resolve schema when using useSharedSchema=false Thanks David J. M. Karlsen for reporting it - posted by cm...@apache.org on 2013/06/20 22:15:56 UTC, 1 replies.
- [2/2] git commit: CAMEL-6317: Camel-validator not able to resolve schema when using useSharedSchema=false Thanks David J. M. Karlsen for reporting it - posted by cm...@apache.org on 2013/06/20 22:15:57 UTC, 1 replies.
- svn commit: r1495192 - /camel/website/template/template.camel - posted by dk...@apache.org on 2013/06/20 23:20:55 UTC, 0 replies.
- svn commit: r866680 [12/15] - in /websites/production/camel/content/maven: camel-2.10.0/camel-ahc/apidocs/ camel-2.10.0/camel-amqp/apidocs/ camel-2.10.0/camel-apns/apidocs/ camel-2.10.0/camel-atom/apidocs/ camel-2.10.0/camel-avro/apidocs/ camel-2.10.0/... - posted by cm...@apache.org on 2013/06/20 23:40:32 UTC, 0 replies.
- svn commit: r866680 [5/15] - in /websites/production/camel/content/maven: camel-2.10.0/camel-ahc/apidocs/ camel-2.10.0/camel-amqp/apidocs/ camel-2.10.0/camel-apns/apidocs/ camel-2.10.0/camel-atom/apidocs/ camel-2.10.0/camel-avro/apidocs/ camel-2.10.0/c... - posted by cm...@apache.org on 2013/06/20 23:40:32 UTC, 0 replies.
- svn commit: r866680 [11/15] - in /websites/production/camel/content/maven: camel-2.10.0/camel-ahc/apidocs/ camel-2.10.0/camel-amqp/apidocs/ camel-2.10.0/camel-apns/apidocs/ camel-2.10.0/camel-atom/apidocs/ camel-2.10.0/camel-avro/apidocs/ camel-2.10.0/... - posted by cm...@apache.org on 2013/06/20 23:40:32 UTC, 0 replies.
- svn commit: r866680 [15/15] - in /websites/production/camel/content/maven: camel-2.10.0/camel-ahc/apidocs/ camel-2.10.0/camel-amqp/apidocs/ camel-2.10.0/camel-apns/apidocs/ camel-2.10.0/camel-atom/apidocs/ camel-2.10.0/camel-avro/apidocs/ camel-2.10.0/... - posted by cm...@apache.org on 2013/06/20 23:40:32 UTC, 0 replies.
- svn commit: r866680 [8/15] - in /websites/production/camel/content/maven: camel-2.10.0/camel-ahc/apidocs/ camel-2.10.0/camel-amqp/apidocs/ camel-2.10.0/camel-apns/apidocs/ camel-2.10.0/camel-atom/apidocs/ camel-2.10.0/camel-avro/apidocs/ camel-2.10.0/c... - posted by cm...@apache.org on 2013/06/20 23:40:32 UTC, 0 replies.
- svn commit: r866680 [2/15] - in /websites/production/camel/content/maven: camel-2.10.0/camel-ahc/apidocs/ camel-2.10.0/camel-amqp/apidocs/ camel-2.10.0/camel-apns/apidocs/ camel-2.10.0/camel-atom/apidocs/ camel-2.10.0/camel-avro/apidocs/ camel-2.10.0/c... - posted by cm...@apache.org on 2013/06/20 23:40:32 UTC, 0 replies.
- svn commit: r866680 [7/15] - in /websites/production/camel/content/maven: camel-2.10.0/camel-ahc/apidocs/ camel-2.10.0/camel-amqp/apidocs/ camel-2.10.0/camel-apns/apidocs/ camel-2.10.0/camel-atom/apidocs/ camel-2.10.0/camel-avro/apidocs/ camel-2.10.0/c... - posted by cm...@apache.org on 2013/06/20 23:40:32 UTC, 0 replies.
- svn commit: r866680 [14/15] - in /websites/production/camel/content/maven: camel-2.10.0/camel-ahc/apidocs/ camel-2.10.0/camel-amqp/apidocs/ camel-2.10.0/camel-apns/apidocs/ camel-2.10.0/camel-atom/apidocs/ camel-2.10.0/camel-avro/apidocs/ camel-2.10.0/... - posted by cm...@apache.org on 2013/06/20 23:40:32 UTC, 0 replies.
- svn commit: r866680 [9/15] - in /websites/production/camel/content/maven: camel-2.10.0/camel-ahc/apidocs/ camel-2.10.0/camel-amqp/apidocs/ camel-2.10.0/camel-apns/apidocs/ camel-2.10.0/camel-atom/apidocs/ camel-2.10.0/camel-avro/apidocs/ camel-2.10.0/c... - posted by cm...@apache.org on 2013/06/20 23:40:32 UTC, 0 replies.
- svn commit: r866680 [13/15] - in /websites/production/camel/content/maven: camel-2.10.0/camel-ahc/apidocs/ camel-2.10.0/camel-amqp/apidocs/ camel-2.10.0/camel-apns/apidocs/ camel-2.10.0/camel-atom/apidocs/ camel-2.10.0/camel-avro/apidocs/ camel-2.10.0/... - posted by cm...@apache.org on 2013/06/20 23:40:32 UTC, 0 replies.
- svn commit: r866680 [6/15] - in /websites/production/camel/content/maven: camel-2.10.0/camel-ahc/apidocs/ camel-2.10.0/camel-amqp/apidocs/ camel-2.10.0/camel-apns/apidocs/ camel-2.10.0/camel-atom/apidocs/ camel-2.10.0/camel-avro/apidocs/ camel-2.10.0/c... - posted by cm...@apache.org on 2013/06/20 23:40:32 UTC, 0 replies.
- svn commit: r866680 [3/15] - in /websites/production/camel/content/maven: camel-2.10.0/camel-ahc/apidocs/ camel-2.10.0/camel-amqp/apidocs/ camel-2.10.0/camel-apns/apidocs/ camel-2.10.0/camel-atom/apidocs/ camel-2.10.0/camel-avro/apidocs/ camel-2.10.0/c... - posted by cm...@apache.org on 2013/06/20 23:40:32 UTC, 0 replies.
- svn commit: r866680 [4/15] - in /websites/production/camel/content/maven: camel-2.10.0/camel-ahc/apidocs/ camel-2.10.0/camel-amqp/apidocs/ camel-2.10.0/camel-apns/apidocs/ camel-2.10.0/camel-atom/apidocs/ camel-2.10.0/camel-avro/apidocs/ camel-2.10.0/c... - posted by cm...@apache.org on 2013/06/20 23:40:32 UTC, 0 replies.
- svn commit: r866680 [1/15] - in /websites/production/camel/content/maven: camel-2.10.0/camel-ahc/apidocs/ camel-2.10.0/camel-amqp/apidocs/ camel-2.10.0/camel-apns/apidocs/ camel-2.10.0/camel-atom/apidocs/ camel-2.10.0/camel-avro/apidocs/ camel-2.10.0/c... - posted by cm...@apache.org on 2013/06/20 23:40:32 UTC, 0 replies.
- svn commit: r866680 [10/15] - in /websites/production/camel/content/maven: camel-2.10.0/camel-ahc/apidocs/ camel-2.10.0/camel-amqp/apidocs/ camel-2.10.0/camel-apns/apidocs/ camel-2.10.0/camel-atom/apidocs/ camel-2.10.0/camel-avro/apidocs/ camel-2.10.0/... - posted by cm...@apache.org on 2013/06/20 23:40:32 UTC, 0 replies.
- git commit: CAMEL-6474 doesn't use the DOM2SAX for XMLConverter any more - posted by ni...@apache.org on 2013/06/21 10:29:09 UTC, 0 replies.
- svn commit: r866773 - in /websites/production/camel/content: 2013/04/28/apache-camel-297-released.html cache/main.pageCache index.html news.html stream-caching.html - posted by bu...@apache.org on 2013/06/21 12:18:35 UTC, 0 replies.
- [1/2] [maven-release-plugin] prepare for next development iteration - posted by cm...@apache.org on 2013/06/21 18:28:33 UTC, 0 replies.
- [2/2] git commit: [maven-release-plugin] prepare for next development iteration - posted by cm...@apache.org on 2013/06/21 18:28:34 UTC, 0 replies.
- [1/2] Revert "[maven-release-plugin] prepare for next development iteration" - posted by cm...@apache.org on 2013/06/21 19:52:51 UTC, 0 replies.
- [2/2] git commit: Revert "[maven-release-plugin] prepare for next development iteration" - posted by cm...@apache.org on 2013/06/21 19:52:52 UTC, 0 replies.
- svn commit: r866973 - in /websites/production/camel/content: 2013/04/28/apache-camel-297-released.html cache/main.pageCache index.html news.html news.thumbs/apachecon-eu-2012.jpg news.thumbs/jacug-camel.jpg release-guide.html - posted by bu...@apache.org on 2013/06/22 17:18:25 UTC, 0 replies.
- [1/4] git commit: Added unit test based on user forum issue - posted by da...@apache.org on 2013/06/23 09:27:56 UTC, 0 replies.
- [2/4] git commit: CAMEL-6478: TestNG test cases not working correctly with groups. Thanks to David Arthur for the patch. - posted by da...@apache.org on 2013/06/23 09:27:57 UTC, 0 replies.
- [3/4] git commit: CAMEL-6478: TestNG test cases not working correctly with groups. Thanks to David Arthur for the patch. - posted by da...@apache.org on 2013/06/23 09:27:58 UTC, 0 replies.
- [4/4] git commit: CAMEL-6478: TestNG test cases not working correctly with groups. Thanks to David Arthur for the patch. - posted by da...@apache.org on 2013/06/23 09:27:59 UTC, 0 replies.
- [1/2] git commit: CAMEL-6473: Support NULL values in named parameters in camel-sql. Thanks to Sergey Galkin for the patch. - posted by da...@apache.org on 2013/06/23 09:39:37 UTC, 0 replies.
- [2/2] git commit: CAMEL-6473: Support NULL values in named parameters in camel-sql. Thanks to Sergey Galkin for the patch. - posted by da...@apache.org on 2013/06/23 09:39:38 UTC, 0 replies.
- svn commit: r867050 - in /websites/production/camel/content: cache/main.pageCache camel-2120-release.html - posted by bu...@apache.org on 2013/06/23 10:18:23 UTC, 0 replies.
- [1/4] git commit: CAMEL-6004: TokenizeXML added support for self closing tags. Thanks to Aki Yoshida for the patch. - posted by da...@apache.org on 2013/06/23 10:25:10 UTC, 0 replies.
- [3/4] git commit: CAMEL-6004: TokenizeXML added support for self closing tags. Thanks to Aki Yoshida for the patch. - posted by da...@apache.org on 2013/06/23 10:25:12 UTC, 0 replies.
- [4/4] git commit: CAMEL-6004: TokenizeXML added support for self closing tags. Thanks to Aki Yoshida for the patch. - posted by da...@apache.org on 2013/06/23 10:25:13 UTC, 0 replies.
- [1/3] git commit: CAMEL-6317: Fixed test in camel-spring - posted by da...@apache.org on 2013/06/23 10:32:00 UTC, 0 replies.
- [2/3] git commit: CAMEL-6317: Fixed test in camel-spring - posted by da...@apache.org on 2013/06/23 10:32:01 UTC, 0 replies.
- [3/3] git commit: CAMEL-6317: Fixed test in camel-spring - posted by da...@apache.org on 2013/06/23 10:32:02 UTC, 0 replies.
- [1/8] git commit: downgrade the maven-release-plugin from 2.4.1 to 2.2.1 because of MRELEASE-695 - posted by cm...@apache.org on 2013/06/23 11:03:45 UTC, 0 replies.
- [2/8] [maven-release-plugin] prepare release camel-2.10.5 - posted by cm...@apache.org on 2013/06/23 11:03:46 UTC, 0 replies.
- [3/8] git commit: [maven-release-plugin] prepare release camel-2.10.5 - posted by cm...@apache.org on 2013/06/23 11:03:47 UTC, 0 replies.
- [4/8] git commit: upgrade to maven-release-plugin 2.4.1 and use LANG='en_US.UTF-8' - posted by cm...@apache.org on 2013/06/23 11:03:48 UTC, 0 replies.
- [5/8] git commit: explicitly set the tagNameFormat in maven-release-plugin - posted by cm...@apache.org on 2013/06/23 11:03:49 UTC, 0 replies.
- [6/8] git commit: downgrade the maven-release-plugin from 2.2.1 to 2.1 because of MRELEASE-695 - posted by cm...@apache.org on 2013/06/23 11:03:50 UTC, 0 replies.
- [7/8] [maven-release-plugin] prepare for next development iteration - posted by cm...@apache.org on 2013/06/23 11:03:51 UTC, 0 replies.
- [8/8] git commit: [maven-release-plugin] prepare for next development iteration - posted by cm...@apache.org on 2013/06/23 11:03:52 UTC, 0 replies.
- [1/2] git commit: CAMEL-6477: sftp component supports loading keyfile from classpath. Thanks to Stephan Siano for the patch. - posted by da...@apache.org on 2013/06/24 09:47:36 UTC, 1 replies.
- [2/2] git commit: CAMEL-6477: sftp component supports loading keyfile from classpath. Thanks to Stephan Siano for the patch. - posted by da...@apache.org on 2013/06/24 09:47:37 UTC, 1 replies.
- svn commit: r867169 [2/5] - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache ftp.html ftp2.html - posted by bu...@apache.org on 2013/06/24 10:19:24 UTC, 0 replies.
- svn commit: r867169 [5/5] - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache ftp.html ftp2.html - posted by bu...@apache.org on 2013/06/24 10:19:24 UTC, 0 replies.
- svn commit: r867169 [4/5] - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache ftp.html ftp2.html - posted by bu...@apache.org on 2013/06/24 10:19:24 UTC, 0 replies.
- svn commit: r867169 [1/5] - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache ftp.html ftp2.html - posted by bu...@apache.org on 2013/06/24 10:19:24 UTC, 0 replies.
- svn commit: r867169 [3/5] - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache ftp.html ftp2.html - posted by bu...@apache.org on 2013/06/24 10:19:24 UTC, 0 replies.
- [1/2] git commit: CAMEL-6479: Added TryRename as fileExist option to file/ftp producer. Thanks to Marco Crivellaro for the patch. - posted by da...@apache.org on 2013/06/24 11:54:39 UTC, 0 replies.
- [2/2] git commit: CAMEL-6479: Added TryRename as fileExist option to file/ftp producer. Thanks to Marco Crivellaro for the patch. - posted by da...@apache.org on 2013/06/24 11:54:40 UTC, 0 replies.
- [1/3] git commit: CAMEL-6480: Allow to not log message body if CamelLogDebugBodyMaxChars is set to negative value. - posted by da...@apache.org on 2013/06/24 12:13:13 UTC, 0 replies.
- [2/3] git commit: CAMEL-6479: Fixed CS - posted by da...@apache.org on 2013/06/24 12:13:14 UTC, 0 replies.
- [3/3] git commit: CAMEL-6479: Fixed CS - posted by da...@apache.org on 2013/06/24 12:13:15 UTC, 0 replies.
- svn commit: r867188 [2/3] - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache file2.html how-do-i-set-the-max-chars-when-debug-logging-messages-in-camel.html - posted by bu...@apache.org on 2013/06/24 12:18:49 UTC, 0 replies.
- svn commit: r867188 [3/3] - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache file2.html how-do-i-set-the-max-chars-when-debug-logging-messages-in-camel.html - posted by bu...@apache.org on 2013/06/24 12:18:49 UTC, 0 replies.
- svn commit: r867188 [1/3] - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache file2.html how-do-i-set-the-max-chars-when-debug-logging-messages-in-camel.html - posted by bu...@apache.org on 2013/06/24 12:18:49 UTC, 0 replies.
- svn commit: r867196 - in /websites/production/camel/content: cache/main.pageCache try-catch-finally.html - posted by bu...@apache.org on 2013/06/24 13:18:14 UTC, 0 replies.
- [1/2] git commit: CAMEL-5842: Added responseBufferSize option to camel-jetty/http. - posted by da...@apache.org on 2013/06/24 14:41:18 UTC, 0 replies.
- [2/2] git commit: CAMEL-5842: Added responseBufferSize option to camel-jetty/http. - posted by da...@apache.org on 2013/06/24 14:41:19 UTC, 0 replies.
- [1/2] git commit: Added some comments on the MyProcessor of camel-cxf unit test - posted by ni...@apache.org on 2013/06/25 04:46:13 UTC, 0 replies.
- [2/2] git commit: CAMEL-6485 performance improvement in DefaultCamelContext with thanks to Eric - posted by ni...@apache.org on 2013/06/25 04:46:14 UTC, 0 replies.
- [1/2] git commit: Fixed test - posted by da...@apache.org on 2013/06/25 07:39:59 UTC, 0 replies.
- [2/2] git commit: CAMEL-6483: Optimized camel-jetty writing response. As well IOHelper copy streams if using byte arrays as input. - posted by da...@apache.org on 2013/06/25 07:40:00 UTC, 0 replies.
- git commit: CAMEL-6483: Optimized camel-jetty writing response. As well IOHelper copy streams if using byte arrays as input. - posted by da...@apache.org on 2013/06/25 07:50:23 UTC, 0 replies.
- [1/2] git commit: Fixed camel-groovy to use fixed plugin versions as latest versions dont work. - posted by da...@apache.org on 2013/06/25 08:22:26 UTC, 0 replies.
- [2/2] git commit: Fixed camel-groovy to use fixed plugin versions as latest versions dont work. - posted by da...@apache.org on 2013/06/25 08:22:27 UTC, 0 replies.
- [1/3] git commit: CAMEL-6465: Added greedy option to scheduled poll consumer. Thanks to John Liptak for the patch. - posted by da...@apache.org on 2013/06/25 09:15:40 UTC, 0 replies.
- [2/3] git commit: CAMEL-6465: Added greedy option to scheduled poll consumer. Thanks to John Liptak for the patch. - posted by da...@apache.org on 2013/06/25 09:15:41 UTC, 0 replies.
- [3/3] git commit: CAMEL-6465: Added greedy option to scheduled poll consumer. Thanks to John Liptak for the patch. - posted by da...@apache.org on 2013/06/25 09:15:42 UTC, 0 replies.
- svn commit: r867338 [3/4] - in /websites/production/camel/content: book-in-one-page.html book-pattern-appendix.html cache/main.pageCache camel-2120-release.html polling-consumer.html - posted by bu...@apache.org on 2013/06/25 09:18:29 UTC, 0 replies.
- svn commit: r867338 [1/4] - in /websites/production/camel/content: book-in-one-page.html book-pattern-appendix.html cache/main.pageCache camel-2120-release.html polling-consumer.html - posted by bu...@apache.org on 2013/06/25 09:18:29 UTC, 0 replies.
- svn commit: r867338 [2/4] - in /websites/production/camel/content: book-in-one-page.html book-pattern-appendix.html cache/main.pageCache camel-2120-release.html polling-consumer.html - posted by bu...@apache.org on 2013/06/25 09:18:29 UTC, 0 replies.
- svn commit: r867338 [4/4] - in /websites/production/camel/content: book-in-one-page.html book-pattern-appendix.html cache/main.pageCache camel-2120-release.html polling-consumer.html - posted by bu...@apache.org on 2013/06/25 09:18:29 UTC, 0 replies.
- [1/2] git commit: CAMEL-6481: Added support for array length field in simple language. - posted by da...@apache.org on 2013/06/25 10:48:18 UTC, 0 replies.
- [2/2] git commit: CAMEL-6481: Added support for array length field in simple language. - posted by da...@apache.org on 2013/06/25 10:48:19 UTC, 0 replies.
- [1/7] git commit: Polished - posted by da...@apache.org on 2013/06/25 11:08:54 UTC, 0 replies.
- [2/7] git commit: CAMEL-6446: camel-jackson support using JAXB annotations. Thanks to Chris Geer for the patch. - posted by da...@apache.org on 2013/06/25 11:08:55 UTC, 0 replies.
- [3/7] git commit: CAMEL-6485 performance improvement in DefaultCamelContext with thanks to Eric - posted by da...@apache.org on 2013/06/25 11:08:56 UTC, 0 replies.
- [4/7] git commit: Polished - posted by da...@apache.org on 2013/06/25 11:08:57 UTC, 0 replies.
- [5/7] git commit: CAMEL-6446: camel-jackson support using JAXB annotations. Thanks to Chris Geer for the patch. - posted by da...@apache.org on 2013/06/25 11:08:58 UTC, 0 replies.
- [6/7] git commit: CAMEL-6485 performance improvement in DefaultCamelContext with thanks to Eric - posted by da...@apache.org on 2013/06/25 11:08:59 UTC, 0 replies.
- [7/7] git commit: Polished - posted by da...@apache.org on 2013/06/25 11:09:00 UTC, 0 replies.
- svn commit: r867353 [3/3] - in /websites/production/camel/content: book-in-one-page.html book-languages-appendix.html cache/main.pageCache camel-2120-release.html simple.html - posted by bu...@apache.org on 2013/06/25 11:18:47 UTC, 0 replies.
- svn commit: r867353 [2/3] - in /websites/production/camel/content: book-in-one-page.html book-languages-appendix.html cache/main.pageCache camel-2120-release.html simple.html - posted by bu...@apache.org on 2013/06/25 11:18:47 UTC, 0 replies.
- svn commit: r867353 [1/3] - in /websites/production/camel/content: book-in-one-page.html book-languages-appendix.html cache/main.pageCache camel-2120-release.html simple.html - posted by bu...@apache.org on 2013/06/25 11:18:47 UTC, 0 replies.
- svn commit: r867416 - in /websites/production/camel/content: ./ 2013/04/28/ cache/ console-example.thumbs/ tutorial-osgi-camel-part2c.thumbs/ - posted by bu...@apache.org on 2013/06/25 21:20:40 UTC, 0 replies.
- svn commit: r867420 - /websites/production/camel/content/styles/highlighter/styles/shThemeCamel.css - posted by dk...@apache.org on 2013/06/25 21:32:15 UTC, 0 replies.
- svn commit: r867421 [15/15] - in /websites/production/camel/content: ./ 2007/08/20/ 2007/10/01/ 2007/10/28/ 2008/04/08/ 2008/04/22/ 2008/04/28/ 2008/07/22/ 2008/10/31/ 2009/01/19/ 2009/02/03/ 2009/02/17/ 2009/03/17/ 2009/05/19/ 2009/10/26/ 2009/11/25/ ... - posted by dk...@apache.org on 2013/06/25 21:40:30 UTC, 0 replies.
- svn commit: r867421 [2/15] - in /websites/production/camel/content: ./ 2007/08/20/ 2007/10/01/ 2007/10/28/ 2008/04/08/ 2008/04/22/ 2008/04/28/ 2008/07/22/ 2008/10/31/ 2009/01/19/ 2009/02/03/ 2009/02/17/ 2009/03/17/ 2009/05/19/ 2009/10/26/ 2009/11/25/ 2... - posted by dk...@apache.org on 2013/06/25 21:40:30 UTC, 0 replies.
- svn commit: r867421 [10/15] - in /websites/production/camel/content: ./ 2007/08/20/ 2007/10/01/ 2007/10/28/ 2008/04/08/ 2008/04/22/ 2008/04/28/ 2008/07/22/ 2008/10/31/ 2009/01/19/ 2009/02/03/ 2009/02/17/ 2009/03/17/ 2009/05/19/ 2009/10/26/ 2009/11/25/ ... - posted by dk...@apache.org on 2013/06/25 21:40:30 UTC, 0 replies.
- svn commit: r867421 [11/15] - in /websites/production/camel/content: ./ 2007/08/20/ 2007/10/01/ 2007/10/28/ 2008/04/08/ 2008/04/22/ 2008/04/28/ 2008/07/22/ 2008/10/31/ 2009/01/19/ 2009/02/03/ 2009/02/17/ 2009/03/17/ 2009/05/19/ 2009/10/26/ 2009/11/25/ ... - posted by dk...@apache.org on 2013/06/25 21:40:30 UTC, 0 replies.
- svn commit: r867421 [4/15] - in /websites/production/camel/content: ./ 2007/08/20/ 2007/10/01/ 2007/10/28/ 2008/04/08/ 2008/04/22/ 2008/04/28/ 2008/07/22/ 2008/10/31/ 2009/01/19/ 2009/02/03/ 2009/02/17/ 2009/03/17/ 2009/05/19/ 2009/10/26/ 2009/11/25/ 2... - posted by dk...@apache.org on 2013/06/25 21:40:30 UTC, 0 replies.
- svn commit: r867421 [14/15] - in /websites/production/camel/content: ./ 2007/08/20/ 2007/10/01/ 2007/10/28/ 2008/04/08/ 2008/04/22/ 2008/04/28/ 2008/07/22/ 2008/10/31/ 2009/01/19/ 2009/02/03/ 2009/02/17/ 2009/03/17/ 2009/05/19/ 2009/10/26/ 2009/11/25/ ... - posted by dk...@apache.org on 2013/06/25 21:40:30 UTC, 0 replies.
- svn commit: r867421 [7/15] - in /websites/production/camel/content: ./ 2007/08/20/ 2007/10/01/ 2007/10/28/ 2008/04/08/ 2008/04/22/ 2008/04/28/ 2008/07/22/ 2008/10/31/ 2009/01/19/ 2009/02/03/ 2009/02/17/ 2009/03/17/ 2009/05/19/ 2009/10/26/ 2009/11/25/ 2... - posted by dk...@apache.org on 2013/06/25 21:40:30 UTC, 0 replies.
- svn commit: r867421 [5/15] - in /websites/production/camel/content: ./ 2007/08/20/ 2007/10/01/ 2007/10/28/ 2008/04/08/ 2008/04/22/ 2008/04/28/ 2008/07/22/ 2008/10/31/ 2009/01/19/ 2009/02/03/ 2009/02/17/ 2009/03/17/ 2009/05/19/ 2009/10/26/ 2009/11/25/ 2... - posted by dk...@apache.org on 2013/06/25 21:40:30 UTC, 0 replies.
- svn commit: r867421 [9/15] - in /websites/production/camel/content: ./ 2007/08/20/ 2007/10/01/ 2007/10/28/ 2008/04/08/ 2008/04/22/ 2008/04/28/ 2008/07/22/ 2008/10/31/ 2009/01/19/ 2009/02/03/ 2009/02/17/ 2009/03/17/ 2009/05/19/ 2009/10/26/ 2009/11/25/ 2... - posted by dk...@apache.org on 2013/06/25 21:40:30 UTC, 0 replies.
- svn commit: r867421 [1/15] - in /websites/production/camel/content: ./ 2007/08/20/ 2007/10/01/ 2007/10/28/ 2008/04/08/ 2008/04/22/ 2008/04/28/ 2008/07/22/ 2008/10/31/ 2009/01/19/ 2009/02/03/ 2009/02/17/ 2009/03/17/ 2009/05/19/ 2009/10/26/ 2009/11/25/ 2... - posted by dk...@apache.org on 2013/06/25 21:40:30 UTC, 0 replies.
- svn commit: r867421 [6/15] - in /websites/production/camel/content: ./ 2007/08/20/ 2007/10/01/ 2007/10/28/ 2008/04/08/ 2008/04/22/ 2008/04/28/ 2008/07/22/ 2008/10/31/ 2009/01/19/ 2009/02/03/ 2009/02/17/ 2009/03/17/ 2009/05/19/ 2009/10/26/ 2009/11/25/ 2... - posted by dk...@apache.org on 2013/06/25 21:40:30 UTC, 0 replies.
- svn commit: r867421 [8/15] - in /websites/production/camel/content: ./ 2007/08/20/ 2007/10/01/ 2007/10/28/ 2008/04/08/ 2008/04/22/ 2008/04/28/ 2008/07/22/ 2008/10/31/ 2009/01/19/ 2009/02/03/ 2009/02/17/ 2009/03/17/ 2009/05/19/ 2009/10/26/ 2009/11/25/ 2... - posted by dk...@apache.org on 2013/06/25 21:40:30 UTC, 0 replies.
- svn commit: r867421 [3/15] - in /websites/production/camel/content: ./ 2007/08/20/ 2007/10/01/ 2007/10/28/ 2008/04/08/ 2008/04/22/ 2008/04/28/ 2008/07/22/ 2008/10/31/ 2009/01/19/ 2009/02/03/ 2009/02/17/ 2009/03/17/ 2009/05/19/ 2009/10/26/ 2009/11/25/ 2... - posted by dk...@apache.org on 2013/06/25 21:40:30 UTC, 0 replies.
- svn commit: r867421 [12/15] - in /websites/production/camel/content: ./ 2007/08/20/ 2007/10/01/ 2007/10/28/ 2008/04/08/ 2008/04/22/ 2008/04/28/ 2008/07/22/ 2008/10/31/ 2009/01/19/ 2009/02/03/ 2009/02/17/ 2009/03/17/ 2009/05/19/ 2009/10/26/ 2009/11/25/ ... - posted by dk...@apache.org on 2013/06/25 21:40:30 UTC, 0 replies.
- svn commit: r867421 [13/15] - in /websites/production/camel/content: ./ 2007/08/20/ 2007/10/01/ 2007/10/28/ 2008/04/08/ 2008/04/22/ 2008/04/28/ 2008/07/22/ 2008/10/31/ 2009/01/19/ 2009/02/03/ 2009/02/17/ 2009/03/17/ 2009/05/19/ 2009/10/26/ 2009/11/25/ ... - posted by dk...@apache.org on 2013/06/25 21:40:30 UTC, 0 replies.
- svn commit: r867424 - /websites/production/camel/content/styles/highlighter/styles/shCoreCamel.css - posted by dk...@apache.org on 2013/06/25 22:03:52 UTC, 0 replies.
- svn commit: r1496624 - /camel/website/template/template.camel - posted by dk...@apache.org on 2013/06/25 22:13:27 UTC, 0 replies.
- svn commit: r867428 [5/6] - in /websites/production/camel/content: ./ cache/ - posted by dk...@apache.org on 2013/06/25 22:15:05 UTC, 0 replies.
- svn commit: r867428 [2/6] - in /websites/production/camel/content: ./ cache/ - posted by dk...@apache.org on 2013/06/25 22:15:05 UTC, 0 replies.
- svn commit: r867428 [4/6] - in /websites/production/camel/content: ./ cache/ - posted by dk...@apache.org on 2013/06/25 22:15:05 UTC, 0 replies.
- svn commit: r867428 [3/6] - in /websites/production/camel/content: ./ cache/ - posted by dk...@apache.org on 2013/06/25 22:15:05 UTC, 0 replies.
- svn commit: r867428 [6/6] - in /websites/production/camel/content: ./ cache/ - posted by dk...@apache.org on 2013/06/25 22:15:05 UTC, 0 replies.
- svn commit: r867428 [1/6] - in /websites/production/camel/content: ./ cache/ - posted by dk...@apache.org on 2013/06/25 22:15:05 UTC, 0 replies.
- git commit: CAMEL-6491: Installation of camel-leveldb feature fails - posted by cm...@apache.org on 2013/06/25 23:07:00 UTC, 0 replies.
- svn commit: r2303 - /release/camel/apache-camel/2.10.5/ - posted by cm...@apache.org on 2013/06/26 08:35:12 UTC, 0 replies.
- svn commit: r2304 - /release/camel/apache-camel/2.10.5/ - posted by cm...@apache.org on 2013/06/26 08:49:53 UTC, 0 replies.
- [1/3] git commit: CAMEL-6488: camel-netty-http allow to share port in OSGi environment. Work in progress. - posted by da...@apache.org on 2013/06/26 09:40:32 UTC, 1 replies.
- [2/3] git commit: Upgraded to jruby 1.7.4 - posted by da...@apache.org on 2013/06/26 09:40:33 UTC, 1 replies.
- [3/3] git commit: CAMEL-6488: camel-netty-http allow to share port in OSGi environment. Work in progress. - posted by da...@apache.org on 2013/06/26 09:40:34 UTC, 0 replies.
- [3/3] git commit: Upgraded to jruby 1.7.4 - posted by da...@apache.org on 2013/06/26 09:49:16 UTC, 0 replies.
- [1/5] git commit: CAMEL-6488: camel-netty-http allow to share port in OSGi environment. Work in progress. - posted by da...@apache.org on 2013/06/26 12:43:56 UTC, 0 replies.
- [2/5] git commit: CAMEL-6488: camel-netty-http. Added example for blueprint. - posted by da...@apache.org on 2013/06/26 12:43:57 UTC, 0 replies.
- [3/5] git commit: CAMEL-6488: camel-netty-http. Weird osgi issue. - posted by da...@apache.org on 2013/06/26 12:43:58 UTC, 0 replies.
- [4/5] git commit: CAMEL-6488: camel-netty-http. Added example for blueprint. - posted by da...@apache.org on 2013/06/26 12:43:59 UTC, 0 replies.
- [5/5] git commit: CAMEL-6488: camel-netty-http. Added example for blueprint. - posted by da...@apache.org on 2013/06/26 12:44:00 UTC, 0 replies.
- svn commit: r867501 - in /websites/production/camel/content: cache/main.pageCache camel-2120-release.html examples.html netty-http-server-example.html - posted by bu...@apache.org on 2013/06/26 13:18:13 UTC, 0 replies.
- git commit: CAMEL-6488: camel-netty-http allow to share port in OSGi environment. - posted by da...@apache.org on 2013/06/26 13:25:26 UTC, 0 replies.
- git commit: CAMEL-6488: camel-netty-http. Added example for blueprint. - posted by da...@apache.org on 2013/06/26 13:34:48 UTC, 0 replies.
- svn commit: r867507 - in /websites/production/camel/content: cache/main.pageCache netty-http-server-example.html netty-http.html - posted by bu...@apache.org on 2013/06/26 14:18:15 UTC, 0 replies.
- svn commit: r867520 [2/3] - in /websites/production/camel/content: ./ cache/ - posted by dk...@apache.org on 2013/06/26 17:23:34 UTC, 0 replies.
- svn commit: r867520 [3/3] - in /websites/production/camel/content: ./ cache/ - posted by dk...@apache.org on 2013/06/26 17:23:34 UTC, 0 replies.
- svn commit: r867520 [1/3] - in /websites/production/camel/content: ./ cache/ - posted by dk...@apache.org on 2013/06/26 17:23:34 UTC, 0 replies.
- svn commit: r867521 [4/4] - in /websites/production/camel/content: 2007/08/17/ 2009/06/15/ 2009/07/25/ 2009/08/25/ 2010/05/26/ 2010/06/10/ 2010/07/15/ 2010/10/31/ 2010/11/04/ 2010/12/17/ 2011/01/30/ 2011/03/22/ 2011/05/02/ 2011/05/19/ 2011/07/01/ 2011/... - posted by dk...@apache.org on 2013/06/26 17:25:50 UTC, 0 replies.
- svn commit: r867521 [2/4] - in /websites/production/camel/content: 2007/08/17/ 2009/06/15/ 2009/07/25/ 2009/08/25/ 2010/05/26/ 2010/06/10/ 2010/07/15/ 2010/10/31/ 2010/11/04/ 2010/12/17/ 2011/01/30/ 2011/03/22/ 2011/05/02/ 2011/05/19/ 2011/07/01/ 2011/... - posted by dk...@apache.org on 2013/06/26 17:25:50 UTC, 0 replies.
- svn commit: r867521 [1/4] - in /websites/production/camel/content: 2007/08/17/ 2009/06/15/ 2009/07/25/ 2009/08/25/ 2010/05/26/ 2010/06/10/ 2010/07/15/ 2010/10/31/ 2010/11/04/ 2010/12/17/ 2011/01/30/ 2011/03/22/ 2011/05/02/ 2011/05/19/ 2011/07/01/ 2011/... - posted by dk...@apache.org on 2013/06/26 17:25:50 UTC, 0 replies.
- svn commit: r867521 [3/4] - in /websites/production/camel/content: 2007/08/17/ 2009/06/15/ 2009/07/25/ 2009/08/25/ 2010/05/26/ 2010/06/10/ 2010/07/15/ 2010/10/31/ 2010/11/04/ 2010/12/17/ 2011/01/30/ 2011/03/22/ 2011/05/02/ 2011/05/19/ 2011/07/01/ 2011/... - posted by dk...@apache.org on 2013/06/26 17:25:50 UTC, 0 replies.
- [1/2] CAMEL-6493 - first cut of camel-yammer, component to interact with yammer social network - posted by ja...@apache.org on 2013/06/26 20:27:29 UTC, 0 replies.
- [2/2] git commit: CAMEL-6493 - first cut of camel-yammer, component to interact with yammer social network - posted by ja...@apache.org on 2013/06/26 20:27:30 UTC, 0 replies.
- git commit: updated the version numbers for the modules the maven-release-plugin didn't updated - posted by cm...@apache.org on 2013/06/26 21:06:32 UTC, 0 replies.
- svn commit: r867541 - in /websites/production/camel/content/schema: blueprint/ cxf/ spring-security/ spring/ spring/integration/ - posted by cm...@apache.org on 2013/06/26 21:36:18 UTC, 0 replies.
- svn commit: r867542 [1/3] - in /websites/production/camel/content/manual: camel-manual-2.10.5.html camel-manual-2.10.5.pdf - posted by cm...@apache.org on 2013/06/26 21:37:45 UTC, 0 replies.
- svn commit: r867542 [3/3] - in /websites/production/camel/content/manual: camel-manual-2.10.5.html camel-manual-2.10.5.pdf - posted by cm...@apache.org on 2013/06/26 21:37:45 UTC, 0 replies.
- svn commit: r867542 [2/3] - in /websites/production/camel/content/manual: camel-manual-2.10.5.html camel-manual-2.10.5.pdf - posted by cm...@apache.org on 2013/06/26 21:37:45 UTC, 0 replies.
- git commit: add the release version number to the spring.schemas files - posted by cm...@apache.org on 2013/06/26 21:52:54 UTC, 0 replies.
- svn commit: r867544 - /websites/production/camel/content/cache/main.pageCache - posted by cm...@apache.org on 2013/06/26 22:13:39 UTC, 0 replies.
- svn commit: r867545 [3/3] - in /websites/production/camel/content: ./ 2013/06/ 2013/06/26/ cache/ - posted by bu...@apache.org on 2013/06/26 22:20:12 UTC, 0 replies.
- svn commit: r867545 [1/3] - in /websites/production/camel/content: ./ 2013/06/ 2013/06/26/ cache/ - posted by bu...@apache.org on 2013/06/26 22:20:12 UTC, 0 replies.
- svn commit: r867545 [2/3] - in /websites/production/camel/content: ./ 2013/06/ 2013/06/26/ cache/ - posted by bu...@apache.org on 2013/06/26 22:20:12 UTC, 0 replies.
- svn commit: r867549 - /websites/production/camel/content/cache/main.pageCache - posted by bu...@apache.org on 2013/06/26 23:18:13 UTC, 0 replies.
- svn commit: r867555 - /websites/production/camel/content/cache/main.pageCache - posted by bu...@apache.org on 2013/06/27 00:18:12 UTC, 0 replies.
- svn commit: r867563 - /websites/production/camel/content/cache/main.pageCache - posted by bu...@apache.org on 2013/06/27 01:18:12 UTC, 0 replies.
- svn commit: r867569 - /websites/production/camel/content/cache/main.pageCache - posted by bu...@apache.org on 2013/06/27 02:18:14 UTC, 0 replies.
- svn commit: r867575 - /websites/production/camel/content/cache/main.pageCache - posted by bu...@apache.org on 2013/06/27 03:18:11 UTC, 0 replies.
- git commit: Polished the ws-security unit test of camel-cxf - posted by ni...@apache.org on 2013/06/27 07:44:01 UTC, 0 replies.
- svn commit: r867607 - in /websites/production/camel/content: book-in-one-page.html book-languages-appendix.html cache/main.pageCache netty-http.html xpath.html - posted by bu...@apache.org on 2013/06/27 10:18:52 UTC, 0 replies.
- git commit: CAMEL-6494: Allow for skipping fields and trailing characters in Bindy fixed-length records. Thanks to Rich Newcomb for the patch. - posted by da...@apache.org on 2013/06/27 10:36:01 UTC, 0 replies.
- git commit: CAMEL-6327: camel-netty-http - Ensure CamelHttpUrl header is always using absolute http url, to be consistent and similar with camel-jetty. - posted by da...@apache.org on 2013/06/27 11:36:12 UTC, 1 replies.
- svn commit: r867617 - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache mail.html - posted by bu...@apache.org on 2013/06/27 12:18:57 UTC, 0 replies.
- [1/2] git commit: CAMEL-6488: camel-netty-http. Added example for blueprint. - posted by da...@apache.org on 2013/06/27 14:42:07 UTC, 0 replies.
- [2/2] git commit: Added blueprint example of our twitter example. Though some weird stuff in felix bundle plugin - not working yet. - posted by da...@apache.org on 2013/06/27 14:42:08 UTC, 0 replies.
- [1/2] git commit: CAMEL-6327: camel-netty-http - Working on CBR with xpath issue. - posted by da...@apache.org on 2013/06/27 16:22:25 UTC, 0 replies.
- [2/2] git commit: CAMEL-6494: Allow for skipping fields and trailing characters in Bindy fixed-length records. Thanks to Rich Newcomb for the patch. - posted by da...@apache.org on 2013/06/27 16:22:26 UTC, 0 replies.
- git commit: CAMEL-6327: camel-netty-http - Working on CBR with xpath issue. - posted by da...@apache.org on 2013/06/27 17:36:25 UTC, 0 replies.
- svn commit: r867641 - in /websites/production/camel/content: cache/main.pageCache netty-http.html - posted by bu...@apache.org on 2013/06/27 18:18:15 UTC, 0 replies.
- git commit: update the version numbers the maven-release-plugin skipped - posted by cm...@apache.org on 2013/06/27 21:15:54 UTC, 0 replies.
- git commit: [CAMEL-6495] Upgrade to Hazelcast 2.6 - posted by jb...@apache.org on 2013/06/27 21:25:44 UTC, 1 replies.
- git commit: CAMEL-6496: Upgrade the features.xml file to Apache CXF 2.6.8 - posted by cm...@apache.org on 2013/06/27 22:34:19 UTC, 0 replies.
- git commit: CAMEL-6252: camel-aws - Possible concurrent modification exception - posted by cm...@apache.org on 2013/06/27 23:50:29 UTC, 2 replies.
- git commit: [CAMEL-6497] Upgrade to commons-logging 1.1.3 - posted by jb...@apache.org on 2013/06/28 08:11:59 UTC, 0 replies.
- svn commit: r867758 - /websites/production/camel/content/styles/camel-manual.css - posted by dk...@apache.org on 2013/06/28 18:25:36 UTC, 0 replies.
- svn commit: r867775 - /websites/production/camel/content/styles/camel-manual.css - posted by dk...@apache.org on 2013/06/28 20:21:57 UTC, 0 replies.
- svn commit: r867780 - in /websites/production/camel/content: book-cookbook.html book-front-cover.html book-in-one-page.html cache/main.pageCache testing.html - posted by dk...@apache.org on 2013/06/28 20:42:50 UTC, 0 replies.
- git commit: Change to just generate an HTML manual - posted by dk...@apache.org on 2013/06/28 20:44:30 UTC, 0 replies.
- [1/3] git commit: CAMEL-6493 - enable limiting of messages consumed per poll - posted by ja...@apache.org on 2013/06/28 21:23:16 UTC, 0 replies.
- [2/3] git commit: Add comment to yammer testcase - posted by ja...@apache.org on 2013/06/28 21:23:17 UTC, 0 replies.
- [3/3] git commit: Fix checkstyle errors - posted by ja...@apache.org on 2013/06/28 21:23:18 UTC, 0 replies.
- git commit: CAMEL-6493 - add additional options for consuming messages - posted by ja...@apache.org on 2013/06/28 21:54:18 UTC, 0 replies.
- git commit: update the maven-release-plugin configuration to use our new Git repository - posted by cm...@apache.org on 2013/06/29 11:53:45 UTC, 1 replies.
- git commit: CAMEL-6480: Allow to not log message body if CamelLogDebugBodyMaxChars is set to negative value. - posted by da...@apache.org on 2013/06/29 11:56:25 UTC, 0 replies.
- git commit: fixed the issues reported by apache-rat-plugin - posted by cm...@apache.org on 2013/06/29 12:17:16 UTC, 0 replies.
- git commit: fixed the CS error - posted by cm...@apache.org on 2013/06/29 12:28:17 UTC, 9 replies.
- [1/2] git commit: Added blueprint example of our twitter example. - posted by da...@apache.org on 2013/06/29 12:53:45 UTC, 0 replies.
- [2/2] git commit: Fixed potential NPE - posted by da...@apache.org on 2013/06/29 12:53:46 UTC, 0 replies.
- git commit: fixed issues reported by the maven-rat-plugin - posted by cm...@apache.org on 2013/06/30 13:10:02 UTC, 0 replies.
- [1/3] fixed the various CS errors in the salesforce component - work in progress - posted by cm...@apache.org on 2013/06/30 14:28:18 UTC, 0 replies.
- [2/3] fixed the various CS errors in the salesforce component - work in progress - posted by cm...@apache.org on 2013/06/30 14:28:19 UTC, 0 replies.
- [3/3] git commit: fixed the various CS errors in the salesforce component - work in progress - posted by cm...@apache.org on 2013/06/30 14:28:20 UTC, 0 replies.
- git commit: fixed the various CS errors in the salesforce component - work in progress - posted by cm...@apache.org on 2013/06/30 17:47:25 UTC, 0 replies.
- git commit: fixed the CS errors - work in progress - posted by cm...@apache.org on 2013/06/30 18:19:40 UTC, 0 replies.
- git commit: changes the regexp for MutableException CheckStyle check - posted by cm...@apache.org on 2013/06/30 22:59:41 UTC, 0 replies.
- git commit: merged commit 247ced1dcb787db2faf325e253f9af8907581881 - Change to just generate an HTML manual - posted by cm...@apache.org on 2013/06/30 23:48:42 UTC, 0 replies.
- git commit: merged commit f2f1d1d361db314f0b1349b85daf7df519bb6298 - Change to just generate an HTML manual - posted by cm...@apache.org on 2013/06/30 23:54:11 UTC, 0 replies.