Skip to content

Commit

Permalink
Enhance JDBC connection string parsing for multiple hosts (#1082)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalkoren committed Mar 15, 2020
1 parent 2870994 commit c99e082
Show file tree
Hide file tree
Showing 3 changed files with 399 additions and 32 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.asciidoc
Expand Up @@ -31,13 +31,15 @@ endif::[]
* Gracefully abort agent init when running on a known Java 8 buggy JVM {pull}1075[#1075].
* Add support for <<supported-databases, Redis Redisson client>>
* Makes <<config-instrument>>, <<config-trace-methods>>, and <<config-disable-instrumentations>> dynamic.
Note that changing these values at runtime can slow down the application temporarily.
Note that changing these values at runtime can slow down the application temporarily.
* Do not instrument Servlet API before 3.0 {pull}1077[#1077]
[float]
===== Bug fixes
* When JAX-RS-annotated method delegates to another JAX-RS-annotated method, transaction name should include method A - {pull}1062[#1062]
* Fixed bug that prevented an APM Error from being created when calling `org.slf4j.Logger#error` - {pull}1049[#1049]
* Wrong address in JDBC spans for Oracle, MySQL and MariaDB when multiple hosts are configured - {pull}1082[#1082]
[[release-notes-1.x]]
=== Java Agent version 1.x
Expand Down

0 comments on commit c99e082

Please sign in to comment.