Click here to visit the old openkoji buildsystem (Archived)

Information for build javassist-3.30.2-4.fc40

ID30369
Package Namejavassist
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version3.30.2
Release4.fc40
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/javassist.git#857f13c404d7749c758adf5d3318bc818c7f786d
SummaryJava Programming Assistant for Java bytecode manipulation
DescriptionJavassist 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.
Built bykojiadmin
State failed
Volume DEFAULT
StartedSun, 19 May 2024 17:30:19 CST
CompletedSun, 19 May 2024 17:37:00 CST
Taskbuild (f40, /rpms/javassist.git:857f13c404d7749c758adf5d3318bc818c7f786d)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/javassist.git#857f13c404d7749c758adf5d3318bc818c7f786d'}}
Tags No tags
RPMs No RPMs
Changelog * Sat Mar 02 2024 Jiri Vanek <jvanek@redhat.com> - 3.30.2-4 - Rebuilt for java-21-openjdk as system jdk * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.30.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.30.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jan 04 2024 Zuzana Miklankova <zmiklank@redhat.com> - 3.30.2-1 - Update javassist to 3.30.2 (#2256718) * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.29.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.29.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Sep 19 2022 Zuzana Miklankova <zmiklank@redhat.com> - 3.29.2-1 - Update javassist to 3.29.2 (#2126887) * Mon Aug 15 2022 Zuzana Miklankova <zmiklank@redhat.com> - 3.29.1-1 - Update javassist to 3.29.1 (#2117693) - Replace Readme.html with README.md - Re-add tests, that no longer depend on deprecated java.rmi * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.29.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jul 08 2022 Jiri Vanek <jvanek@redhat.com> - 3.29.0-2 - Rebuilt for Drop i686 JDKs * Mon May 16 2022 Zuzana Miklankova <zmiklank@redhat.com> - 3.29.0-1 - Update javassist to 3.29.0 (#2085504) - Inner.java test no longer dependent on deprecated java.rmi - Changed source URL to actual one * Mon May 09 2022 Zuzana Miklankova <zmiklank@redhat.com> - 3.28.0-4 - Removed tests with dependency on the deprecated java.rmi