Skip to content

Commit 797b931

Browse files
authored
Releasing version 1.7.0
Releasing version 1.7.0
2 parents de21bee + 4cb5ef9 commit 797b931

File tree

167 files changed

+9041
-266
lines changed

Some content is hidden

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

167 files changed

+9041
-266
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.7.0 - 2019-09-10
6+
### Added
7+
- Support for specifying the autoBackupWindow field for scheduling backups in the Database service
8+
- Support for network security groups on autonomous Exadata infrastructure in the Database service
9+
- Support for Kubernetes secrets encryption in customer clusters, regional subnets, and cluster authentication for instance principals in the Container Engine for Kubernetes service
10+
- Support for the Oracle Content and Experience service
11+
12+
### Breaking
13+
- The etag field has been removed from the com.oracle.bmc.ons.responses.ChangeTopicCompartmentResponse and com.oracle.bmc.ons.responses.ChangeSubscriptionCompartmentResponse classes of the Notifications service
14+
515
## 1.6.3 - 2019-09-03
616
### Added
717
- Support for the Sydney (SYD) region

bmc-addons/bmc-apache-connector-provider/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.6.3</version>
8+
<version>1.7.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>com.oracle.oci.sdk</groupId>
4848
<artifactId>oci-java-sdk-common</artifactId>
49-
<version>1.6.3</version>
49+
<version>1.7.0</version>
5050
</dependency>
5151

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

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.6.3</version>
8+
<version>1.7.0</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.6.3</version>
39+
<version>1.7.0</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.6.3</version>
8+
<version>1.7.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

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.6.3</version>
7+
<version>1.7.0</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.6.3</version>
20+
<version>1.7.0</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.6.3</version>
8+
<version>1.7.0</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.6.3</version>
22+
<version>1.7.0</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.6.3</version>
7+
<version>1.7.0</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.6.3</version>
18+
<version>1.7.0</version>
1919
</dependency>
2020
</dependencies>
2121
</project>

bmc-bom/pom.xml

Lines changed: 36 additions & 30 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.6.3</version>
8+
<version>1.7.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>oci-java-sdk-bom</artifactId>
@@ -19,175 +19,181 @@
1919
<dependency>
2020
<groupId>com.oracle.oci.sdk</groupId>
2121
<artifactId>oci-java-sdk-common</artifactId>
22-
<version>1.6.3</version>
22+
<version>1.7.0</version>
2323
<optional>false</optional>
2424
</dependency>
2525
<!-- Service modules, alpha sorted -->
2626
<dependency>
2727
<groupId>com.oracle.oci.sdk</groupId>
2828
<artifactId>oci-java-sdk-audit</artifactId>
29-
<version>1.6.3</version>
29+
<version>1.7.0</version>
3030
<optional>false</optional>
3131
</dependency>
3232
<dependency>
3333
<groupId>com.oracle.oci.sdk</groupId>
3434
<artifactId>oci-java-sdk-containerengine</artifactId>
35-
<version>1.6.3</version>
35+
<version>1.7.0</version>
3636
<optional>false</optional>
3737
</dependency>
3838
<dependency>
3939
<groupId>com.oracle.oci.sdk</groupId>
4040
<artifactId>oci-java-sdk-core</artifactId>
41-
<version>1.6.3</version>
41+
<version>1.7.0</version>
4242
<optional>false</optional>
4343
</dependency>
4444
<dependency>
4545
<groupId>com.oracle.oci.sdk</groupId>
4646
<artifactId>oci-java-sdk-database</artifactId>
47-
<version>1.6.3</version>
47+
<version>1.7.0</version>
4848
<optional>false</optional>
4949
</dependency>
5050
<dependency>
5151
<groupId>com.oracle.oci.sdk</groupId>
5252
<artifactId>oci-java-sdk-dns</artifactId>
53-
<version>1.6.3</version>
53+
<version>1.7.0</version>
5454
<optional>false</optional>
5555
</dependency>
5656
<dependency>
5757
<groupId>com.oracle.oci.sdk</groupId>
5858
<artifactId>oci-java-sdk-email</artifactId>
59-
<version>1.6.3</version>
59+
<version>1.7.0</version>
6060
<optional>false</optional>
6161
</dependency>
6262
<dependency>
6363
<groupId>com.oracle.oci.sdk</groupId>
6464
<artifactId>oci-java-sdk-filestorage</artifactId>
65-
<version>1.6.3</version>
65+
<version>1.7.0</version>
6666
<optional>false</optional>
6767
</dependency>
6868
<dependency>
6969
<groupId>com.oracle.oci.sdk</groupId>
7070
<artifactId>oci-java-sdk-identity</artifactId>
71-
<version>1.6.3</version>
71+
<version>1.7.0</version>
7272
<optional>false</optional>
7373
</dependency>
7474
<dependency>
7575
<groupId>com.oracle.oci.sdk</groupId>
7676
<artifactId>oci-java-sdk-loadbalancer</artifactId>
77-
<version>1.6.3</version>
77+
<version>1.7.0</version>
7878
<optional>false</optional>
7979
</dependency>
8080
<dependency>
8181
<groupId>com.oracle.oci.sdk</groupId>
8282
<artifactId>oci-java-sdk-objectstorage</artifactId>
83-
<version>1.6.3</version>
83+
<version>1.7.0</version>
8484
<optional>false</optional>
8585
</dependency>
8686
<dependency>
8787
<groupId>com.oracle.oci.sdk</groupId>
8888
<artifactId>oci-java-sdk-addons-resteasy-client-configurator</artifactId>
89-
<version>1.6.3</version>
89+
<version>1.7.0</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>com.oracle.oci.sdk</groupId>
9393
<artifactId>oci-java-sdk-resourcesearch</artifactId>
9494
<optional>false</optional>
95-
<version>1.6.3</version>
95+
<version>1.7.0</version>
9696
</dependency>
9797
<dependency>
9898
<groupId>com.oracle.oci.sdk</groupId>
9999
<optional>false</optional>
100100
<artifactId>oci-java-sdk-addons-apache</artifactId>
101-
<version>1.6.3</version>
101+
<version>1.7.0</version>
102102
</dependency>
103103
<dependency>
104104
<groupId>com.oracle.oci.sdk</groupId>
105105
<artifactId>oci-java-sdk-keymanagement</artifactId>
106-
<version>1.6.3</version>
106+
<version>1.7.0</version>
107107
<optional>false</optional>
108108
</dependency>
109109
<dependency>
110110
<groupId>com.oracle.oci.sdk</groupId>
111111
<artifactId>oci-java-sdk-announcementsservice</artifactId>
112-
<version>1.6.3</version>
112+
<version>1.7.0</version>
113113
<optional>false</optional>
114114
</dependency>
115115
<dependency>
116116
<groupId>com.oracle.oci.sdk</groupId>
117117
<artifactId>oci-java-sdk-healthchecks</artifactId>
118-
<version>1.6.3</version>
118+
<version>1.7.0</version>
119119
<optional>false</optional>
120120
</dependency>
121121
<dependency>
122122
<groupId>com.oracle.oci.sdk</groupId>
123123
<artifactId>oci-java-sdk-waas</artifactId>
124-
<version>1.6.3</version>
124+
<version>1.7.0</version>
125125
<optional>false</optional>
126126
</dependency>
127127
<dependency>
128128
<groupId>com.oracle.oci.sdk</groupId>
129129
<artifactId>oci-java-sdk-streaming</artifactId>
130-
<version>1.6.3</version>
130+
<version>1.7.0</version>
131131
<optional>false</optional>
132132
</dependency>
133133
<dependency>
134134
<groupId>com.oracle.oci.sdk</groupId>
135135
<artifactId>oci-java-sdk-resourcemanager</artifactId>
136-
<version>1.6.3</version>
136+
<version>1.7.0</version>
137137
<optional>false</optional>
138138
</dependency>
139139
<dependency>
140140
<groupId>com.oracle.oci.sdk</groupId>
141141
<artifactId>oci-java-sdk-monitoring</artifactId>
142-
<version>1.6.3</version>
142+
<version>1.7.0</version>
143143
<optional>false</optional>
144144
</dependency>
145145
<dependency>
146146
<groupId>com.oracle.oci.sdk</groupId>
147147
<artifactId>oci-java-sdk-ons</artifactId>
148-
<version>1.6.3</version>
148+
<version>1.7.0</version>
149149
<optional>false</optional>
150150
</dependency>
151151
<dependency>
152152
<groupId>com.oracle.oci.sdk</groupId>
153153
<artifactId>oci-java-sdk-autoscaling</artifactId>
154-
<version>1.6.3</version>
154+
<version>1.7.0</version>
155155
<optional>false</optional>
156156
</dependency>
157157
<dependency>
158158
<groupId>com.oracle.oci.sdk</groupId>
159159
<artifactId>oci-java-sdk-budget</artifactId>
160-
<version>1.6.3</version>
160+
<version>1.7.0</version>
161161
<optional>false</optional>
162162
</dependency>
163163
<dependency>
164164
<groupId>com.oracle.oci.sdk</groupId>
165165
<artifactId>oci-java-sdk-workrequests</artifactId>
166-
<version>1.6.3</version>
166+
<version>1.7.0</version>
167167
<optional>false</optional>
168168
</dependency>
169169
<dependency>
170170
<groupId>com.oracle.oci.sdk</groupId>
171171
<artifactId>oci-java-sdk-limits</artifactId>
172-
<version>1.6.3</version>
172+
<version>1.7.0</version>
173173
<optional>false</optional>
174174
</dependency>
175175
<dependency>
176176
<groupId>com.oracle.oci.sdk</groupId>
177177
<artifactId>oci-java-sdk-functions</artifactId>
178-
<version>1.6.3</version>
178+
<version>1.7.0</version>
179179
<optional>false</optional>
180180
</dependency>
181181
<dependency>
182182
<groupId>com.oracle.oci.sdk</groupId>
183183
<artifactId>oci-java-sdk-events</artifactId>
184-
<version>1.6.3</version>
184+
<version>1.7.0</version>
185185
<optional>false</optional>
186186
</dependency>
187187
<dependency>
188188
<groupId>com.oracle.oci.sdk</groupId>
189189
<artifactId>oci-java-sdk-dts</artifactId>
190-
<version>1.6.3</version>
190+
<version>1.7.0</version>
191+
<optional>false</optional>
192+
</dependency>
193+
<dependency>
194+
<groupId>com.oracle.oci.sdk</groupId>
195+
<artifactId>oci-java-sdk-oce</artifactId>
196+
<version>1.7.0</version>
191197
<optional>false</optional>
192198
</dependency>
193199
</dependencies>

bmc-budget/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.6.3</version>
7+
<version>1.7.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-budget</artifactId>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>com.oracle.oci.sdk</groupId>
1717
<artifactId>oci-java-sdk-common</artifactId>
18-
<version>1.6.3</version>
18+
<version>1.7.0</version>
1919
</dependency>
2020
</dependencies>
2121
</project>

bmc-common/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.6.3</version>
8+
<version>1.7.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)