Fri, 29 Mar 2024 10:38:42 UTC | login

Information for build byteman-4.0.4-2.fc29

ID54523
Package Namebyteman
Version4.0.4
Release2.fc29
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
StartedThu, 19 Jul 2018 02:14:09 UTC
CompletedThu, 19 Jul 2018 02:14:09 UTC
Tags
f29
f30
RPMs
src
byteman-4.0.4-2.fc29.src.rpm (info) (download)
noarch
byteman-4.0.4-2.fc29.noarch.rpm (info) (download)
byteman-bmunit-4.0.4-2.fc29.noarch.rpm (info) (download)
byteman-dtest-4.0.4-2.fc29.noarch.rpm (info) (download)
byteman-javadoc-4.0.4-2.fc29.noarch.rpm (info) (download)
byteman-rulecheck-maven-plugin-4.0.4-2.fc29.noarch.rpm (info) (download)
Changelog * 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. * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.6-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Fri Dec 09 2016 Severin Gehwolf <sgehwolf@redhat.com> - 3.0.6-2 - Add BRs, maven-plugin-bundle, maven-source-plugin and maven-plugin-plugin, fixing FTBFS. - Resolves: RHBZ#1402998