Commit Graph

23 Commits

Author SHA256 Message Date
Fridrich Strba
ee3d20758c Accepting request 1174213 from Java:packages:test
9.7

OBS-URL: https://build.opensuse.org/request/show/1174213
OBS-URL: https://build.opensuse.org/package/show/Java:packages/objectweb-asm?expand=0&rev=68
2024-05-15 11:20:45 +00:00
Fridrich Strba
fc6e349bf3 Accepting request 1118194 from home:urbic:branches:Java:packages
- 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

OBS-URL: https://build.opensuse.org/request/show/1118194
OBS-URL: https://build.opensuse.org/package/show/Java:packages/objectweb-asm?expand=0&rev=66
2023-10-17 06:21:37 +00:00
Fridrich Strba
04b690dfce Accepting request 1076769 from home:urbic:java
- Upgrade to version 9.5
  * new Opcodes.V21 constant for Java 21
  * new readBytecodeInstructionOffset hook in ClassReader
  * more detailed exception messages
  * Javadoc improvements and fixes
  * bug fixes
    + 317989: Silent removal of zero-valued entries from the
      line-number table
- Upgrade to version 9.4
  * new Opcodes.V20 constant for Java 20
  * more checks in CheckClassAdapter
  * Javadoc improvements and fixes
  * module-info classes can be built without Gradle and Bnd
  * parent POM updated to org.ow2:ow2:1.5.1
  * bug fixes
    + 317977: CheckClassAdapter is no longer transparent for MAXLOCALS
    + 317981: Add public getDelegate method to all visitor classes
    + Analyzer does not compute optimal maxLocals for static methods
    + Fix SignatureWriter when a generic type has a depth over 30
    + Skip remap inner class name if not changed in Remapper

OBS-URL: https://build.opensuse.org/request/show/1076769
OBS-URL: https://build.opensuse.org/package/show/Java:packages/objectweb-asm?expand=0&rev=64
2023-04-03 05:49:24 +00:00
David Anes
4e8e8172f0 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
2022-04-20 08:21:28 +00:00
Fridrich Strba
1e08f8a4f3 OBS-URL: https://build.opensuse.org/package/show/Java:packages/objectweb-asm?expand=0&rev=58 2022-03-02 17:03:35 +00:00
Fridrich Strba
fd16768893 OBS-URL: https://build.opensuse.org/package/show/Java:packages/objectweb-asm?expand=0&rev=57 2022-03-02 15:08:18 +00:00
Fridrich Strba
13a08c72e3 OBS-URL: https://build.opensuse.org/package/show/Java:packages/objectweb-asm?expand=0&rev=56 2022-03-02 13:24:46 +00:00
Fridrich Strba
1ccfae8c2c OBS-URL: https://build.opensuse.org/package/show/Java:packages/objectweb-asm?expand=0&rev=54 2021-10-20 20:02:57 +00:00
Fridrich Strba
f7e9c18dad OBS-URL: https://build.opensuse.org/package/show/Java:packages/objectweb-asm?expand=0&rev=50 2019-11-25 07:55:25 +00:00
Fridrich Strba
64910e3727 OBS-URL: https://build.opensuse.org/package/show/Java:packages/objectweb-asm?expand=0&rev=48 2019-03-06 10:20:03 +00:00
Fridrich Strba
7236dccfd8 OBS-URL: https://build.opensuse.org/package/show/Java:packages/objectweb-asm?expand=0&rev=47 2018-12-28 21:00:39 +00:00
Tomáš Chvátal
eb52bed10d Accepting request 657209 from home:jengelh:branches:Java:packages
- Update RPM groups

OBS-URL: https://build.opensuse.org/request/show/657209
OBS-URL: https://build.opensuse.org/package/show/Java:packages/objectweb-asm?expand=0&rev=45
2018-12-11 15:41:23 +00:00
Fridrich Strba
b053ad4433 OBS-URL: https://build.opensuse.org/package/show/Java:packages/objectweb-asm?expand=0&rev=41 2018-12-11 09:31:45 +00:00
Fridrich Strba
53d9f77a91 OBS-URL: https://build.opensuse.org/package/show/Java:packages/objectweb-asm?expand=0&rev=38 2018-05-16 07:59:34 +00:00
Fridrich Strba
44981ce293 Don't depend on java-gcj-compat
OBS-URL: https://build.opensuse.org/package/show/Java:packages/objectweb-asm?expand=0&rev=35
2017-10-04 08:01:43 +00:00
Tomáš Chvátal
feb1f6f0ba Accepting request 496734 from home:DZiolkowski:branches:Java:packages
- New build dependency: javapackages-local
- cleaned spec using spec-cleaner 
- remove "section free" macro
- get rid of %if 0 blocks

OBS-URL: https://build.opensuse.org/request/show/496734
OBS-URL: https://build.opensuse.org/package/show/Java:packages/objectweb-asm?expand=0&rev=33
2017-05-19 12:03:57 +00:00
Tomáš Chvátal
fadf8039ea new jpackage-tools
OBS-URL: https://build.opensuse.org/package/show/Java:packages/objectweb-asm?expand=0&rev=31
2015-03-18 10:07:58 +00:00
Michal Vyskocil
a02c04d77b - Build with gcc-java as openjdk7 (1.7.0_40) fails to build it
OBS-URL: https://build.opensuse.org/package/show/Java:packages/objectweb-asm?expand=0&rev=28
2013-09-25 12:03:23 +00:00
Michal Vyskocil
5b6de454f2 - use add_maven_depmap from javapackages-tools
OBS-URL: https://build.opensuse.org/package/show/Java:packages/objectweb-asm?expand=0&rev=26
2013-09-11 07:32:59 +00:00
Tomáš Chvátal
86b7ae6848 Replace jpackage-utils by javapackages-tools
OBS-URL: https://build.opensuse.org/package/show/Java:packages/objectweb-asm?expand=0&rev=25
2013-09-09 11:59:37 +00:00
Stephan Kulow
3e84f986f0 Accepting request 101633 from Java:packages
improved changes

OBS-URL: https://build.opensuse.org/request/show/101633
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/objectweb-asm?expand=0&rev=9
2012-01-27 14:22:43 +00:00
Stephan Kulow
0681d75d57 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/objectweb-asm?expand=0&rev=8
2011-12-06 17:33:09 +00:00
OBS User unknown
06fe166fed OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/objectweb-asm?expand=0&rev=1 2009-07-16 02:52:54 +00:00