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

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

jbonofre closed pull request #578: [KARAF-5847] Add felix.coordinator to 
prevent refreshes of felix.conf…
URL: https://github.com/apache/karaf/pull/578
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/assemblies/features/framework/src/main/feature/feature.xml 
b/assemblies/features/framework/src/main/feature/feature.xml
index 134285e3ee..6df62834b2 100644
--- a/assemblies/features/framework/src/main/feature/feature.xml
+++ b/assemblies/features/framework/src/main/feature/feature.xml
@@ -31,6 +31,7 @@
         <bundle 
start-level="8">mvn:org.ops4j.pax.logging/pax-logging-log4j2/${pax.logging.version}</bundle>
         <bundle 
start-level="8">mvn:org.fusesource.jansi/jansi/${jansi.version}</bundle>
         <!-- config admin -->
+        <bundle 
start-level="9">mvn:org.apache.felix/org.apache.felix.coordinator/${felix.coordinator.version}</bundle>
         <bundle 
start-level="10">mvn:org.apache.felix/org.apache.felix.configadmin/${felix.configadmin.version}</bundle>
         <!-- file install -->
         <bundle 
start-level="11">mvn:org.apache.felix/org.apache.felix.fileinstall/${felix.fileinstall.version}</bundle>
@@ -50,6 +51,7 @@
         <bundle 
start-level="8">mvn:org.ops4j.pax.logging/pax-logging-api/${pax.logging.version}</bundle>
         <bundle 
start-level="8">mvn:org.ops4j.pax.logging/pax-logging-logback/${pax.logging.version}</bundle>
         <!-- config admin -->
+        <bundle 
start-level="9">mvn:org.apache.felix/org.apache.felix.coordinator/${felix.coordinator.version}</bundle>
         <bundle 
start-level="10">mvn:org.apache.felix/org.apache.felix.configadmin/${felix.configadmin.version}</bundle>
         <!-- file install -->
         <bundle 
start-level="11">mvn:org.apache.felix/org.apache.felix.fileinstall/${felix.fileinstall.version}</bundle>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> org.apache.felix.coordinator could be installed with configadmin, to prevent 
> its refreshes
> ------------------------------------------------------------------------------------------
>
>                 Key: KARAF-5847
>                 URL: https://issues.apache.org/jira/browse/KARAF-5847
>             Project: Karaf
>          Issue Type: Improvement
>            Reporter: Grzegorz Grzybek
>            Assignee: Grzegorz Grzybek
>            Priority: Major
>
> When transaction feature is installed, it installs this bundle:
> {noformat}
> mvn:org.apache.felix/org.apache.felix.coordinator/1.0.2
> {noformat}
> This leads to refresh of configuration admin, which (IMO) is considered as 
> _fundamental_ bundle. coordinator could be installed with configadmin.



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

Reply via email to