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

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

jbonofre closed pull request #415: [KARAF-5525] Upgrade to PAX tinybundle 3.0.0
URL: https://github.com/apache/karaf/pull/415
 
 
   

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/itests/src/test/java/org/apache/karaf/itests/mavenresolver/KarafMinimalMonitoredTestSupport.java
 
b/itests/src/test/java/org/apache/karaf/itests/mavenresolver/KarafMinimalMonitoredTestSupport.java
index 570f74b002..7827cfe6ad 100644
--- 
a/itests/src/test/java/org/apache/karaf/itests/mavenresolver/KarafMinimalMonitoredTestSupport.java
+++ 
b/itests/src/test/java/org/apache/karaf/itests/mavenresolver/KarafMinimalMonitoredTestSupport.java
@@ -22,6 +22,7 @@
 import static org.apache.karaf.itests.KarafTestSupport.MIN_RMI_SERVER_PORT;
 import static org.ops4j.pax.exam.CoreOptions.composite;
 import static org.ops4j.pax.exam.CoreOptions.maven;
+import static org.ops4j.pax.exam.CoreOptions.mavenBundle;
 import static 
org.ops4j.pax.exam.karaf.options.KarafDistributionOption.configureSecurity;
 import static 
org.ops4j.pax.exam.karaf.options.KarafDistributionOption.editConfigurationFilePut;
 import static 
org.ops4j.pax.exam.karaf.options.KarafDistributionOption.karafDistributionConfiguration;
@@ -84,6 +85,8 @@ public TestProbeBuilder probeConfiguration(TestProbeBuilder 
probe) {
                 // enable JMX RBAC security, thanks to the 
KarafMBeanServerBuilder
                 configureSecurity().disableKarafMBeanServerBuilder(),
                 logLevel(LogLevelOption.LogLevel.INFO),
+                
mavenBundle().groupId("biz.aQute.bnd").artifactId("biz.aQute.bndlib").version("3.5.0"),
+                
mavenBundle().groupId("org.ops4j.pax.tinybundles").artifactId("tinybundles").versionAsInProject(),
                 
editConfigurationFilePut("etc/org.apache.karaf.management.cfg", 
"rmiRegistryPort", rmiRegistryPort),
                 
editConfigurationFilePut("etc/org.apache.karaf.management.cfg", 
"rmiServerPort", rmiServerPort),
                 editConfigurationFilePut("etc/startup.properties", 
"file:../../" + new File(url.toURI()).getName(), "1"),
diff --git a/pom.xml b/pom.xml
index be8d5d2980..af75d5d06b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -276,7 +276,7 @@
         <pax.swissbox.version>1.8.2</pax.swissbox.version>
         <pax.url.version>2.5.3</pax.url.version>
         <pax.web.version>6.1.0-SNAPSHOT</pax.web.version>
-        <pax.tinybundle.version>2.1.1</pax.tinybundle.version>
+        <pax.tinybundle.version>3.0.0</pax.tinybundle.version>
         <pax.jdbc.version>1.2.0</pax.jdbc.version>
         <pax.jms.version>0.1.0</pax.jms.version>
         <pax.transx.version>0.2.0</pax.transx.version>


 

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


> Upgrade to PAX tinybundle 3.0.0 
> --------------------------------
>
>                 Key: KARAF-5525
>                 URL: https://issues.apache.org/jira/browse/KARAF-5525
>             Project: Karaf
>          Issue Type: Dependency upgrade
>          Components: karaf-core, karaf-test
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 4.1.4, 4.2.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to