Package byteman: Information

    Binary package: byteman
    Version: 2.1.4.1-alt1_7jpp8
    Architecture: noarch
    Build time:  Feb 10, 2016, 04:03 AM in the task #158532
    Source package: byteman
    Category: Development/Java
    Report package bug
    License: LGPLv2+
    Summary: Java agent-based bytecode injection tool
    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.

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

    Last changed


    Feb. 10, 2016 Igor Vlasenko 2.1.4.1-alt1_7jpp8
    - java8 mass update
    Feb. 7, 2016 Igor Vlasenko 2.1.4.1-alt0.1jpp
    - bootstrap pack of jars created with jppbootstrap script
    - temporary package to satisfy circular dependencies
    Aug. 25, 2014 Igor Vlasenko 2.0.4-alt1_3jpp7
    - new version