Skip to content

Commit 2b36326

Browse files
authored
Releasing version 1.9.5
Releasing version 1.9.5
2 parents a13ceb4 + 66b0287 commit 2b36326

File tree

78 files changed

+424
-184
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+424
-184
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/).
5+
## 1.9.5 - 2019-11-19
6+
### Added
7+
- Support for four-byte autonomous system numbers (ASNs) on FastConnect resources in the Networking service
8+
- Support for choosing fault domains when creating instance pools in the Compute service
9+
- Support for allowing connections from only specific VCNs to autonomous data warehouse and autonomous transaction processing instances in the Database service
10+
511
## 1.9.4 - 2019-11-12
612
### Added
713
- Support for access to APEX and SQL Dev features on autonomous transaction processing and autonomous data warehouse resources in the Database service

bmc-addons/bmc-apache-connector-provider/pom.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.oracle.oci.sdk</groupId>
77
<artifactId>oci-java-sdk-addons</artifactId>
8-
<version>1.9.4</version>
8+
<version>1.9.5</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -19,13 +19,11 @@
1919
<dependency>
2020
<groupId>org.glassfish.jersey.core</groupId>
2121
<artifactId>jersey-client</artifactId>
22-
<version>${jersey.version}</version>
2322
</dependency>
2423

2524
<dependency>
2625
<groupId>org.glassfish.jersey.inject</groupId>
2726
<artifactId>jersey-hk2</artifactId>
28-
<version>${jersey.version}</version>
2927
</dependency>
3028

3129
<!-- TODO: Remove the explicit dependency on org.apache.httpcomponents:httpclient:jar:4.5.9
@@ -40,13 +38,12 @@
4038
<dependency>
4139
<groupId>org.apache.commons</groupId>
4240
<artifactId>commons-lang3</artifactId>
43-
<version>${commons-lang3.version}</version>
4441
</dependency>
4542

4643
<dependency>
4744
<groupId>com.oracle.oci.sdk</groupId>
4845
<artifactId>oci-java-sdk-common</artifactId>
49-
<version>1.9.4</version>
46+
<version>1.9.5</version>
5047
</dependency>
5148

5249
<!-- Explicitly pull in this version of httpclient and its httpcore dependency to address:

bmc-addons/bmc-apache-connector-provider/src/main/java/com/oracle/bmc/http/ApacheConnectionPoolConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ private ApacheConnectionPoolConfig(final Builder builder) {
4444
public final static class Builder {
4545
private int totalOpenConnections;
4646
private int defaultMaxConnectionsPerRoute;
47-
private Pair ttl;
47+
private Pair<Integer, TimeUnit> ttl;
4848

4949
public Builder() {}
5050

bmc-addons/bmc-resteasy-client-configurator/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.oracle.oci.sdk</groupId>
77
<artifactId>oci-java-sdk-addons</artifactId>
8-
<version>1.9.4</version>
8+
<version>1.9.5</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>com.oracle.oci.sdk</groupId>
3838
<artifactId>oci-java-sdk-common</artifactId>
39-
<version>1.9.4</version>
39+
<version>1.9.5</version>
4040
</dependency>
4141
</dependencies>
4242
</project>

bmc-addons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.oracle.oci.sdk</groupId>
77
<artifactId>oci-java-sdk</artifactId>
8-
<version>1.9.4</version>
8+
<version>1.9.5</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

bmc-analytics/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.oracle.oci.sdk</groupId>
66
<artifactId>oci-java-sdk</artifactId>
7-
<version>1.9.4</version>
7+
<version>1.9.5</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-analytics</artifactId>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>com.oracle.oci.sdk</groupId>
1717
<artifactId>oci-java-sdk-common</artifactId>
18-
<version>1.9.4</version>
18+
<version>1.9.5</version>
1919
</dependency>
2020
</dependencies>
2121
</project>

bmc-announcementsservice/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.oracle.oci.sdk</groupId>
66
<artifactId>oci-java-sdk</artifactId>
7-
<version>1.9.4</version>
7+
<version>1.9.5</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-announcementsservice</artifactId>
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>com.oracle.oci.sdk</groupId>
1919
<artifactId>oci-java-sdk-common</artifactId>
20-
<version>1.9.4</version>
20+
<version>1.9.5</version>
2121
</dependency>
2222
</dependencies>
2323
</project>

bmc-audit/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.oracle.oci.sdk</groupId>
77
<artifactId>oci-java-sdk</artifactId>
8-
<version>1.9.4</version>
8+
<version>1.9.5</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>com.oracle.oci.sdk</groupId>
2121
<artifactId>oci-java-sdk-common</artifactId>
22-
<version>1.9.4</version>
22+
<version>1.9.5</version>
2323
</dependency>
2424
</dependencies>
2525

bmc-autoscaling/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.oracle.oci.sdk</groupId>
66
<artifactId>oci-java-sdk</artifactId>
7-
<version>1.9.4</version>
7+
<version>1.9.5</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-autoscaling</artifactId>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>com.oracle.oci.sdk</groupId>
1717
<artifactId>oci-java-sdk-common</artifactId>
18-
<version>1.9.4</version>
18+
<version>1.9.5</version>
1919
</dependency>
2020
</dependencies>
2121
</project>

0 commit comments

Comments
 (0)