[GitHub] camel pull request: CAMEL-7997 Working on camel-scr

2015-02-20 Thread yuruki
Github user yuruki closed the pull request at: https://github.com/apache/camel/pull/343 --- 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 enabl

[GitHub] camel pull request: Dpocock ganglia

2015-02-20 Thread dpocock
Github user dpocock closed the pull request at: https://github.com/apache/camel/pull/400 --- 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 enab

[GitHub] camel pull request: Add a type converter for java.sql.Timestamp

2015-02-20 Thread dpocock
Github user dpocock closed the pull request at: https://github.com/apache/camel/pull/344 --- 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 enab

Re: Closing down on Apache Camel 2.15.0 release

2015-02-20 Thread Claus Ibsen
Hi There is some CI build issues using old version of Maven. I have asked INFRA to upgrade. https://issues.apache.org/jira/browse/INFRA-9187 On Fri, Feb 20, 2015 at 1:04 PM, Claus Ibsen wrote: > Hi > > So we are getting closer now. We have documentation in the XML schemas > now. There is a few t

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

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

Camel.2.14.x.notest - Build # 108 - Failure

2015-02-20 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.2.14.x.notest (build #108) Status: Failure Check console output at https://builds.apache.org/job/Camel.2.14.x.notest/108/ to view the results.

[GitHub] camel pull request: [CAMEL-8334] Added logic to inject documentati...

2015-02-20 Thread nkukhar
Github user nkukhar closed the pull request at: https://github.com/apache/camel/pull/401 --- 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 enab

[GitHub] camel pull request: [CAMEL-8349] Context should be started with de...

2015-02-20 Thread tdiesler
GitHub user tdiesler opened a pull request: https://github.com/apache/camel/pull/402 [CAMEL-8349] Context should be started with defined TCCL https://issues.apache.org/jira/browse/CAMEL-8349 You can merge this pull request into a Git repository by running: $ git pull https://gi

Re: CAMEL-8372

2015-02-20 Thread Sergey Beryozkin
Hi Aki That is great, thanks a million. IMHO the patch is safe but I can always clarify the details if needed. It actually improves the endpoint construction safety a bit: it is now possible to invoke on the endpoint first before continuing with the processors, but if it is an interface only t

Re: CAMEL-8372

2015-02-20 Thread Aki Yoshida
Hi Sergey, I can take it, if no one else has started on it. regards, aki 2015-02-20 13:49 GMT+01:00 Sergey Beryozkin : > Hi > > Can someone please help with getting CAMEL-8372 [1] resolved for 2.15.0 ? > > It's a safe patch that only affects a 'model-only' CXFRS consumer option. > Currently only a

CAMEL-8372

2015-02-20 Thread Sergey Beryozkin
Hi Can someone please help with getting CAMEL-8372 [1] resolved for 2.15.0 ? It's a safe patch that only affects a 'model-only' CXFRS consumer option. Currently only a CXF specific model language is supported by getting a default handler registered (Only if a model is available). The idea is

Re: Closing down on Apache Camel 2.15.0 release

2015-02-20 Thread Claus Ibsen
Hi So we are getting closer now. We have documentation in the XML schemas now. There is a few tickets logged to further improve this, but that can eventually be done for next release if we dont make that in time. We will continue work and close down on the release, so we would be in shape for ear

[GitHub] camel pull request: [CAMEL-8349] Context should be started with de...

2015-02-20 Thread tdiesler
Github user tdiesler closed the pull request at: https://github.com/apache/camel/pull/394 --- 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 ena

[GitHub] camel pull request: [CAMEL-8334] Added logic to inject documentati...

2015-02-20 Thread nkukhar
GitHub user nkukhar opened a pull request: https://github.com/apache/camel/pull/401 [CAMEL-8334] Added logic to inject documentation to base types. You can merge this pull request into a Git repository by running: $ git pull https://github.com/nkukhar/camel CAMEL-8334 Alterna