Skip to content

Commit 5fe7438

Browse files
authored
Releasing version 2.13.0
Releasing version 2.13.0
2 parents 63cc799 + a8526d7 commit 5fe7438

File tree

17,170 files changed

+18489
-17494
lines changed

Some content is hidden

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

17,170 files changed

+18489
-17494
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ 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+
## 2.13.0 - 2022-01-11
7+
### Added
8+
- Support for calling Oracle Cloud Infrastructure services in the af-johannesburg-1 and eu-stockholm-1 regions
9+
- Support for multiple protocols on the same listener in the Network Load Balancing service
10+
- IPv6 support in the Network Load Balancing service
11+
- Support for creating Enterprise Manager-based Solaris and SunOS host targets in the Operations Insights service
12+
- Support for choosing Data Guard type (Active Data Guard or regular) on databases in the Database service
13+
14+
### Breaking Changes
15+
- Support for retries enabled by default on all operations in the Java Management service
16+
- Return type of method `com.oracle.bmc.auth.AuthenticationDetailsProvider getProvider()` has been changed from `AuthenticationDetailsProvider` to `BasicAuthenticationDetailsProvider` in `com.oracle.bmc.encryption.KmsMasterKey` in the Encryption service
17+
- Return type of method `com.oracle.bmc.auth.AuthenticationDetailsProvider getAuthenticationProvider()` has been changed from `AuthenticationDetailsProvider` to `BasicAuthenticationDetailsProvider` in `com.oracle.bmc.encryption.KmsMasterKeyProvider` in the Encryption service
18+
619
## 2.12.0 - 2021-12-14
720
### Added
821
- Support for node replacement in the VMWare Solution service

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>2.12.0</version>
7+
<version>2.13.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>com.oracle.oci.sdk</groupId>
2020
<artifactId>oci-java-sdk-common</artifactId>
21-
<version>2.12.0</version>
21+
<version>2.13.0</version>
2222
</dependency>
2323
</dependencies>
2424
</project>

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

@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>com.oracle.oci.sdk</groupId>
4646
<artifactId>oci-java-sdk-common</artifactId>
47-
<version>2.12.0</version>
47+
<version>2.13.0</version>
4848
</dependency>
4949
</dependencies>
5050
</project>

bmc-addons/bmc-resteasy-client-configurator/src/main/java/com/oracle/bmc/http/ResteasyClientConfigurator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2016, 2022, Oracle and/or its affiliates. All rights reserved.
33
* 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.
44
*/
55
package com.oracle.bmc.http;

bmc-addons/bmc-sasl/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>oci-java-sdk-addons</artifactId>
99
<groupId>com.oracle.oci.sdk</groupId>
10-
<version>2.12.0</version>
10+
<version>2.13.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -29,7 +29,7 @@
2929
<plugin>
3030
<groupId>com.github.os72</groupId>
3131
<artifactId>protoc-jar-maven-plugin</artifactId>
32-
<version>3.11.1</version>
32+
<version>3.11.4</version>
3333
<executions>
3434
<execution>
3535
<phase>generate-sources</phase>
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>com.oracle.oci.sdk</groupId>
6464
<artifactId>oci-java-sdk-common</artifactId>
65-
<version>2.12.0</version>
65+
<version>2.13.0</version>
6666
</dependency>
6767
</dependencies>
6868

bmc-addons/bmc-sasl/src/main/java/com/oracle/bmc/auth/sasl/InstancePrincipalsLoginModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2016, 2022, Oracle and/or its affiliates. All rights reserved.
33
* 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.
44
*/
55
package com.oracle.bmc.auth.sasl;

bmc-addons/bmc-sasl/src/main/java/com/oracle/bmc/auth/sasl/OciAuthProviderCallback.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2016, 2022, Oracle and/or its affiliates. All rights reserved.
33
* 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.
44
*/
55
package com.oracle.bmc.auth.sasl;

bmc-addons/bmc-sasl/src/main/java/com/oracle/bmc/auth/sasl/OciLoginModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2016, 2022, Oracle and/or its affiliates. All rights reserved.
33
* 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.
44
*/
55
package com.oracle.bmc.auth.sasl;

bmc-addons/bmc-sasl/src/main/java/com/oracle/bmc/auth/sasl/OciMechanism.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2016, 2022, Oracle and/or its affiliates. All rights reserved.
33
* 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.
44
*/
55
package com.oracle.bmc.auth.sasl;

bmc-addons/bmc-sasl/src/main/java/com/oracle/bmc/auth/sasl/OciSaslClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2016, 2022, Oracle and/or its affiliates. All rights reserved.
33
* 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.
44
*/
55
package com.oracle.bmc.auth.sasl;

0 commit comments

Comments
 (0)