You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/04/19 13:50:25 UTC

[jira] [Commented] (CAMEL-9881) Aggregator completionPredicate unusable with scala DSL

    [ https://issues.apache.org/jira/browse/CAMEL-9881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15247610#comment-15247610 ] 

ASF GitHub Bot commented on CAMEL-9881:
---------------------------------------

GitHub user bgaudaen opened a pull request:

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

    CAMEL-9881 Fixed completionPredicate method definition

    Fixed completionPredicate method definition
    Added a simple unit test

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

    $ git pull https://github.com/bgaudaen/camel master

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

    https://github.com/apache/camel/pull/950.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 #950
    
----
commit eeffd20c775369e9f6ea3f07220260ebdf5945c1
Author: Bob Gaudaen <bo...@gmail.com>
Date:   2016-04-19T11:40:46Z

    CAMEL-9881 Fixed completionPredicate method definition for scala DSL and added a simple unit test

----


> Aggregator completionPredicate unusable with scala DSL
> ------------------------------------------------------
>
>                 Key: CAMEL-9881
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9881
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-scala
>    Affects Versions: 2.17.0
>            Reporter: Bob Gaudaen
>
> Due to the method declaration of completionPredicate in {{org.apache.camel.scala.dsl.SAggregateDefinition}} makes it impossible to use a completion predicate.
> Method should be declared as:
> {noformat}
> def completionPredicate(filter: Exchange => Any) = {
> {noformat}
> Pull request to follow.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)