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
Release Guide
Page edited by Christian Mueller
Changes (1)
...
svn ci -m "Update the pom version for next patch release" {code}
#
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
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/
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
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
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
Endpoint Annotations
Page edited by James Strachan
Changes (1)
...
Not only are the annotations useful for automatically generating the docume
Writing Components
Page edited by James Strachan
Changes (1)
...
If your endpoint is a polling-centric component you can derive from [DefaultPo
Endpoint Annotations
Page edited by James Strachan
Changes (1)
h2. Endpoint Annotations
As of *Camel 2.12* you can annotate [Endpoint] and Co
ComponentConfiguration
Page edited by James Strachan
Changes (1)
h2. ComponentConfiguration API
As of *Camel 2.12* there is a new ComponentCo
ComponentConfiguration
Page edited by James Strachan
Changes (1)
...
{code:java}
Component component = camelContext.getComponent(
ComponentConfiguration
Page edited by James Strachan
Changes (1)
h2. ComponentConfiguration API
The As of *Camel 2.12* there is a new Compone
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
Endpoint Annotations
Page edited by James Strachan
Changes (6)
h2. Endpoint Annotations
As of *Camel 2.12* you can annotate [Endpoint] and Co
Endpoint Annotations
Page edited by James Strachan
Changes (0)
h2. Endpoint Annotations
As of *Camel 2.12* you can annotate [Endpoint] and Co
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
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
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
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
20 matches
Mail list logo