You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by maxfortun <gi...@git.apache.org> on 2018/09/25 21:20:27 UTC

[GitHub] camel pull request #2534: Exposing isActive(), getter and setter methods to ...

GitHub user maxfortun opened a pull request:

    https://github.com/apache/camel/pull/2534

    Exposing isActive(), getter and setter methods to extending classes.

    Useful for dynamic configuration updates, such as scheduled retrieval from config source.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/maxfortun/camel master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/2534.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2534
    
----
commit 25dce9452c765312c5147001d0cd84dd845605b8
Author: Max Fortun <ma...@...>
Date:   2018-05-22T21:19:39Z

    Allow exceptions to be thrown so that route control could be configured on application level.

commit 5e8ba4a4fc6f7dac89d5a9874286c1861e9a3b05
Author: Max Fortun <ma...@...>
Date:   2018-05-22T21:21:54Z

    Allow exceptions to be thrown so that route control could be configured on application level.

commit cbfd6a7f5e95b2df5eeb1054eaf653918123506e
Author: Max <ma...@...>
Date:   2018-09-25T18:11:32Z

    Merge pull request #1 from apache/master
    
    Syching up to latest camel.

commit 8d7eb0e091910bd464288a8debc31db5c1c66f54
Author: Max Fortun <ma...@...>
Date:   2018-09-25T18:18:14Z

    A protected method is needed to extend the behavior of checking if policy is active. I.e. Refresh configuration parameters prior to checking.

commit 150924392100b0d4d8be4ad66034a848052a02a6
Author: Max Fortun <ma...@...>
Date:   2018-09-25T18:42:42Z

    Adding getters for state access.

commit e83c472b1bdda31a05ba47e1e36c1947d3cf9530
Author: Max Fortun <ma...@...>
Date:   2018-09-25T18:47:35Z

    Clear out a resolvesTo list on every setResolvesTo call.

commit 0a831320c5de9894f184cc0e309b1b27bb103664
Author: Max Fortun <ma...@...>
Date:   2018-09-25T18:48:25Z

    Clear out a resolvesTo list on every setResolvesTo call.

----


---

[GitHub] camel pull request #2534: Exposing isActive(), getter and setter methods to ...

Posted by oscerd <gi...@git.apache.org>.
Github user oscerd closed the pull request at:

    https://github.com/apache/camel/pull/2534


---