Wed, 24 Apr 2024 14:30:54 UTC | login

Information for build byteman-4.0.11-1.fc33

ID154945
Package Namebyteman
Version4.0.11
Release1.fc33
Epoch
SummaryJava agent-based bytecode injection tool
DescriptionByteman is a tool which simplifies tracing and testing of Java programs. Byteman allows you to insert extra Java code into your application, either as it is loaded during JVM startup or even after it has already started running. The injected code is allowed to access any of your data and call any application methods, including where they are private. You can inject code almost anywhere you want and there is no need to prepare the original source code in advance nor do you have to recompile, repackage or redeploy your application. In fact you can remove injected code and reinstall different code while the application continues to execute.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 08 Apr 2020 12:14:30 UTC
CompletedWed, 08 Apr 2020 12:14:30 UTC
Tags
f33
RPMs
src
byteman-4.0.11-1.fc33.src.rpm (info) (download)
noarch
byteman-4.0.11-1.fc33.noarch.rpm (info) (download)
byteman-bmunit-4.0.11-1.fc33.noarch.rpm (info) (download)
byteman-dtest-4.0.11-1.fc33.noarch.rpm (info) (download)
byteman-javadoc-4.0.11-1.fc33.noarch.rpm (info) (download)
byteman-rulecheck-maven-plugin-4.0.11-1.fc33.noarch.rpm (info) (download)
Changelog * Tue Mar 03 2020 Jayashree Huttanagoudar <jhuttana@redhat.com> - 4.0.11-1 - Upgrated to latest upstream version 4.0.11 - Added a patch to fix rpm build issue caused due to misconfiguration in upstream - Added required additional plugins required for build * Tue Jan 28 2020 Severin Gehwolf <sgehwolf@redhat.com> - 4.0.5-5 - Drop not needed BR jarjar. Fixes FTBFS. * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.5-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Mon May 06 2019 Severin Gehwolf <sgehwolf@redhat.com> - 4.0.5-3 - Use XMvn javadoc so as to work-around maven-javadoc-plugin issue. - Fixes FTBFS. * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Nov 21 2018 Severin Gehwolf <sgehwolf@redhat.com> - 4.0.5-1 - Update to latest upstream 4.0.5 release. * Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jul 10 2018 Severin Gehwolf <sgehwolf@redhat.com> - 4.0.4-1 - Update to latest upstream 4.0.4 release. - Split junit-dependent packages into sub-packages: byteman-dtest, byteman-bmunit - Fix automatically generated requirements: - ASM is BR-only and bundled. - java-headless >= 1:1.9 would get generated, but byteman 4.x runs on JDK 8 too (would even work for JDK 6) * Thu Jul 05 2018 Severin Gehwolf <sgehwolf@redhat.com> - 4.0.3-2 - Don't use maven-javadoc-plugin. Use XMvn instead. * Tue Jul 03 2018 Severin Gehwolf <sgehwolf@redhat.com> - 4.0.3-1 - Update to latest upstream 4.0.3 release. * Fri Apr 27 2018 Severin Gehwolf <sgehwolf@redhat.com> - 4.0.2-1 - Update to latest upstream 4.0.2 release. - Adds support for modular JDKs.