You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2018/02/25 05:44:48 UTC

[karaf] branch karaf-4.1.x updated (78169b2 -> 96a50bf)

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a change to branch karaf-4.1.x
in repository https://gitbox.apache.org/repos/asf/karaf.git.


    from 78169b2  [KARAF-5623] Upgrade to maven-bundle-plugin 3.5.0
     new 94aaacb  [KARAF-5619] Upgrade to Aries JMX Core 1.1.8
     new 619f750  [KARAF-5619] Upgrade to Aries JMX Whiteboard 1.2.0
     new 96a50bf  [KARAF-5618] Upgrade to Aries JMX Blueprint 1.2.0

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 itests/src/test/java/org/apache/karaf/itests/BundleTests.java | 2 +-
 pom.xml                                                       | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
jbonofre@apache.org.

[karaf] 03/03: [KARAF-5618] Upgrade to Aries JMX Blueprint 1.2.0

Posted by jb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch karaf-4.1.x
in repository https://gitbox.apache.org/repos/asf/karaf.git

commit 96a50bfe2a6b88c2820910afa677b29322a9be78
Author: Jean-Baptiste Onofré <jb...@nanthrax.net>
AuthorDate: Tue Feb 20 10:25:48 2018 +0100

    [KARAF-5618] Upgrade to Aries JMX Blueprint 1.2.0
---
 itests/src/test/java/org/apache/karaf/itests/BundleTests.java | 2 +-
 pom.xml                                                       | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/itests/src/test/java/org/apache/karaf/itests/BundleTests.java b/itests/src/test/java/org/apache/karaf/itests/BundleTests.java
index 7d740ed..7a2eee2 100644
--- a/itests/src/test/java/org/apache/karaf/itests/BundleTests.java
+++ b/itests/src/test/java/org/apache/karaf/itests/BundleTests.java
@@ -54,7 +54,7 @@ public class BundleTests extends KarafTestSupport {
         assertFalse(allCapabilitiesOutput.isEmpty());
         String jmxWhiteboardBundleCapabilitiesOutput = executeCommand("bundle:capabilities org.apache.aries.jmx.whiteboard");
         System.out.println(jmxWhiteboardBundleCapabilitiesOutput);
-        assertTrue(jmxWhiteboardBundleCapabilitiesOutput.contains("osgi.wiring.bundle; org.apache.aries.jmx.whiteboard 1.0.0 [UNUSED]"));
+        assertContains("osgi.wiring.bundle; org.apache.aries.jmx.whiteboard 1.2.0 [UNUSED]", jmxWhiteboardBundleCapabilitiesOutput);
     }
 
     @Test
diff --git a/pom.xml b/pom.xml
index f5852b7..8d5900e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -216,8 +216,8 @@
         <aries.blueprint.spring.extender.version>0.3.0</aries.blueprint.spring.extender.version>
         <aries.jmx.api.version>1.1.5</aries.jmx.api.version>
         <aries.jmx.core.version>1.1.8</aries.jmx.core.version>
-        <aries.jmx.blueprint.api.version>1.1.5</aries.jmx.blueprint.api.version>
-        <aries.jmx.blueprint.core.version>1.1.5</aries.jmx.blueprint.core.version>
+        <aries.jmx.blueprint.api.version>1.2.0</aries.jmx.blueprint.api.version>
+        <aries.jmx.blueprint.core.version>1.2.0</aries.jmx.blueprint.core.version>
         <aries.jmx.whiteboard.version>1.2.0</aries.jmx.whiteboard.version>
         <aries.jpa.version>2.6.1</aries.jpa.version>
         <aries.jpa.blueprint.aries.version>1.0.4</aries.jpa.blueprint.aries.version>

-- 
To stop receiving notification emails like this one, please contact
jbonofre@apache.org.

[karaf] 01/03: [KARAF-5619] Upgrade to Aries JMX Core 1.1.8

Posted by jb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch karaf-4.1.x
in repository https://gitbox.apache.org/repos/asf/karaf.git

commit 94aaacbf4035283def095446d8e203009703b7d7
Author: Jean-Baptiste Onofré <jb...@nanthrax.net>
AuthorDate: Tue Feb 20 10:24:01 2018 +0100

    [KARAF-5619] Upgrade to Aries JMX Core 1.1.8
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 93d1251..7fe60c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -215,7 +215,7 @@
         <aries.blueprint.spring.version>0.4.0</aries.blueprint.spring.version>
         <aries.blueprint.spring.extender.version>0.3.0</aries.blueprint.spring.extender.version>
         <aries.jmx.api.version>1.1.5</aries.jmx.api.version>
-        <aries.jmx.core.version>1.1.7</aries.jmx.core.version>
+        <aries.jmx.core.version>1.1.8</aries.jmx.core.version>
         <aries.jmx.blueprint.api.version>1.1.5</aries.jmx.blueprint.api.version>
         <aries.jmx.blueprint.core.version>1.1.5</aries.jmx.blueprint.core.version>
         <aries.jmx.whiteboard.version>1.1.5</aries.jmx.whiteboard.version>

-- 
To stop receiving notification emails like this one, please contact
jbonofre@apache.org.

[karaf] 02/03: [KARAF-5619] Upgrade to Aries JMX Whiteboard 1.2.0

Posted by jb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch karaf-4.1.x
in repository https://gitbox.apache.org/repos/asf/karaf.git

commit 619f750b2aa0e704c0f28780dae135dea74b52ee
Author: Jean-Baptiste Onofré <jb...@nanthrax.net>
AuthorDate: Tue Feb 20 10:24:32 2018 +0100

    [KARAF-5619] Upgrade to Aries JMX Whiteboard 1.2.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7fe60c5..f5852b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -218,7 +218,7 @@
         <aries.jmx.core.version>1.1.8</aries.jmx.core.version>
         <aries.jmx.blueprint.api.version>1.1.5</aries.jmx.blueprint.api.version>
         <aries.jmx.blueprint.core.version>1.1.5</aries.jmx.blueprint.core.version>
-        <aries.jmx.whiteboard.version>1.1.5</aries.jmx.whiteboard.version>
+        <aries.jmx.whiteboard.version>1.2.0</aries.jmx.whiteboard.version>
         <aries.jpa.version>2.6.1</aries.jpa.version>
         <aries.jpa.blueprint.aries.version>1.0.4</aries.jpa.blueprint.aries.version>
         <aries.jpa.api.version>1.0.2</aries.jpa.api.version>

-- 
To stop receiving notification emails like this one, please contact
jbonofre@apache.org.