Skip to content

Commit

Permalink
integrations/sql: update java/ocjdbc to v0.0.5
Browse files Browse the repository at this point in the history
After @marcusb's PR that adds tracing javax.sql.DataSource
in orijtech/opencensus-java-jdbc#2,
we've published an update to ocjdbc and this just bumps
up the version of the published ocjdbc integration to
v0.0.5 but also its dependency opencensus-java to v0.24.0.
  • Loading branch information
odeke-em committed Sep 3, 2019
1 parent 96323f4 commit b4646fa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions content/integrations/sql/java_sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,23 @@ but also distributed as Maven, Gradle, Ivy and Builder artifacts as you'll short
<dependency>
<groupId>io.orijtech.integrations</groupId>
<artifactId>ocjdbc</artifactId>
<version>0.0.4</version>
<version>0.0.5</version>
</dependency>
{{</highlight>}}

{{<highlight gradle>}}
// https://mvnrepository.com/artifact/io.orijtech.integrations/ocjdbc
compile group: 'io.orijtech.integrations', name: 'ocjdbc', version: '0.0.4'
compile group: 'io.orijtech.integrations', name: 'ocjdbc', version: '0.0.5'
{{</highlight>}}

{{<highlight xml>}}
<!-- https://mvnrepository.com/artifact/io.orijtech.integrations/ocjdbc -->
<dependency org="io.orijtech.integrations" name="ocjdbc" rev="0.0.4"/>
<dependency org="io.orijtech.integrations" name="ocjdbc" rev="0.0.5"/>
{{</highlight>}}

{{<highlight python>}}
# https://mvnrepository.com/artifact/io.orijtech.integrations/ocjdbc
'io.orijtech.integrations:ocjdbc:jar:0.0.4'
'io.orijtech.integrations:ocjdbc:jar:0.0.5'
{{</highlight>}}
{{</tabs>}}

Expand Down Expand Up @@ -268,7 +268,7 @@ public class App {

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<opencensus.version>0.21.0</opencensus.version>
<opencensus.version>0.24.0</opencensus.version>
</properties>

<dependencies>
Expand All @@ -287,7 +287,7 @@ public class App {
<dependency>
<groupId>io.orijtech.integrations</groupId>
<artifactId>ocjdbc</artifactId>
<version>0.0.4</version>
<version>0.0.5</version>
</dependency>

<dependency>
Expand Down

0 comments on commit b4646fa

Please sign in to comment.