AspectJ Weaver Agent Framework

August 1, 2017 ยท View on GitHub

The AspectJ Weaver Agent Framework configures the AspectJ Runtime Weaving Agent at runtime.

Detection Criterion aspectjweaver-*.jar existing and BOOT-INF/classes/META-INF/aop.xml, BOOT-INF/classes/org/aspectj/aop.xml, META-INF/aop.xml, or org/aspectj/aop.xml existing.
Tags aspectj-weaver-agent=<version>
Tags are printed to standard output by the buildpack detect script

Configuration

For general information on configuring the buildpack, including how to specify configuration values through environment variables, refer to Configuration and Extension.

The framework can be configured by creating or modifying the config/aspectj_weaver_agent.yml file in the buildpack fork.

NameDescription
enabledWhether to enable the AspectJ Runtime Weaving agent.