Hi
On Mon, Mar 7, 2022 at 1:30 PM Claus Ibsen <claus.ib...@gmail.com> wrote: > > Hi > > We have a lot of stuff going into 3.16.0 already, so I think it would > be good to close down and get the last bits done, and then cut a > release on thursday/friday or over the weekend? > > If I get some clear time then I would work on > https://issues.apache.org/jira/browse/CAMEL-16834 > > Which is a bigger work but is important to have a common error handler > model in the core DSL so it's standard in all DSLs and we dont have > custom code for yaml, xml, java etc. > > However it does require a few days of many hours of uninterrupted work > to get around all of the needed changes. > So I dived into this today and can see it's more complex as by introducing <errorHandler> in the core model, then we clash with the legacy spring/blueprint DSL that has their own special error handler. This means the work either need find a clever hack for this. Or to rename the spring <errorHandler> or to use a new name in core DSL. Or remove all the spring special error handler and require using the core error handler, which means there will be migration effort for spring XML legacy users. However all together this is a week long work to get around all of this so I am pushing this for 3.17.0. > > Otavio, is there more work needed for the resumable EIP ? > > For tickets with 3.16.0 as target then it would be good to move > tickets to 3.17.0 that you know that you will not implement this week. > > > -- > Claus Ibsen > ----------------- > http://davsclaus.com @davsclaus > Camel in Action 2: https://www.manning.com/ibsen2 -- Claus Ibsen ----------------- http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2