From 4e8e8172f04c5d6ce2585830e0cc90596636e36a4d34131918a1bd6a0d08fed9 Mon Sep 17 00:00:00 2001 From: David Anes Date: Wed, 20 Apr 2022 08:21:28 +0000 Subject: [PATCH] Accepting request 971022 from home:david.anes:branches:Java:packages - Upgrade to version 9.3 * new Opcodes.V19 constant for Java 19 * new size() method in ByteVector * checkDataFlow option in CheckClassAdapter can now be used without valid maxStack and maxLocals values * new Maven BOM * bug fixes + 317949: fix javadoc errors + remap invokedynamic field handles properly + add missing left curly brace in ASMifier output of visitModule OBS-URL: https://build.opensuse.org/request/show/971022 OBS-URL: https://build.opensuse.org/package/show/Java:packages/objectweb-asm?expand=0&rev=62 --- asm-9.2.pom => asm-9.3.pom | 4 ++-- asm-analysis-9.2.pom => asm-analysis-9.3.pom | 6 +++--- asm-commons-9.2.pom => asm-commons-9.3.pom | 10 +++++----- asm-test-9.2.pom => asm-test-9.3.pom | 8 ++++---- asm-tree-9.2.pom => asm-tree-9.3.pom | 6 +++--- asm-util-9.2.pom => asm-util-9.3.pom | 10 +++++----- objectweb-asm-9.2-build.tar.xz | 3 --- objectweb-asm-9.2.tar.xz | 3 --- objectweb-asm-9.3-build.tar.xz | 3 +++ objectweb-asm-9.3.tar.xz | 3 +++ objectweb-asm.changes | 14 ++++++++++++++ objectweb-asm.spec | 2 +- 12 files changed, 43 insertions(+), 29 deletions(-) rename asm-9.2.pom => asm-9.3.pom (92%) rename asm-analysis-9.2.pom => asm-analysis-9.3.pom (92%) rename asm-commons-9.2.pom => asm-commons-9.3.pom (91%) rename asm-test-9.2.pom => asm-test-9.3.pom (91%) rename asm-tree-9.2.pom => asm-tree-9.3.pom (92%) rename asm-util-9.2.pom => asm-util-9.3.pom (91%) delete mode 100644 objectweb-asm-9.2-build.tar.xz delete mode 100644 objectweb-asm-9.2.tar.xz create mode 100644 objectweb-asm-9.3-build.tar.xz create mode 100644 objectweb-asm-9.3.tar.xz diff --git a/asm-9.2.pom b/asm-9.3.pom similarity index 92% rename from asm-9.2.pom rename to asm-9.3.pom index 7cd615d..25fc202 100644 --- a/asm-9.2.pom +++ b/asm-9.3.pom @@ -1,9 +1,9 @@ - + 4.0.0 org.ow2.asm asm - 9.2 + 9.3 asm ASM, a very small and fast Java bytecode manipulation framework http://asm.ow2.io/ diff --git a/asm-analysis-9.2.pom b/asm-analysis-9.3.pom similarity index 92% rename from asm-analysis-9.2.pom rename to asm-analysis-9.3.pom index e24e27f..b7949d4 100644 --- a/asm-analysis-9.2.pom +++ b/asm-analysis-9.3.pom @@ -1,9 +1,9 @@ - + 4.0.0 org.ow2.asm asm-analysis - 9.2 + 9.3 asm-analysis Static code analysis API of ASM, a very small and fast Java bytecode manipulation framework http://asm.ow2.io/ @@ -71,7 +71,7 @@ org.ow2.asm asm-tree - 9.2 + 9.3 compile diff --git a/asm-commons-9.2.pom b/asm-commons-9.3.pom similarity index 91% rename from asm-commons-9.2.pom rename to asm-commons-9.3.pom index b753020..8d49283 100644 --- a/asm-commons-9.2.pom +++ b/asm-commons-9.3.pom @@ -1,9 +1,9 @@ - + 4.0.0 org.ow2.asm asm-commons - 9.2 + 9.3 asm-commons Usefull class adapters based on ASM, a very small and fast Java bytecode manipulation framework http://asm.ow2.io/ @@ -71,19 +71,19 @@ org.ow2.asm asm - 9.2 + 9.3 compile org.ow2.asm asm-tree - 9.2 + 9.3 compile org.ow2.asm asm-analysis - 9.2 + 9.3 compile diff --git a/asm-test-9.2.pom b/asm-test-9.3.pom similarity index 91% rename from asm-test-9.2.pom rename to asm-test-9.3.pom index 70cb4c6..69515e1 100644 --- a/asm-test-9.2.pom +++ b/asm-test-9.3.pom @@ -1,9 +1,9 @@ - + 4.0.0 org.ow2.asm asm-test - 9.2 + 9.3 asm-test Utilities for testing ASM, a very small and fast Java bytecode manipulation framework http://asm.ow2.io/ @@ -71,13 +71,13 @@ org.junit.jupiter junit-jupiter-api - 5.7.0 + 5.8.2 compile org.junit.jupiter junit-jupiter-params - 5.7.0 + 5.8.2 compile diff --git a/asm-tree-9.2.pom b/asm-tree-9.3.pom similarity index 92% rename from asm-tree-9.2.pom rename to asm-tree-9.3.pom index d509065..bf153ae 100644 --- a/asm-tree-9.2.pom +++ b/asm-tree-9.3.pom @@ -1,9 +1,9 @@ - + 4.0.0 org.ow2.asm asm-tree - 9.2 + 9.3 asm-tree Tree API of ASM, a very small and fast Java bytecode manipulation framework http://asm.ow2.io/ @@ -71,7 +71,7 @@ org.ow2.asm asm - 9.2 + 9.3 compile diff --git a/asm-util-9.2.pom b/asm-util-9.3.pom similarity index 91% rename from asm-util-9.2.pom rename to asm-util-9.3.pom index 203af91..6dbb658 100644 --- a/asm-util-9.2.pom +++ b/asm-util-9.3.pom @@ -1,9 +1,9 @@ - + 4.0.0 org.ow2.asm asm-util - 9.2 + 9.3 asm-util Utilities for ASM, a very small and fast Java bytecode manipulation framework http://asm.ow2.io/ @@ -71,19 +71,19 @@ org.ow2.asm asm - 9.2 + 9.3 compile org.ow2.asm asm-tree - 9.2 + 9.3 compile org.ow2.asm asm-analysis - 9.2 + 9.3 compile diff --git a/objectweb-asm-9.2-build.tar.xz b/objectweb-asm-9.2-build.tar.xz deleted file mode 100644 index 4e8a0e4..0000000 --- a/objectweb-asm-9.2-build.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb6232e71bdbc26e3bd6bae6741450f3453d0e053d0cb3319edf7b4f26118194 -size 3468 diff --git a/objectweb-asm-9.2.tar.xz b/objectweb-asm-9.2.tar.xz deleted file mode 100644 index 9f0fd13..0000000 --- a/objectweb-asm-9.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e2002efdd35fa377c3d2b963ce01aef3f240464e62fb3f6313998366216ecdc -size 563556 diff --git a/objectweb-asm-9.3-build.tar.xz b/objectweb-asm-9.3-build.tar.xz new file mode 100644 index 0000000..c403f7f --- /dev/null +++ b/objectweb-asm-9.3-build.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8b421379730cd9d8468b98245a878436f7018435cecab895afbc2db0bd6a303 +size 2756 diff --git a/objectweb-asm-9.3.tar.xz b/objectweb-asm-9.3.tar.xz new file mode 100644 index 0000000..401a99d --- /dev/null +++ b/objectweb-asm-9.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3bc67fbc1d404dd2b7f4b896e57b6f64aef060649426a6930ce2419b9353162 +size 563748 diff --git a/objectweb-asm.changes b/objectweb-asm.changes index 7ebe95a..92b8340 100644 --- a/objectweb-asm.changes +++ b/objectweb-asm.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Apr 20 07:35:37 UTC 2022 - David Anes + +- Upgrade to version 9.3 + * new Opcodes.V19 constant for Java 19 + * new size() method in ByteVector + * checkDataFlow option in CheckClassAdapter can now be used + without valid maxStack and maxLocals values + * new Maven BOM + * bug fixes + + 317949: fix javadoc errors + + remap invokedynamic field handles properly + + add missing left curly brace in ASMifier output of visitModule + ------------------------------------------------------------------- Wed Mar 2 17:03:01 UTC 2022 - Fridrich Strba diff --git a/objectweb-asm.spec b/objectweb-asm.spec index 6693e91..9037606 100644 --- a/objectweb-asm.spec +++ b/objectweb-asm.spec @@ -17,7 +17,7 @@ Name: objectweb-asm -Version: 9.2 +Version: 9.3 Release: 0 Summary: Java bytecode manipulation framework License: BSD-3-Clause