You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2017/07/19 07:42:00 UTC

[jira] [Resolved] (CAMEL-11551) Use abstract base class for all context and route events

     [ https://issues.apache.org/jira/browse/CAMEL-11551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-11551.
---------------------------------
    Resolution: Fixed

Doing API changes should be a bit more careful when backporting to patch branches, but in this case it seems okay - but just keep this in mind the next time. Also 2.17.x branch is EOL.

Also please javadoc this new class you added.

> Use abstract base class for all context and route events 
> ---------------------------------------------------------
>
>                 Key: CAMEL-11551
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11551
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.17.7, 2.18.4, 2.19.1
>            Reporter: Christian Schneider
>            Assignee: Christian Schneider
>             Fix For: 2.18.5, 2.19.2, 2.20.0, 2.17.7
>
>
> Currently the context based events like CamelContextResumedEvent do not share a base class that allows to see they are a group of events and to retrieve the CamelContext.
> I propose to create such a abstract base class and let the events inherit from it (like for Exchange events).
> In the same way we should have a common base class for route events.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)