You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by GitBox <gi...@apache.org> on 2020/08/10 00:55:38 UTC

[GitHub] [karaf] badfish69 opened a new pull request #1141: Fix unnecessary bundle refreshes when installing/updating features

badfish69 opened a new pull request #1141:
URL: https://github.com/apache/karaf/pull/1141


   Currently, the feature deployer uses the OSGI Resource interface object to determine dependent bundles that require refreshing when bundles associated with a feature are installed or updated.  Unfortunately, there are a number of conditions where equivalent resources will not satisfy the equality conditions of the Resource implementation class(es) involved, resulting in unnecessary dependent bundle refreshes during deployment.
   
   This change replaces the use of the Resource interface with a wrapper class to ensure that equality is evaluated solely on symbolicName/version.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [karaf] skitt commented on pull request #1141: Fix unnecessary bundle refreshes when installing/updating features

Posted by GitBox <gi...@apache.org>.
skitt commented on pull request #1141:
URL: https://github.com/apache/karaf/pull/1141#issuecomment-671214892


   @rovarga this might interest you...


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [karaf] jbonofre merged pull request #1141: Fix unnecessary bundle refreshes when installing/updating features

Posted by GitBox <gi...@apache.org>.
jbonofre merged pull request #1141:
URL: https://github.com/apache/karaf/pull/1141


   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [karaf] jbonofre commented on pull request #1141: Fix unnecessary bundle refreshes when installing/updating features

Posted by GitBox <gi...@apache.org>.
jbonofre commented on pull request #1141:
URL: https://github.com/apache/karaf/pull/1141#issuecomment-671217059


   Just a side note, it looks good to me for the "current" feature resolver. The coming simple feature resolver (optional as an alternative to the regular one) is doing a "flat" resolution (no auto refresh).


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org