[
https://issues.apache.org/jira/browse/FELIX-5831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16439845#comment-16439845
]
ASF GitHub Bot commented on FELIX-5831:
---------------------------------------
GitHub user graben opened a pull request:
https://github.com/apache/felix/pull/133
FELIX-5831: Use config instead of bundleContext to get property
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/graben/felix FELIX-5831
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/felix/pull/133.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 #133
----
commit 61a37fbc8fc5c5a154f05339e5d5d0d0a763bd2c
Author: Benjamin Graf <benjamin.graf@...>
Date: 2018-04-16T18:31:14Z
FELIX-5831: Use config instead of bundleContext to get property
----
> 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)