Skip to content

Commit

Permalink
Removed ref to the Scala IllegalAccessError issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kford-newrelic committed Mar 30, 2022
1 parent 76318ff commit 6c0031b
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -6,14 +6,13 @@ downloadLink: 'https://download.newrelic.com/newrelic/java-agent/newrelic-agent/
---

### New features and improvements
* Added built-in agent support for Logs in Context (log4j 2.x and Logback 1.x). Read more about this capability on our [Logs in Context feature page](/docs/logs/logs-context/java-configure-logs-context-all/) [718](https://github.com/newrelic/newrelic-java-agent/pull/718)
* Added built-in agent support for Logs in Context (log4j 2.6+ and Logback 1.1+). Read more about this capability on our [Logs in Context feature page](/docs/logs/logs-context/java-configure-logs-context-all/) [718](https://github.com/newrelic/newrelic-java-agent/pull/718)
* Added instrumentation support for the MariaDB & H2 R2DBC connectors [799](https://github.com/newrelic/newrelic-java-agent/pull/799) [724](https://github.com/newrelic/newrelic-java-agent/pull/724)
* Updated agent support for Jedis 4.0.0+ [698](https://github.com/newrelic/newrelic-java-agent/pull/698)
* Updated agent support for Cassandra dataStax 4+ [690](https://github.com/newrelic/newrelic-java-agent/pull/690)

### Fixes
* Guard against intermittent null pointer exceptions [707](https://github.com/newrelic/newrelic-java-agent/pull/707)
* Resolved Scala issue that resulted in an `IllegalAccessError` for a non-static final field [699](https://github.com/newrelic/newrelic-java-agent/pull/699)
* Support CSP nonce parameter for RUM header and footer [591](https://github.com/newrelic/newrelic-java-agent/pull/591)
* Fixed an issue with auto app naming and distributed tracing transactions [566](https://github.com/newrelic/newrelic-java-agent/pull/566)
* Increased maximum `TransactionError` message size [581](https://github.com/newrelic/newrelic-java-agent/issues/581)
Expand Down

0 comments on commit 6c0031b

Please sign in to comment.