https://camel.apache.org/manual/latest/camel-3-migration-guide.html#_generic_information

"The class org.apache.camel.processor.aggregate.AggregationStrategy has
been moved to org.apache.camel.AggregationStrategy."

https://github.com/apache/camel/blob/master/core/camel-api/src/main/java/org/apache/camel/Exchange.java

Il giorno gio 9 gen 2020 alle ore 13:03 Gerald Kallas <[email protected]>
ha scritto:

> Dear community,
>
> I'm going to write a custom aggregation strategy with Camel 3.0.0 with
> imports like
>
> import org.apache.camel.Exchange;
> import org.apache.camel.processor.aggregate.AggregationStrategy;
> (worked for 2.15)
>
> As Camel 3.0.0 has been refactored, in which package can I find these 2
> classes?
>
> Best
> - Gerald

Reply via email to