Accepting request 1118283 from Java:packages
9.6 OBS-URL: https://build.opensuse.org/request/show/1118283 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/objectweb-asm?expand=0&rev=27
This commit is contained in:
commit
2c6e12ca5a
@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.ow2.asm</groupId>
|
<groupId>org.ow2.asm</groupId>
|
||||||
<artifactId>asm</artifactId>
|
<artifactId>asm</artifactId>
|
||||||
<version>9.5</version>
|
<version>9.6</version>
|
||||||
<name>asm</name>
|
<name>asm</name>
|
||||||
<description>ASM, a very small and fast Java bytecode manipulation framework</description>
|
<description>ASM, a very small and fast Java bytecode manipulation framework</description>
|
||||||
<url>http://asm.ow2.io/</url>
|
<url>http://asm.ow2.io/</url>
|
@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.ow2.asm</groupId>
|
<groupId>org.ow2.asm</groupId>
|
||||||
<artifactId>asm-analysis</artifactId>
|
<artifactId>asm-analysis</artifactId>
|
||||||
<version>9.5</version>
|
<version>9.6</version>
|
||||||
<name>asm-analysis</name>
|
<name>asm-analysis</name>
|
||||||
<description>Static code analysis API of ASM, a very small and fast Java bytecode manipulation framework</description>
|
<description>Static code analysis API of ASM, a very small and fast Java bytecode manipulation framework</description>
|
||||||
<url>http://asm.ow2.io/</url>
|
<url>http://asm.ow2.io/</url>
|
||||||
@ -71,7 +71,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.ow2.asm</groupId>
|
<groupId>org.ow2.asm</groupId>
|
||||||
<artifactId>asm-tree</artifactId>
|
<artifactId>asm-tree</artifactId>
|
||||||
<version>9.5</version>
|
<version>9.6</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.ow2.asm</groupId>
|
<groupId>org.ow2.asm</groupId>
|
||||||
<artifactId>asm-commons</artifactId>
|
<artifactId>asm-commons</artifactId>
|
||||||
<version>9.5</version>
|
<version>9.6</version>
|
||||||
<name>asm-commons</name>
|
<name>asm-commons</name>
|
||||||
<description>Usefull class adapters based on ASM, a very small and fast Java bytecode manipulation framework</description>
|
<description>Usefull class adapters based on ASM, a very small and fast Java bytecode manipulation framework</description>
|
||||||
<url>http://asm.ow2.io/</url>
|
<url>http://asm.ow2.io/</url>
|
||||||
@ -71,13 +71,13 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.ow2.asm</groupId>
|
<groupId>org.ow2.asm</groupId>
|
||||||
<artifactId>asm</artifactId>
|
<artifactId>asm</artifactId>
|
||||||
<version>9.5</version>
|
<version>9.6</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.ow2.asm</groupId>
|
<groupId>org.ow2.asm</groupId>
|
||||||
<artifactId>asm-tree</artifactId>
|
<artifactId>asm-tree</artifactId>
|
||||||
<version>9.5</version>
|
<version>9.6</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.ow2.asm</groupId>
|
<groupId>org.ow2.asm</groupId>
|
||||||
<artifactId>asm-test</artifactId>
|
<artifactId>asm-test</artifactId>
|
||||||
<version>9.5</version>
|
<version>9.6</version>
|
||||||
<name>asm-test</name>
|
<name>asm-test</name>
|
||||||
<description>Utilities for testing ASM, a very small and fast Java bytecode manipulation framework</description>
|
<description>Utilities for testing ASM, a very small and fast Java bytecode manipulation framework</description>
|
||||||
<url>http://asm.ow2.io/</url>
|
<url>http://asm.ow2.io/</url>
|
@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.ow2.asm</groupId>
|
<groupId>org.ow2.asm</groupId>
|
||||||
<artifactId>asm-tree</artifactId>
|
<artifactId>asm-tree</artifactId>
|
||||||
<version>9.5</version>
|
<version>9.6</version>
|
||||||
<name>asm-tree</name>
|
<name>asm-tree</name>
|
||||||
<description>Tree API of ASM, a very small and fast Java bytecode manipulation framework</description>
|
<description>Tree API of ASM, a very small and fast Java bytecode manipulation framework</description>
|
||||||
<url>http://asm.ow2.io/</url>
|
<url>http://asm.ow2.io/</url>
|
||||||
@ -71,7 +71,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.ow2.asm</groupId>
|
<groupId>org.ow2.asm</groupId>
|
||||||
<artifactId>asm</artifactId>
|
<artifactId>asm</artifactId>
|
||||||
<version>9.5</version>
|
<version>9.6</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.ow2.asm</groupId>
|
<groupId>org.ow2.asm</groupId>
|
||||||
<artifactId>asm-util</artifactId>
|
<artifactId>asm-util</artifactId>
|
||||||
<version>9.5</version>
|
<version>9.6</version>
|
||||||
<name>asm-util</name>
|
<name>asm-util</name>
|
||||||
<description>Utilities for ASM, a very small and fast Java bytecode manipulation framework</description>
|
<description>Utilities for ASM, a very small and fast Java bytecode manipulation framework</description>
|
||||||
<url>http://asm.ow2.io/</url>
|
<url>http://asm.ow2.io/</url>
|
||||||
@ -71,19 +71,19 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.ow2.asm</groupId>
|
<groupId>org.ow2.asm</groupId>
|
||||||
<artifactId>asm</artifactId>
|
<artifactId>asm</artifactId>
|
||||||
<version>9.5</version>
|
<version>9.6</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.ow2.asm</groupId>
|
<groupId>org.ow2.asm</groupId>
|
||||||
<artifactId>asm-tree</artifactId>
|
<artifactId>asm-tree</artifactId>
|
||||||
<version>9.5</version>
|
<version>9.6</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.ow2.asm</groupId>
|
<groupId>org.ow2.asm</groupId>
|
||||||
<artifactId>asm-analysis</artifactId>
|
<artifactId>asm-analysis</artifactId>
|
||||||
<version>9.5</version>
|
<version>9.6</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0a94253647ec1cc8ea225cc3a7b921c006f2aeb93fd700068ea5fb1fbf71a45b
|
|
||||||
size 570644
|
|
BIN
objectweb-asm-9.6.tar.xz
(Stored with Git LFS)
Normal file
BIN
objectweb-asm-9.6.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 17 05:26:11 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||||
|
|
||||||
|
- Upgrade to version 9.6
|
||||||
|
* new Opcodes.V22 constant for Java 22
|
||||||
|
* bug fixes
|
||||||
|
+ 317991: Analyzer produces frames that have different locals
|
||||||
|
than those detected by JRE bytecode verifier
|
||||||
|
+ 317995: Invalid stackmap generated when the instruction
|
||||||
|
stream has new instruction after invokespecial to <init>
|
||||||
|
+ 317998: Analyzer can fail to catch thrown exceptions
|
||||||
|
+ 318002: asm-analysis Frame allocates an array unnecessarily
|
||||||
|
inside executeInvokeInsn
|
||||||
|
+ bug in CheckFrameAnalyzer with static methods
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 2 18:13:50 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
|
Sun Apr 2 18:13:50 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: objectweb-asm
|
Name: objectweb-asm
|
||||||
Version: 9.5
|
Version: 9.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Java bytecode manipulation framework
|
Summary: Java bytecode manipulation framework
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user