You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Stan Lewis (JIRA)" <ji...@apache.org> on 2010/02/17 16:18:40 UTC

[jira] Created: (CAMEL-2481) Update camel-scala to match aggregator overhaul

Update camel-scala to match aggregator overhaul
-----------------------------------------------

                 Key: CAMEL-2481
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2481
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-scala
            Reporter: Stan Lewis


Changes to aggregator need to be reflected in camel-scala so the component builds again.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CAMEL-2481) Update camel-scala to match aggregator overhaul

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57753#action_57753 ] 

Claus Ibsen commented on CAMEL-2481:
------------------------------------

@Gert

Yes we have removed that UseLastAggregationStrategy as a default aggregator as its just too confusing for new users. We want people to force to provide their own aggregation strategy so they learn how to use them and merge the data themselves.

> Update camel-scala to match aggregator overhaul
> -----------------------------------------------
>
>                 Key: CAMEL-2481
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2481
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-scala
>            Reporter: Stan Lewis
>            Assignee: Stan Lewis
>
> Changes to aggregator need to be reflected in camel-scala so the component builds again.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CAMEL-2481) Update camel-scala to match aggregator overhaul

Posted by "Stan Lewis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stan Lewis resolved CAMEL-2481.
-------------------------------

    Resolution: Fixed

Few more changes necessary than I anticipated...

Sending        src/main/scala/org/apache/camel/scala/dsl/DSL.scala
Sending        src/main/scala/org/apache/camel/scala/dsl/SAbstractDefinition.scala
Sending        src/main/scala/org/apache/camel/scala/dsl/SAggregateDefinition.scala
Sending        src/main/scala/org/apache/camel/scala/dsl/builder/RouteBuilder.scala
Sending        src/test/scala/org/apache/camel/scala/dsl/AggregatorTest.scala
Transmitting file data .....
Committed revision 911127.


> Update camel-scala to match aggregator overhaul
> -----------------------------------------------
>
>                 Key: CAMEL-2481
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2481
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-scala
>            Reporter: Stan Lewis
>            Assignee: Stan Lewis
>
> Changes to aggregator need to be reflected in camel-scala so the component builds again.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (CAMEL-2481) Update camel-scala to match aggregator overhaul

Posted by "Stan Lewis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stan Lewis reassigned CAMEL-2481:
---------------------------------

    Assignee: Stan Lewis

> Update camel-scala to match aggregator overhaul
> -----------------------------------------------
>
>                 Key: CAMEL-2481
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2481
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-scala
>            Reporter: Stan Lewis
>            Assignee: Stan Lewis
>
> Changes to aggregator need to be reflected in camel-scala so the component builds again.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CAMEL-2481) Update camel-scala to match aggregator overhaul

Posted by "Gert Vanthienen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57754#action_57754 ] 

Gert Vanthienen commented on CAMEL-2481:
----------------------------------------

Claus,

Thanks for clarifying that -- completely missed that change

Regards,

Gert

> Update camel-scala to match aggregator overhaul
> -----------------------------------------------
>
>                 Key: CAMEL-2481
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2481
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-scala
>            Reporter: Stan Lewis
>            Assignee: Stan Lewis
>
> Changes to aggregator need to be reflected in camel-scala so the component builds again.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CAMEL-2481) Update camel-scala to match aggregator overhaul

Posted by "Gert Vanthienen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57752#action_57752 ] 

Gert Vanthienen commented on CAMEL-2481:
----------------------------------------

Stan,

While the commits adds the missing pieces to the Scala DSL, it also seems to remove the option of just using aggregate(<expression>) without having to explicitly specify the AggregationStrategy (i.e. automatically pick the UseLatestStrategy).  Was this a deliberate change, because the Java Fluent API still seems to support that scenario after the aggregator overhaul?

Regards,

Gert

> Update camel-scala to match aggregator overhaul
> -----------------------------------------------
>
>                 Key: CAMEL-2481
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2481
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-scala
>            Reporter: Stan Lewis
>            Assignee: Stan Lewis
>
> Changes to aggregator need to be reflected in camel-scala so the component builds again.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.