You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2018/04/17 06:01:00 UTC

[jira] [Resolved] (FELIX-5831) Async/sync Thread Pool Ratio is not changeable at runtime

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

Carsten Ziegeler resolved FELIX-5831.
-------------------------------------
    Resolution: Fixed

Thanks for your patch [~graben] . Good catch!

I've applied the patch in rev 1829335

> Async/sync Thread Pool Ratio is not changeable at runtime
> ---------------------------------------------------------
>
>                 Key: FELIX-5831
>                 URL: https://issues.apache.org/jira/browse/FELIX-5831
>             Project: Felix
>          Issue Type: Bug
>          Components: Event Admin
>    Affects Versions: eventadmin-1.4.10
>            Reporter: Benjamin Graf
>            Assignee: Carsten Ziegeler
>            Priority: Major
>             Fix For: eventadmin-1.5.0
>
>
> There is a small bug in Configuration.java line 338. I think it should be
> {code:java}
> config.get(...){code}
> instead of 
> {code:java}
> m_bundleContext.getProperty(...){code}
> to be changeable at runtime.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)