[ 
https://issues.apache.org/jira/browse/KARAF-7282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17457203#comment-17457203
 ] 

ASF GitHub Bot commented on KARAF-7282:
---------------------------------------

wborn commented on pull request #1457:
URL: https://github.com/apache/karaf/pull/1457#issuecomment-991052932


   I did some more debugging and also ran into the same issue with Karaf 4.3.3 
(but apparently not always). If I downgrade the Aries JAX-RS Whiteboard back to 
2.0.0 it no longer wants to refresh all these bundles. :slightly_smiling_face: 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


> global autoRefresh logic does not work as expected
> --------------------------------------------------
>
>                 Key: KARAF-7282
>                 URL: https://issues.apache.org/jira/browse/KARAF-7282
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf
>    Affects Versions: 4.3.3
>            Reporter: Stefan Wachter
>            Assignee: Jean-Baptiste Onofré
>            Priority: Minor
>             Fix For: 4.4.0, 4.3.4, 4.2.13
>
>
> In KARAF-6953 a new global configuration setting {{autoRefresh}} was added. 
> When that property is set to {{false}} then in the {{Deployer.deploy}} method 
> the logic is reversed, i.e. auto refreshing takes place.
> This happens by the code:
> {code:java}
>  if (!request.autoRefresh) {
>     noRefreshUnmanaged = request.autoRefresh;
>     noRefreshManaged = request.autoRefresh;
>     noRefresh = request.autoRefresh;
> }
> {code}
> The result is that all {{noRefresh...}} variables are set to {{false}}.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to