Re: [DISCUSS] HTTP session handling in Camel routes

2016-10-20 Thread Andrea Cosentino
Hello Stephan, To preview the docs and all the links just run mvn clean install into camel-website folder. You'll have the Gitbook site running locally :-) -- Andrea Cosentino -- Apache Camel PMC Member Apache Karaf Committer Apache Servicemix Committer Email: a

Camel.trunk.notest - Build # 2911 - Still Failing

2016-10-20 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #2911) Status: Still Failing Check console output at https://builds.apache.org/job/Camel.trunk.notest/2911/ to view the results.

Re: Maven site docs broken?

2016-10-20 Thread James Green
Should all the Confluence links be changed accordingly? Or is the old site temporarily out of action yet still preferred? On 20 October 2016 at 14:41, Claus Ibsen wrote: > Use this link for javadoc > http://www.javadoc.io/doc/org.apache.camel/camel-core/2.18.0 > > > > On Thu, Oct 20, 2016 at 3:3

Re: Confluence and Asciidoc

2016-10-20 Thread Andrea Cosentino
You can open a PR directly on Apache Camel repository with your edit and we will merge it in the Asciidoc file of the single component. We need to add the message on Confluence, you're right.-- Andrea Cosentino -- Apache Camel PMC Member Apache Karaf Committer Ap

Re: Maven site docs broken?

2016-10-20 Thread Claus Ibsen
Use this link for javadoc http://www.javadoc.io/doc/org.apache.camel/camel-core/2.18.0 On Thu, Oct 20, 2016 at 3:39 PM, James Green wrote: > http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/impl/SimpleRegistry.html > looks really good > > http://camel.apache.org/maven/c

Re: Confluence and Asciidoc

2016-10-20 Thread James Green
Good job I spotted this email. You need to post this along the top of the editing screen within Confluence, otherwise you won't be properly heard. What's the easiest way of getting an edit in? GitHub web edits work well for me... On 20 October 2016 at 11:47, Andrea Cosentino wrote: > Hello all

Maven site docs broken?

2016-10-20 Thread James Green
http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/impl/SimpleRegistry.html looks really good http://camel.apache.org/maven/current/camel-spring/apidocs/org/apache/camel/spring/spi/ApplicationContextRegistry.html looks really bad. Any chance someone can check if something h

RE: [DISCUSS] HTTP session handling in Camel routes

2016-10-20 Thread Siano, Stephan
Hi Andrea, Thanks for adding the Karaf features (I actually forgot about that). I will also add the parameter to the confluence documentation for the component (as this is a 2.19.0 feature I guess it will not be that urgent to do that). BTW. How is the version information maintained in future?

Confluence and Asciidoc

2016-10-20 Thread Andrea Cosentino
Hello all, In the last time I've seen some updates on Confluence. I'd like to ask to everyone involved in those updates, to add the same content in the related Asciidoc in Camel repository. If we start again to add content just on one side, we will end with disaligned documentation when we lea

Re: camel-ahc Component Documentation

2016-10-20 Thread Andrea Cosentino
Hello, The documentation now is generated automatically through the source code. You can take a look here: https://github.com/apache/camel/blob/camel-2.18.x/components/camel-ahc/src/main/docs/ahc-component.adoc We will leave confluence soon and we will use new documentation on a new site. Anyw

Re: camel-ahc Component Documentation

2016-10-20 Thread Claus Ibsen
You are welcome to do a PR to update the docs at https://github.com/apache/camel/blob/master/components/camel-ahc/src/main/docs/ahc-component.adoc We love contributions http://camel.apache.org/contributing On Wed, Oct 19, 2016 at 7:08 PM, rlstephens wrote: > Hello! > > I am upgrading our Camel s

Re: [DISCUSS] HTTP session handling in Camel routes

2016-10-20 Thread Claus Ibsen
For javadoc you can find them all at http://www.javadoc.io/doc/ such as http://www.javadoc.io/doc/org.apache.camel/camel-http-common/2.18.0 On Thu, Oct 20, 2016 at 8:59 AM, Siano, Stephan wrote: > Hi, > > The JIRA task is https://issues.apache.org/jira/browse/CAMEL-10392 . I have > just com

camel-ahc Component Documentation

2016-10-20 Thread rlstephens
Hello! I am upgrading our Camel services to use 2.18.0. We have a service that uses the camel-ahc component to send SMS alerts via a webservice call. Route building was failing after upgrade due to a change in the way the endpoint handles realm properties. Current documentation specifies using

Re: [DISCUSS] HTTP session handling in Camel routes

2016-10-20 Thread Andrea Cosentino
Hi Stephan, For the moment we are trying to maintain docs on both side. So you can create a page about Http Session handling on confluence and (if you have time) aligning the options. In future we will leave confluence and will create a new site with automatic generated docs from sources. I su

RE: [DISCUSS] HTTP session handling in Camel routes

2016-10-20 Thread Siano, Stephan
Hi, The JIRA task is https://issues.apache.org/jira/browse/CAMEL-10392 . I have just committed the change to the master branch. However, I have some questions about the documentation. The change contains changes to the adoc files contained within the component. Does that mean that the component