Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

objectweb-asm-9.6-150200.3.11.3 RPM for noarch

From OpenSuSE Leap 15.6 for noarch

Name: objectweb-asm Distribution: SUSE Linux Enterprise 15
Version: 9.6 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150200.3.11.3 Build date: Fri Feb 2 14:32:16 2024
Group: Development/Libraries/Java Build host: h01-ch4c
Size: 799811 Source RPM: objectweb-asm-9.6-150200.3.11.3.src.rpm
Packager: https://www.suse.com/
Url: http://asm.objectweb.org/
Summary: Java bytecode manipulation framework
ASM is a Java bytecode manipulation framework.

It can be used to dynamically generate stub classes or other proxy
classes, directly in binary form, or to dynamically modify classes at
load time, i.e., just before they are loaded into the Java Virtual
Machine.

ASM offers similar functionalities as BCEL or SERP, but is much
smaller.

Provides

Requires

License

BSD-3-Clause

Changelog

* Tue Oct 17 2023 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 02 2023 shvetz.anton@gmail.com
  - 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
* Sun Jan 29 2023 shvetz.anton@gmail.com
  - 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
* Wed Apr 20 2022 david.anes@suse.com
  - 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 02 2022 fstrba@suse.com
  - Build asm as modular jar files to be used as such by java >= 9
  - Leave asm-all.jar as a non-modular jar
* Wed Oct 20 2021 fstrba@suse.com
  - Upgrade to version 9.2
    * Up to JDK 18 support
    * ClassReader.readStream() performance improvements
    * Add some input validations in ClassReader
    * Replace -debug flag in Printer with -nodebug (-debug continues
      to work)
    * new V15 constant
    * experimental support for PermittedSubtypes and RecordComponent
    * Javadoc fixes
    * bug fixes
      + 317942: ClassCheckAdaptor output represents reference arrays
      as only their "root" component type
      + 317921: Make Analyzer not require correct maxs or calculate
      maxs fast
      + 317922: InstructionAdapter shall throw consistent exceptions
      + 317923: Incorrect documentation on ClassReader's use of
      AnnotationVisitor
      + 317929: ClassRemapper doesn't remap annotation values
      + 317930: Can CheckClassAdapter.checkTypeRef throw a more
      specific exception?
      + 317931: Shall CheckMethodAdapter.Method.visitLabel throw
      IllegalStateException?
      + Tests that requires preview features should only run if the
      preview features of the right JDK are enabled
      + 317897: AdviceAdapter incorrectly emits onMethodEnter from a
      try-catch block in a constructor
      + 317900: Javadoc of ClassVisitor does not specify order of
      visitRecordComponent
      + 317904: Bug with constructors in AdviceAdapter
      + 317910: Iterating over a InsnList with an iterator traverses
      the list twice
      + 317898: ASM 8 does not support writing of empty records
      + 317896: Performance degradation when using dynamic constants
      as a static paramet to another InDy/ConDy
      + 317885: SKIP_DEBUG now skips MethodParameters attributes
* Mon Nov 25 2019 fstrba@suse.com
  - Upgrade to version 7.2
    * Upstream dropped asm-xml submodule
* Wed Mar 06 2019 fstrba@suse.com
  - Upgrade to version 6.2.1
  - Generate and customize the ant build system to be able to build
    without gradle
  - Removed patches:
    * objectweb-asm-6.0-no_bnd.patch
    * objectweb-asm-6.0-no_retrofit.patch
    * objectweb-asm-6.0-sourcetarget.patch
    * objectweb-asm-6.0-uberjar.patch
      + not needed in this version
* Tue Dec 11 2018 jengelh@inai.de
  - Update RPM groups
* Tue Dec 11 2018 fstrba@suse.com
  - Upgrade to version 6.0, the last version buildable with ant
  - Removed patches:
    * asm-3.3.1-jdk9.patch
    * asm-3.3.1-sourcetarget.patch
    * objectweb-asm-no-classpath-in-manifest.patch
      + Not corresponding any more to the current state of code
  - Added patches:
    * objectweb-asm-6.0-no_bnd.patch
      + Don't use bnd (which we don't have) to create bundles
    * objectweb-asm-6.0-no_retrofit.patch
      + Don't retrofit bytecode, since we build with target > 1.5
    * objectweb-asm-6.0-sourcetarget.patch
      + Build with source/target 8
    * objectweb-asm-6.0-uberjar.patch
      + Bring back the uberjars (asm-all.jar and asm-debug-all.jar)
      since some packages might still depend on them
* Wed May 16 2018 fstrba@suse.com
  - Build with source and target 8 to prepare for a possible removal
    of 1.6 compatibility
  - Added patch:
    * asm-3.3.1-jdk9.patch
      + Since JDK9, "_" is reserved keyword
* Wed Oct 04 2017 fstrba@suse.com
  - Remove dependency on java-1_5_0-gcj-compat-devel
  - Specify java source and target level 1.6 to allow building with
    jdk9
  - Added patch:
    * asm-3.3.1-sourcetarget.patch
      + Don't hardcode the source and target levels, allow specifying
      them on command-line
* Fri May 19 2017 dziolkowski@suse.com
  - New build dependency: javapackages-local
  - cleaned spec using spec-cleaner
  - remove "section free" macro
  - get rid of %if 0 blocks
* Wed Mar 18 2015 tchvatal@suse.com
  - Fix build with new javapackages-tools

Files

/usr/bin/objectweb-asm-processor
/usr/share/java/objectweb-asm
/usr/share/java/objectweb-asm/asm-all.jar
/usr/share/java/objectweb-asm/asm-analysis.jar
/usr/share/java/objectweb-asm/asm-commons.jar
/usr/share/java/objectweb-asm/asm-tree.jar
/usr/share/java/objectweb-asm/asm-util.jar
/usr/share/java/objectweb-asm/asm.jar
/usr/share/licenses/objectweb-asm
/usr/share/licenses/objectweb-asm/LICENSE.txt
/usr/share/maven-metadata/objectweb-asm.xml
/usr/share/maven-poms/objectweb-asm
/usr/share/maven-poms/objectweb-asm/asm-all.pom
/usr/share/maven-poms/objectweb-asm/asm-analysis.pom
/usr/share/maven-poms/objectweb-asm/asm-commons.pom
/usr/share/maven-poms/objectweb-asm/asm-tree.pom
/usr/share/maven-poms/objectweb-asm/asm-util.pom
/usr/share/maven-poms/objectweb-asm/asm.pom


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 26 23:30:45 2024