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 2019/06/05 07:32:15 UTC

[karaf] branch karaf-4.2.x updated (c8c64b8 -> f159056)

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

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


    from c8c64b8  [KARAF-6303] Upgrade to aspectj 1.9.4
     new 807a4e6  [KARAF-6305] Upgrade to cglib 3.2.9
     new f159056  Cleanup unused cglib2.version property

The 2 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:
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


[karaf] 01/02: [KARAF-6305] Upgrade to cglib 3.2.9

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.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git

commit 807a4e6bbdfe67229ef070e4fc7ca385a27bda7e
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Jun 4 14:59:44 2019 +0200

    [KARAF-6305] Upgrade to cglib 3.2.9
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 32f6a96..ea9489c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,7 +150,7 @@
         <asm.version>7.1</asm.version>
         <javax.annotation.version>1.3</javax.annotation.version>
         <awaitility.version>3.1.6</awaitility.version>
-        <cglib.bundle.version>3.2.4_1</cglib.bundle.version>
+        <cglib.bundle.version>3.2.9_1</cglib.bundle.version>
         <cglib2.version>2.2.0</cglib2.version>
         
         <jna.version>4.5.2</jna.version>


[karaf] 02/02: Cleanup unused cglib2.version property

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.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git

commit f1590569e2aac06bf7e6682fd801e0e041e0cf51
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Jun 4 15:01:02 2019 +0200

    Cleanup unused cglib2.version property
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ea9489c..430e49a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,7 +151,6 @@
         <javax.annotation.version>1.3</javax.annotation.version>
         <awaitility.version>3.1.6</awaitility.version>
         <cglib.bundle.version>3.2.9_1</cglib.bundle.version>
-        <cglib2.version>2.2.0</cglib2.version>
         
         <jna.version>4.5.2</jna.version>
         <jaxb.version>2.3.2</jaxb.version>