Java Agents

Changes in Java Agent 2024.x

Java Agent 2024.11.x

There are no incompatible changes in the Java Agent 2024.11.1 maintenance release.

Java Agent 2024.11

URL handling

To improve security, we’ve made changes to how the agent handles incoming URLs. These changes may affect the agent’s behavior because not-enforced rules and AM policies are evaluated against normalized paths with the path parameters removed.

Learn more about these changes in URL handling.

Java Agent 2024.9

Monitoring

The common REST monitoring endpoint has been removed. Use the Prometheus endpoint for monitoring your deployment.

Java Agent 2024.6

Commons Audit Framework

To improve security, the audit handling code is deprecated and replaced by the Commons Audit Framework.

To prevent logging of sensitive data for an audit event, the Commons Audit Framework uses a safelist to specify which audit event fields appear in the logs.

By default, only safelisted audit event fields are included in the logs. To include and exclude elements from JSON audit events, use Audit Log Include Paths and Audit Log Exclude Paths.

Java Agent 2024.3

There are no incompatible changes in this release.