[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Project byteman-4.0.4-2.el8

Name byteman
Epoch 0
Version 4.0.4
Release 2.el8
Website/URL http://www.jboss.org/byteman
License LGPLv2+
Build Time 2023-12-08 14:19:58
Build Host builder-x86-03.inferitos.ru
Summary Java agent-based bytecode injection tool
Repositories AppStream
Description Byteman 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.
Errata
× Full screenshot
Packages link
Package Summary SHA-256 checksum
noarch
byteman-4.0.4-2.el8.noarch Java agent-based bytecode injection tool cb1970b55c5872fbe22be922d602efdf1abf865f706826efbd868a031a01862e download
byteman-javadoc-4.0.4-2.el8.noarch Javadoc for byteman f52d74867866a6fbb36da68226da146975526d05556160e15f652184c1c53c98 download
src
byteman-4.0.4-2.el8.src Java agent-based bytecode injection tool b49342ec829038b111ec0ee12e1cf8e1e02453ed61e46fb76c1d19fad5162c73 download
Changelog link
* Tue Jul 25 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 4.0.4-2
- Rebuilt for MSVSphere 8.8

* Wed Jul 18 2018 Severin Gehwolf <sgehwolf@redhat.com> - 4.0.4-2
- Rebuild with java-11-openjdk.

* 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)

* Tue Jul 03 2018 Severin Gehwolf <sgehwolf@redhat.com> - 4.0.3-1
- Update to latest upstream 4.0.3 release.

* Mon Jul 02 2018 Severin Gehwolf <sgehwolf@redhat.com> - 4.0.2-1
- Update to latest upstream 4.0.2 release.
- Adds support for modular JDKs.

* Wed May 16 2018 Severin Gehwolf <sgehwolf@redhat.com> - 3.0.6-6
- Add maven-javadoc-plugin as BR. Fix versions of bundled
  libs.

* 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