Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: javassist | Distribution: openSUSE Tumbleweed |
Version: 3.30.2 | Vendor: openSUSE |
Release: 1.2 | Build date: Mon Sep 9 15:15:34 2024 |
Group: Development/Libraries/Java | Build host: reproducible |
Size: 811755 | Source RPM: javassist-3.30.2-1.2.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://www.javassist.org/ | |
Summary: Java Programming Assistant: bytecode manipulation |
Javassist (Java Programming Assistant) makes Java bytecode manipulation simple. It is a class library for editing bytecodes in Java; it enables Java programs to define a new class at runtime and to modify a class file when the JVM loads it. Unlike other similar bytecode editors, Javassist provides two levels of API: source level and bytecode level. If the users use the source-level API, they can edit a class file without knowledge of the specifications of the Java bytecode. The whole API is designed with only the vocabulary of the Java language. You can even specify inserted bytecode in the form of source text; Javassist compiles it on the fly. On the other hand, the bytecode-level API allows the users to directly edit a class file as other editors.
LGPL-2.1-or-later OR MPL-1.1
* Mon Sep 09 2024 Fridrich Strba <fstrba@suse.com> - Version update to 2.30.0 * try to fix trivial link error * fixes Issue 462 (In Java21, the ConstPool API throws NPE for MethodParameters attributes without parameter names) * Fix MemberResolver.lookupMethod bug when super class has more precise match * Fix issue in no-standard [new] instruction replace * Remove DUP check in TransformNewClass * Update tutorial.html: javassist.util.HotSwapper * Fix insertAuxInitializer may cause inconsistent stack height problem * Minimal changes make IDEA 2023.2 work out-of-box - Version update to 2.30.1 * Fixes a bug in MANIFEST.MF - Version update to 2.30.2 * Use current latest org.apache.felix:maven-bundle-plugin:5.1.9 * Fix bytecode compatible back to 52(JDK8) * add .editorconfig * polish pom format * Wed Feb 21 2024 Fridrich Strba <fstrba@suse.com> - Use %patch -P N instead of deprecated %patchN. * Tue Jun 06 2023 Fridrich Strba <fstrba@suse.com> - Clean up the spec file and make it actually build on a vanilla SLE-12-SP5 - Modified patch: * javassist-java8-compat.patch + make remove functions that are not available in java 8 * Tue Sep 20 2022 David Anes <david.anes@suse.com> - Version update to 3.29.2: * Include` Automatic-Module-Name in MANIFEST.MF - Rebased javassist-osgi.patch and corrected version numbers in the patch. * Wed Aug 17 2022 David Anes <david.anes@suse.com> - Version update to 3.29.1: * `Readme.html` was deleted. - Rebased javassist-osgi.patch and corrected version numbers in the patch. * Mon May 23 2022 David Anes <david.anes@suse.com> - Requires java >= 1.8 - Rebased patches: * javassist-osgi.patch - Version update to 3.29.0: * removes an unused import declaration as PR 384 mentions. * Merge pull request #382 from tim-hoffman/PR_RemoveStringBuffer * Merge pull request #383 from tim-hoffman/PR_ArrayCopyPerformance * uncomments test code suggested by PR405 * cancels PR#391, which does not pass all the tests * fixes a wrong indentation * Merge pull request #391 from derklaro/fix-method-naming-syntax * does refactoring * fixes a bug in SignatureAttribute.renameClass(). * fixs a compilation problem although one test still fails. * Merge pull request #299 from pietrobraione/master * Merge branch 'master' into master * Merge pull request #278 from ximsfei/master * Merge pull request #390 from derklaro/master * changes test code because package java.rmi.activation.ActivationGroupDesc does not exist any longer. * deletes src/test/test2/*.class * Merge pull request #399 from carldea/master * Merge pull request #409 from aschleck/patch-1 * Remove redundant type check * Using TCK Tested JDK builds of OpenJDK * Merge pull request #395 from aburaksahin/master * Fix for NullPointerException on detach() * Only wrap the method name if the method doesn't come from the same decl class * Lower requirement for an extra type in constructor to Java 7- * Replace array copy loop with System.arraycopy * Replace remaining StringBuffer uses with StringBuilder * Replace StringBuffer with StringBuilder and other minor String optimizations * fixes GitHub Issue 378 (wrong link for apache license) * updates javassist.Loader to exclude jdk.internal. * Fixes to support the full syntax of possible signatures * Fix renaming of classes in presence of generic signatures and nested classes. * add unit test * fixes a bug of ClassFile#renameClass(), some imports could not be successfully renamed * Fri Dec 10 2021 David Anes <david.anes@suse.com> - Rebased osgi patch: javassist-osgi.patch - Rebased java8 compat patch: javassist-java8-compat.patch - Requires Java API >= 1.7 * Wed Mar 25 2020 Fridrich Strba <fstrba@suse.com> - Added patch: * javassist-osgi.patch + Add OSGi manifest to the javassist.jar * Mon Apr 15 2019 Fridrich Strba <fstrba@suse.com> - Added patch: * javassist-java8-compat.patch - Allow building on systems that do not have java 9 or higher * Thu Oct 18 2018 Fridrich Strba <fstrba@suse.com> - Install and package the maven pom and metadata files
/usr/share/java/javassist.jar /usr/share/licenses/javassist /usr/share/licenses/javassist/License.html /usr/share/maven-metadata/javassist.xml /usr/share/maven-poms/JPP-javassist.pom
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Feb 12 23:53:52 2025