[GitHub] camel pull request #2458: CAMEL-12549 - fix karaf features except upgrading ...

2018-08-07 Thread onderson
Github user onderson closed the pull request at:

https://github.com/apache/camel/pull/2458


---


[GitHub] camel pull request #2458: CAMEL-12549 - fix karaf features except upgrading ...

2018-08-07 Thread onderson
GitHub user onderson opened a pull request:

https://github.com/apache/camel/pull/2458

 CAMEL-12549 - fix karaf features except upgrading camel-script karaf 

and the component

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/onderson/camel CAMEL-12549

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/2458.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2458


commit d93e6084f5ca7ec6b70b823da4bdd9f071a8b312
Author: onders 
Date:   2018-08-07T08:24:00Z

CAMEL-12549 - upgrade groovy 2.5.1

commit 4afa285b1e527766f867d73b5b873b1ea49f7226
Author: onders 
Date:   2018-08-07T16:27:23Z

CAMEL-12549 - fix karaf features except upgrading camel-script karaf and 
the component

commit b5ea02e960d63a643791ca671623549152524a6d
Author: onders 
Date:   2018-08-07T17:06:23Z

CAMEL-12549 - Fix karaf itests after groovy upgrade




---


[GitHub] camel pull request #2457: CAMEL-12714 - support handlers in cxf payload mode...

2018-08-07 Thread pvdbosch
GitHub user pvdbosch opened a pull request:

https://github.com/apache/camel/pull/2457

CAMEL-12714 - support handlers in cxf payload mode without SEI

Support JAX-WS handlers for cxf endpoint in payload mode with a WSDL 
specified and without service class by using a JaxWsEndpointImpl instead of 
EndpointImpl and removing some checks that avoid the handlers being set.

I removed the CxfSpringEndpoint.getSEIClass() method as it did the same as 
getServiceClass().

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/kszbcss/camel cxf-payload

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/2457.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2457


commit f84a6243aa26da9cab2734ae12e39ddae1cf72c8
Author: pvdbosch 
Date:   2018-07-27T18:45:40Z

CAMEL-12714 - support handlers in cxf payload mode without SEI




---


Re: Operator privilege on #apache-camel on Freenode?

2018-08-07 Thread Tomohisa Igarashi
Maybe register a group and own #apache-camel channel as a group?
https://freenode.net/groupreg


On Tue, 2018-08-07 at 10:46 +0200, Claus Ibsen wrote:
> Hi
> 
> Sorry I am not an operator
> Message(482): #apache-camel You're not a channel operator
> 
> 
> 
> On Tue, Aug 7, 2018 at 10:39 AM, Zoran Regvart  wrote:
> > Hi Cameleers,
> > we're receiving a lot of spam on the #apache-camel channel on
> > Freenode. Can someone with the operator privilege set the channel mode
> > to either quiet the unregistered users:
> > 
> > /mode #apache-camel +q $~a
> > 
> > Or to prevent unregistered users from joining:
> > 
> > /mode #apache-camel +r
> > 
> > This would require IRC users to register their nicks[1]
> > 
> > thanks,
> > 
> > zoran
> > 
> > [1] https://freenode.net/kb/answer/registration
> > --
> > Zoran Regvart
> 
> 
> 



[GitHub] camel pull request #2456: CAMEL-12713 - XsltUriResolver fix: relative import...

2018-08-07 Thread davsclaus
Github user davsclaus closed the pull request at:

https://github.com/apache/camel/pull/2456


---


[GitHub] camel pull request #2455: CAMEL-12549 - upgrade groovy 2.5.1

2018-08-07 Thread onderson
Github user onderson closed the pull request at:

https://github.com/apache/camel/pull/2455


---


[GitHub] camel pull request #2456: CAMEL-12713 - XsltUriResolver fix: relative import...

2018-08-07 Thread pvdbosch
GitHub user pvdbosch opened a pull request:

https://github.com/apache/camel/pull/2456

CAMEL-12713 - XsltUriResolver fix: relative imports can ignore URI scheme 

fix for CAMEL-12713

FileUtil.compactPath() is used to calculate the relative URI, but this call 
ignores the colon separator and considers "classpath:directory" as a single 
path part. 

This patch passes the URI without its scheme to FileUtil.compactPath() and 
attaches it again to the result. 

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/kszbcss/camel xslt-resolver-fix

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/2456.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2456


commit 4b957bd345a38a4cadd9e492b0ea7a9325c2a551
Author: pvdbosch 
Date:   2018-08-06T15:58:56Z

CAMEL-12713 - XsltUriResolver fix: relative paths can remove scheme from 
XSLT URI




---


Re: Operator privilege on #apache-camel on Freenode?

2018-08-07 Thread Claus Ibsen
Hi

Sorry I am not an operator
Message(482): #apache-camel You're not a channel operator



On Tue, Aug 7, 2018 at 10:39 AM, Zoran Regvart  wrote:
> Hi Cameleers,
> we're receiving a lot of spam on the #apache-camel channel on
> Freenode. Can someone with the operator privilege set the channel mode
> to either quiet the unregistered users:
>
> /mode #apache-camel +q $~a
>
> Or to prevent unregistered users from joining:
>
> /mode #apache-camel +r
>
> This would require IRC users to register their nicks[1]
>
> thanks,
>
> zoran
>
> [1] https://freenode.net/kb/answer/registration
> --
> Zoran Regvart



-- 
Claus Ibsen
-
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2


[GitHub] camel pull request #2455: CAMEL-12549 - upgrade groovy 2.5.1

2018-08-07 Thread onderson
GitHub user onderson opened a pull request:

https://github.com/apache/camel/pull/2455

CAMEL-12549 - upgrade groovy 2.5.1



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/onderson/camel CAMEL-12549

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/2455.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2455


commit d93e6084f5ca7ec6b70b823da4bdd9f071a8b312
Author: onders 
Date:   2018-08-07T08:24:00Z

CAMEL-12549 - upgrade groovy 2.5.1




---


Operator privilege on #apache-camel on Freenode?

2018-08-07 Thread Zoran Regvart
Hi Cameleers,
we're receiving a lot of spam on the #apache-camel channel on
Freenode. Can someone with the operator privilege set the channel mode
to either quiet the unregistered users:

/mode #apache-camel +q $~a

Or to prevent unregistered users from joining:

/mode #apache-camel +r

This would require IRC users to register their nicks[1]

thanks,

zoran

[1] https://freenode.net/kb/answer/registration
-- 
Zoran Regvart