Skip to content

Commit 6d0849e

Browse files
author
Omkar Patil
authored
Releasing version 1.16.0
Releasing version 1.16.0
2 parents f7199b9 + 4859894 commit 6d0849e

File tree

6,609 files changed

+35271
-8475
lines changed

Some content is hidden

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

6,609 files changed

+35271
-8475
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@ 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/).
55

6+
## 1.16.0 - 2020-04-21
7+
### Added
8+
- Support for the Data Safe service
9+
- Support for the Incident Management service
10+
- Support for showing which database versions support always-free in the Database service
11+
- Support in instance configurations for flex shapes, dedicated VM hosts, encryption in transit, and KMS keys in the Compute Autoscaling service
12+
- Support for server-side object encryption using a customer-provided encryption key in the Object Storage service
13+
- Support for specifying maintenance preferences while launching and updating Exadata Database systems in the Database service
14+
- Support for flexible-shaped VM instances in the Compute service
15+
- Support for scheduled cross-region backups in the Block Volume service
16+
- Support for object versioning in the Object Storage service
17+
18+
### Breaking Changes
19+
- Deleted models of `Archiver`, `CreateArchiverDetails` and `UpdateArchiverDetails` and operations of `CreateArchiver`, `GetArchiver`, `StartArchiver`, `StopArchiver` and `UpdateArchiver` in the streaming service
20+
621
## 1.15.5 - 2020-04-14
722
### Added
823
- Support for access types on instances in the Content and Experience service

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Contributing to the Oracle Cloud Infrastructure Java SDK
22

3-
*Copyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved.*
3+
*Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
4+
This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl
5+
or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.*
46

57
Pull requests can be made under
68
[The Oracle Contributor Agreement](https://www.oracle.com/technetwork/community/oca-486395.html)

LICENSE.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
2-
1+
Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
32

4-
This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 or Apache License 2.0. See below for license terms. You may choose either license.
3+
This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl
4+
or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
55

66
____________________________
77

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ You can find information on any known issues with the SDK [here](https://docs.cl
4343

4444
## License
4545

46-
Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
47-
48-
This SDK and sample is dual licensed under the Universal Permissive License 1.0 and the Apache License 2.0.
46+
Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
47+
This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl
48+
or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
4949

5050
See [LICENSE](/LICENSE.txt) for more details.

bmc-addons/bmc-apache-connector-provider/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ An example of configuring a proxy can be found [here](https://github.com/oracle/
8888

8989

9090
## License
91-
Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
92-
93-
This SDK and sample is dual licensed under the Universal Permissive License 1.0 and the Apache License 2.0.
91+
Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
92+
This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl
93+
or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
9494

9595
See [LICENSE](../../LICENSE.txt) for more details.

bmc-addons/bmc-apache-connector-provider/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-addons</artifactId>
7-
<version>1.15.5</version>
7+
<version>1.16.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>com.oracle.oci.sdk</groupId>
4444
<artifactId>oci-java-sdk-common</artifactId>
45-
<version>1.15.5</version>
45+
<version>1.16.0</version>
4646
</dependency>
4747

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

bmc-addons/bmc-apache-connector-provider/src/main/assembly/assembly.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<!--
2+
3+
Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
4+
This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
5+
6+
-->
17
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3"
28
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
39
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http://maven.apache.org/xsd/assembly-1.1.3.xsd">

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/**
2-
* Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
3+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
34
*/
45
package com.oracle.bmc.http;
56

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/**
2-
* Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
3+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
34
*/
45
package com.oracle.bmc.http;
56

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/**
2-
* Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
3+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
34
*/
45
package com.oracle.bmc.http;
56

0 commit comments

Comments
 (0)