svn commit: r859668 - in /websites/production/camel/content: cache/main.pageCache release-guide.html

2013-04-23 Thread buildbot
Author: buildbot Date: Tue Apr 23 23:18:04 2013 New Revision: 859668 Log: Production update by buildbot for camel Modified: websites/production/camel/content/cache/main.pageCache websites/production/camel/content/release-guide.html Modified: websites/production/camel/content/cache/main.p

[CONF] Apache Camel > Release Guide

2013-04-23 Thread confluence
Release Guide Page edited by Christian Mueller Changes (1) ... svn ci -m "Update the pom version for next patch release" {code} #

svn commit: r1471180 - /camel/trunk/components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsComponentConfigurationTest.java

2013-04-23 Thread cmueller
Author: cmueller Date: Tue Apr 23 22:11:34 2013 New Revision: 1471180 URL: http://svn.apache.org/r1471180 Log: use a logger instead of System.out.println() Modified: camel/trunk/components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsComponentConfigurationTest.java Modified: c

svn commit: r1471174 - /camel/trunk/camel-core/src/test/java/org/apache/camel/impl/ComponentConfigurationTest.java

2013-04-23 Thread cmueller
Author: cmueller Date: Tue Apr 23 22:01:41 2013 New Revision: 1471174 URL: http://svn.apache.org/r1471174 Log: use a logger instead of System.out.println() Modified: camel/trunk/camel-core/src/test/java/org/apache/camel/impl/ComponentConfigurationTest.java Modified: camel/trunk/camel-core/

svn commit: r859595 - in /websites/production/camel/content: cache/main.pageCache camel-2120-release.html

2013-04-23 Thread buildbot
Author: buildbot Date: Tue Apr 23 11:18:08 2013 New Revision: 859595 Log: Production update by buildbot for camel Modified: websites/production/camel/content/cache/main.pageCache websites/production/camel/content/camel-2120-release.html Modified: websites/production/camel/content/cache/m

[CONF] Apache Camel > Camel 2.12.0 Release

2013-04-23 Thread confluence
Camel 2.12.0 Release Page edited by James Strachan Changes (2) ... Welcome to the 2.12.0 release which approx XXX issues resolved (new features

[CONF] Apache Camel > Camel 2.12.0 Release

2013-04-23 Thread confluence
Camel 2.12.0 Release Page edited by James Strachan Changes (2) ... Welcome to the 2.12.0 release which approx XXX issues resolved (new features

[CONF] Apache Camel > Endpoint Annotations

2013-04-23 Thread confluence
Endpoint Annotations Page edited by James Strachan Changes (1) ... Not only are the annotations useful for automatically generating the docume

[CONF] Apache Camel > Writing Components

2013-04-23 Thread confluence
Writing Components Page edited by James Strachan Changes (1) ... If your endpoint is a polling-centric component you can derive from [DefaultPo

[CONF] Apache Camel > Endpoint Annotations

2013-04-23 Thread confluence
Endpoint Annotations Page edited by James Strachan Changes (1) h2. Endpoint Annotations As of *Camel 2.12* you can annotate [Endpoint] and Co

[CONF] Apache Camel > ComponentConfiguration

2013-04-23 Thread confluence
ComponentConfiguration Page edited by James Strachan Changes (1) h2. ComponentConfiguration API As of *Camel 2.12* there is a new ComponentCo

[CONF] Apache Camel > ComponentConfiguration

2013-04-23 Thread confluence
ComponentConfiguration Page edited by James Strachan Changes (1) ... {code:java} Component component = camelContext.getComponent(

[CONF] Apache Camel > ComponentConfiguration

2013-04-23 Thread confluence
ComponentConfiguration Page edited by James Strachan Changes (1) h2. ComponentConfiguration API The As of *Camel 2.12* there is a new Compone

[CONF] Apache Camel > ComponentConfiguration

2013-04-23 Thread confluence
ComponentConfiguration Page added by James Strachan ComponentConfiguration API The new ComponentConfiguration API provides a mechanism for tools (command line, IDE, web based) to introspect the available Camel components and introspect what

[CONF] Apache Camel > Endpoint Annotations

2013-04-23 Thread confluence
Endpoint Annotations Page edited by James Strachan Changes (6) h2. Endpoint Annotations As of *Camel 2.12* you can annotate [Endpoint] and Co

[CONF] Apache Camel > Endpoint Annotations

2013-04-23 Thread confluence
Endpoint Annotations Page edited by James Strachan Changes (0) h2. Endpoint Annotations As of *Camel 2.12* you can annotate [Endpoint] and Co

[CONF] Apache Camel > Endpoint Annotations

2013-04-23 Thread confluence
Endpoint Annotations Page added by James Strachan Endpoint Annotations As of Camel 2.12 you can annotate Endpoint and Consumer classes so that their configuration documentation can be automatically generated by the maven plugin. The followi

svn commit: r1470844 - /camel/trunk/tooling/apt/src/main/java/org/apache/camel/tools/apt/EndpointAnnotationProcessor.java

2013-04-23 Thread jstrachan
Author: jstrachan Date: Tue Apr 23 08:22:27 2013 New Revision: 1470844 URL: http://svn.apache.org/r1470844 Log: fixed bug in generated HTML for CAMEL-6304 (we were generating too many close tables :) Modified: camel/trunk/tooling/apt/src/main/java/org/apache/camel/tools/apt/EndpointAnnotati

svn commit: r1470842 - in /camel/trunk: camel-core/src/main/java/org/apache/camel/component/bean/ camel-core/src/main/java/org/apache/camel/component/timer/ components/camel-jms/src/main/java/org/apac

2013-04-23 Thread jstrachan
Author: jstrachan Date: Tue Apr 23 08:02:18 2013 New Revision: 1470842 URL: http://svn.apache.org/r1470842 Log: port a bunch of components to use the new UriEndpointComponent base class for Component implementations which makes use of the new @UriEndpoint / @UriParam annotations to provide bett

svn commit: r1470838 - in /camel/trunk/tooling/maven/camel-package-maven-plugin: pom.xml src/main/java/org/apache/camel/maven/packaging/EndpointMojo.java src/main/resources/camel-package-maven-plugin.

2013-04-23 Thread jstrachan
Author: jstrachan Date: Tue Apr 23 07:53:38 2013 New Revision: 1470838 URL: http://svn.apache.org/r1470838 Log: added a maven report plugin for endpoint documentation, generated from the @UriEndpoint / @UriParam / @UriParams annotations and javadoc. See CAMEL-6304 Added: camel/trunk/tooling