The JRebel Agent Framework causes an application to be automatically configured to work with JRebel. Pushing any JRebel Cloud/Remote enabled application (containing rebel-remote.xml
) will automatically download the latest version of JRebel and set it up for use.
Detection Criterion | Existence of a rebel-remote.xml file inside the application archive. This file is present in every application that is configured to use JRebel Cloud/Remote. |
Tags | jrebel-agent=<version> |
For more information regarding setup and configuration, please refer to the JRebel with Pivotal Cloud Foundry tutorial.
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 modifying the config/jrebel_agent.yml
file in the buildpack fork. The framework uses the Repository
utility support and so it supports the version syntax defined there.
Name | Description |
---|---|
repository_root |
The URL of the JRebel repository index (details). |
version |
The version of JRebel to use. Candidate versions can be found in this listing. |
enabled |
Whether to activate JRebel (upon the presence of rebel-remote.xml ) or not. |