Re: [VOTE] Release Apache Camel 2.17.2

2016-06-29 Thread Christian Müller
+1 Christian Am 27.06.2016 08:42 schrieb "Gregor Zurowski" : > Hi Everyone: > > This is a vote to release Apache Camel 2.17.2, a new patch release > that includes ~58 fixes and improvements. > > Release notes: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12335666&projectId=123

Re: The SQL component page is really messed up

2016-06-29 Thread Matt Sicker
Every time I try to view the SQL Component page on Confluence, it times out after 2 minutes with this: Error: Rendering this content exceeded the timeout of 120 seconds. On 29 June 2016 at 11:20, Claus Ibsen wrote: > Hi > > Thanks I have granted your user karma to edit the docs. Thanks for > he

[GitHub] camel pull request #1054: CAMEL-10087 Fix for kafka partitioner static initi...

2016-06-29 Thread jmandawg
GitHub user jmandawg opened a pull request: https://github.com/apache/camel/pull/1054 CAMEL-10087 Fix for kafka partitioner static initializer in OSGI env Sorry missed this: We need to put the same fix (setting classloader to null) for the Producer as well. The kafka Produc

Re: The SQL component page is really messed up

2016-06-29 Thread Claus Ibsen
Hi Thanks I have granted your user karma to edit the docs. Thanks for helping the project. On Wed, Jun 29, 2016 at 6:17 PM, Matt Sicker wrote: > I've already signed an ICLA. My username is "jvz". > > On 29 June 2016 at 10:50, Claus Ibsen wrote: > >> Hi >> >> People is welcome help with the docu

Re: The SQL component page is really messed up

2016-06-29 Thread Matt Sicker
I've already signed an ICLA. My username is "jvz". On 29 June 2016 at 10:50, Claus Ibsen wrote: > Hi > > People is welcome help with the documentation. See here how you can > contribute and edit > http://camel.apache.org/contributing.html > > On Wed, Jun 29, 2016 at 5:47 PM, Matt Sicker wrote:

Re: The SQL component page is really messed up

2016-06-29 Thread Claus Ibsen
Hi People is welcome help with the documentation. See here how you can contribute and edit http://camel.apache.org/contributing.html On Wed, Jun 29, 2016 at 5:47 PM, Matt Sicker wrote: > https://camel.apache.org/sql-component.html > > Starting from the JDBC idempotent repository section. > > --

The SQL component page is really messed up

2016-06-29 Thread Matt Sicker
https://camel.apache.org/sql-component.html Starting from the JDBC idempotent repository section. -- Matt Sicker

[GitHub] camel pull request #1053: CAMEL-10087 Added deserializers to class loader re...

2016-06-29 Thread jmandawg
Github user jmandawg closed the pull request at: https://github.com/apache/camel/pull/1053 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is en

Re: gitbook based doc generation

2016-06-29 Thread Andrea Cosentino
Maybe it's a good idea to use a list, we can avoid the tables scrolling problem in this way. >From the other side the readability can be difficult when you have >components/endpoints with a lot of options. What do you think, guys? -- Andrea Cosentino -- Apache

Re: gitbook based doc generation

2016-06-29 Thread arno noordover
When you search for best-practices for ascii-doc people say that you should only use tables for data that needs to be presented as a table. Based on this best-practice I would like to propose some kind of "list" presentation for the configurations. I have post my result on http://www.noordover.net

Re: Adding an URI parameter

2016-06-29 Thread Luca Burgazzoli
I think it should use subscribing instead of isSubscribing as [2] does a bean style binding. I do not get why the SipConfiguration is first "initialized" [1] then re-configured [2] [1] https://github.com/nikvaessen/camel/blob/sip_message/components/camel-sip/src/main/java/org/apache/camel/compone

Adding an URI parameter

2016-06-29 Thread Nik V
Hello, I'm working on implementing the MESSAGE method in the camel-sip component [1]. I wanted to add an URI parameter "isSubscribing" which can be true or false and decides if a consumer will send a subscribing request or not. I added the boolean value "boolean isSubscribing = false" to the Sip