Skip to content

Tags: opentracing-contrib/java-jdbc

Tags

0.2.15

Toggle 0.2.15's commit message
[maven-release-plugin] copy for tag 0.2.15

release-0.2.15

Toggle release-0.2.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix tag key for excludeFastQueryThresholdMs (#113)

0.2.14

Toggle 0.2.14's commit message
[maven-release-plugin] copy for tag 0.2.14

release-0.2.14

Toggle release-0.2.14's commit message
reformat

Signed-off-by: Sergei Malafeev <[email protected]>

0.2.13

Toggle 0.2.13's commit message
[maven-release-plugin] copy for tag 0.2.13

release-0.2.13

Toggle release-0.2.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix database name parsing when a path URL query params contains a path (

#108)

Postgres allows the path to certificates to be specified among the URL query params, e.g. `jdbc:postgresql://host:port/dbname?sslmode=verify-full&sslrootcert=/some/path.pem`. Prior to this fix, the `db.instance` tag would be set to `path.pem` instead of `dbname`.

This change counts slashes from the left, rather than the right, when detecting the DB name.

0.2.12

Toggle 0.2.12's commit message
[maven-release-plugin] copy for tag 0.2.12

release-0.2.12

Toggle release-0.2.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support in OracleURLPArser for LDAP connection string (#105)

0.2.11

Toggle 0.2.11's commit message
[maven-release-plugin] copy for tag 0.2.11

release-0.2.11

Toggle release-0.2.11's commit message
reformat

Signed-off-by: Sergei Malafeev <[email protected]>