You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2020/05/25 13:23:44 UTC

[aries] branch trunk updated: ARIES-1986 Update to ASM 8.0.1

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

rotty3000 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git


The following commit(s) were added to refs/heads/trunk by this push:
     new f99759a  ARIES-1986 Update to ASM 8.0.1
f99759a is described below

commit f99759ac04854f8adde3c57b0068e3c021305901
Author: Raymond Augé <ro...@apache.org>
AuthorDate: Mon May 25 09:19:05 2020 -0400

    ARIES-1986 Update to ASM 8.0.1
    
    Signed-off-by: Raymond Augé <ro...@apache.org>
---
 spi-fly/spi-fly-core/pom.xml                                            | 2 +-
 spi-fly/spi-fly-dynamic-bundle/pom.xml                                  | 2 +-
 .../java/org/apache/aries/spifly/dynamic/OSGiFriendlyClassWriter.java   | 2 +-
 spi-fly/spi-fly-dynamic-framework-extension/pom.xml                     | 2 +-
 spi-fly/spi-fly-static-bundle/pom.xml                                   | 2 +-
 spi-fly/spi-fly-static-tool/pom.xml                                     | 2 +-
 spi-fly/spi-fly-weaver/pom.xml                                          | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/spi-fly/spi-fly-core/pom.xml b/spi-fly/spi-fly-core/pom.xml
index e5715aa..5cd8169 100644
--- a/spi-fly/spi-fly-core/pom.xml
+++ b/spi-fly/spi-fly-core/pom.xml
@@ -47,7 +47,7 @@
     </scm>
 
     <properties>
-        <asm.version>7.3.1</asm.version>
+        <asm.version>8.0.1</asm.version>
         <maven.bundle.plugin.version>4.2.0</maven.bundle.plugin.version>
         <bnd.version>5.0.1</bnd.version>
     </properties>
diff --git a/spi-fly/spi-fly-dynamic-bundle/pom.xml b/spi-fly/spi-fly-dynamic-bundle/pom.xml
index 5a596b6..dd63691 100644
--- a/spi-fly/spi-fly-dynamic-bundle/pom.xml
+++ b/spi-fly/spi-fly-dynamic-bundle/pom.xml
@@ -47,7 +47,7 @@
     </scm>
 
     <properties>
-        <asm.version>7.3.1</asm.version>
+        <asm.version>8.0.1</asm.version>
         <maven.bundle.plugin.version>4.2.0</maven.bundle.plugin.version>
         <bnd.version>5.0.1</bnd.version>
     </properties>
diff --git a/spi-fly/spi-fly-dynamic-bundle/src/main/java/org/apache/aries/spifly/dynamic/OSGiFriendlyClassWriter.java b/spi-fly/spi-fly-dynamic-bundle/src/main/java/org/apache/aries/spifly/dynamic/OSGiFriendlyClassWriter.java
index 836b50f..7d62a6b 100644
--- a/spi-fly/spi-fly-dynamic-bundle/src/main/java/org/apache/aries/spifly/dynamic/OSGiFriendlyClassWriter.java
+++ b/spi-fly/spi-fly-dynamic-bundle/src/main/java/org/apache/aries/spifly/dynamic/OSGiFriendlyClassWriter.java
@@ -34,7 +34,7 @@ import aQute.bnd.annotation.baseline.BaselineIgnore;
  *
  * Taken from the org.apache.aries.proxy.impl module.
  */
-@BaselineIgnore("1.2.4")
+@BaselineIgnore("1.3.0")
 public final class OSGiFriendlyClassWriter extends ClassWriter {
 
   private static final String OBJECT_INTERNAL_NAME = "java/lang/Object";
diff --git a/spi-fly/spi-fly-dynamic-framework-extension/pom.xml b/spi-fly/spi-fly-dynamic-framework-extension/pom.xml
index 97b4680..124f3ac 100644
--- a/spi-fly/spi-fly-dynamic-framework-extension/pom.xml
+++ b/spi-fly/spi-fly-dynamic-framework-extension/pom.xml
@@ -47,7 +47,7 @@
     </scm>
 
     <properties>
-        <asm.version>7.3.1</asm.version>
+        <asm.version>8.0.1</asm.version>
         <maven.bundle.plugin.version>4.2.0</maven.bundle.plugin.version>
         <bnd.version>5.0.1</bnd.version>
     </properties>
diff --git a/spi-fly/spi-fly-static-bundle/pom.xml b/spi-fly/spi-fly-static-bundle/pom.xml
index 8a2fda7..e61e171 100644
--- a/spi-fly/spi-fly-static-bundle/pom.xml
+++ b/spi-fly/spi-fly-static-bundle/pom.xml
@@ -47,7 +47,7 @@
     </scm>
 
     <properties>
-        <asm.version>7.3.1</asm.version>
+        <asm.version>8.0.1</asm.version>
         <maven.bundle.plugin.version>4.2.0</maven.bundle.plugin.version>
         <bnd.version>5.0.1</bnd.version>
     </properties>
diff --git a/spi-fly/spi-fly-static-tool/pom.xml b/spi-fly/spi-fly-static-tool/pom.xml
index e1c6c1f..26b553e 100644
--- a/spi-fly/spi-fly-static-tool/pom.xml
+++ b/spi-fly/spi-fly-static-tool/pom.xml
@@ -45,7 +45,7 @@
     </scm>
 
     <properties>
-        <asm.version>7.3.1</asm.version>
+        <asm.version>8.0.1</asm.version>
         <maven.bundle.plugin.version>4.2.0</maven.bundle.plugin.version>
         <bnd.version>5.0.1</bnd.version>
     </properties>
diff --git a/spi-fly/spi-fly-weaver/pom.xml b/spi-fly/spi-fly-weaver/pom.xml
index 5f46d3c..14ce869 100644
--- a/spi-fly/spi-fly-weaver/pom.xml
+++ b/spi-fly/spi-fly-weaver/pom.xml
@@ -42,7 +42,7 @@
     </scm>
 
     <properties>
-        <asm.version>7.3.1</asm.version>
+        <asm.version>8.0.1</asm.version>
         <maven.bundle.plugin.version>4.2.0</maven.bundle.plugin.version>
         <bnd.version>5.0.1</bnd.version>
     </properties>