+1 (binding)

I gave the milestone 1 a test spin with the CiA2 source code, which
took some effort to migrate.
However this also helps show-case all corners of Camels that end users
may use, and what effort you may need.

For normal Camel applications there are zero to very limited
migration. deprecated stuff removed etc.
However the biggest is likely that AggregationStrategy interface has
moved. So its not a drop in upgrade.

For component developers then the default classes you extend has also
moved, but they are just gone from impl to support, so the migration
is easy.

Then for AMQ users that use activemq-camel, then you need to move to
camel-activemq instead.

And in XML DSL if you are using <threads> then it no longer has child
outputs (which was a bit of mistake in 2.x) and you just use it like a
<to> etc

This PR shows the migration effort for the CiA2 source code that
others can also use as inspiration
https://github.com/camelinaction/camelinaction2/compare/camel3m1

And then I found a couple of issues, one with camel-cdi and another
when using advice-with and interceptors.



On Mon, Feb 18, 2019 at 8:23 AM Gregor Zurowski
<gre...@list.zurowski.org> wrote:
>
> Hi Everyone:
>
> This is a vote to release Apache Camel 3.0.0-M1, the first milestone
> towards a new 3.0.0 major release with currently 366 improvements and
> fixes.
>
> Release notes: 
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12315691&projectId=12311211
>
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1119/
>
> Tarballs: 
> https://repository.apache.org/content/repositories/orgapachecamel-1119/org/apache/camel/apache-camel/3.0.0-M1/
>
> Tag: 
> https://gitbox.apache.org/repos/asf?p=camel.git;a=tag;h=refs/tags/camel-3.0.0-M1
>
> Please test this release candidate and cast your vote.
> [ ] +1 Release the binary as Apache Camel 3.0.0-M1
> [ ] -1 Veto the release (provide specific comments)
>
> The vote is open for at least 72 hours.
>
> Thanks,
> Gregor



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

Reply via email to