Skip to content

Commit 50b28de

Browse files
authored
Releasing version 1.35.0
Releasing version 1.35.0
2 parents 1179d9a + 5eb1bce commit 50b28de

File tree

5,316 files changed

+83023
-3855
lines changed

Some content is hidden

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

5,316 files changed

+83023
-3855
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.35.0 - 2021-03-30
7+
### Added
8+
- Support for the Vulnerability Scanning service
9+
- Support for vSphere 7.0 in the VMware Solution service
10+
- Support for forecasting in the Usage service
11+
- Support for viewing, searching, and modifying parameters for on-premise Oracle databases in the Database Management service
12+
- Support for listing tablespaces of managed databases in the Database Management service
13+
- Support for cross-regional replication of keys in the Key Management service
14+
- Support for highly-available database systems in the MySQL Database service
15+
- Support for Oracle Enterprise Manager bridges, source auto-association, source event type mappings, and plugins to upload data in the Logging Analytics service
16+
17+
### Breaking Changes
18+
- Renamed field `Succesful` to `Successful` from enum `Status` of request `ListLookupsRequest` in the Logging Analytics service
19+
- Renamed field `ForcastType` to `ForecastType` from the model `Forecast` in the Usage service
20+
621
## 1.34.0 - 2021-03-23
722
### Added
823
- Support for the Network Load Balancing 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>1.34.0</version>
7+
<version>1.35.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.34.0</version>
45+
<version>1.35.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: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,11 @@
3232
<fileSet>
3333
<directory>${project.build.directory}</directory>
3434
<includes>
35-
<include>oci-java-sdk-addons-apache-${project.version}-*.jar</include>
35+
<include>${project.artifactId}-${project.version}-*.jar</include>
3636
</includes>
37+
<excludes>
38+
<exclude>${project.artifactId}-${project.version}-signed.jar</exclude>
39+
</excludes>
3740
<outputDirectory>lib</outputDirectory>
3841
</fileSet>
3942
</fileSets>
@@ -44,7 +47,7 @@
4447
<file>
4548
<source>${source.jar.for.zip}</source>
4649
<outputDirectory>lib</outputDirectory>
47-
<destName>oci-java-sdk-addons-apache-${project.version}.jar</destName>
50+
<destName>${project.artifactId}-${project.version}.jar</destName>
4851
</file>
4952
</files>
5053
<dependencySets>

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.34.0</version>
8+
<version>1.35.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>1.34.0</version>
47+
<version>1.35.0</version>
4848
</dependency>
4949
</dependencies>
5050
</project>

bmc-addons/bmc-resteasy-client-configurator/src/main/assembly/assembly.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,11 @@
3232
<fileSet>
3333
<directory>${project.build.directory}</directory>
3434
<includes>
35-
<include>oci-java-sdk-addons-resteasy-client-configurator-${project.version}-*.jar</include>
35+
<include>${project.artifactId}-${project.version}-*.jar</include>
3636
</includes>
37+
<excludes>
38+
<exclude>${project.artifactId}-${project.version}-signed.jar</exclude>
39+
</excludes>
3740
<outputDirectory>lib</outputDirectory>
3841
</fileSet>
3942
</fileSets>
@@ -44,7 +47,7 @@
4447
<file>
4548
<source>${source.jar.for.zip}</source>
4649
<outputDirectory>lib</outputDirectory>
47-
<destName>oci-java-sdk-addons-resteasy-client-configurator-${project.version}.jar</destName>
50+
<destName>${project.artifactId}-${project.version}.jar</destName>
4851
</file>
4952
</files>
5053
<dependencySets>

bmc-addons/bmc-sasl/pom.xml

Lines changed: 3 additions & 2 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>1.34.0</version>
10+
<version>1.35.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -16,6 +16,7 @@
1616
<description>This project contains the SASL client used for Oracle Cloud Infrastructure</description>
1717
<url>https://docs.cloud.oracle.com/Content/API/SDKDocs/javasdk.htm</url>
1818

19+
1920
<build>
2021
<!-- Substitutes maven properties into the SDK properties -->
2122
<resources>
@@ -61,7 +62,7 @@
6162
<dependency>
6263
<groupId>com.oracle.oci.sdk</groupId>
6364
<artifactId>oci-java-sdk-common</artifactId>
64-
<version>1.34.0</version>
65+
<version>1.35.0</version>
6566
</dependency>
6667
</dependencies>
6768

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
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+
-->
7+
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3"
8+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9+
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http://maven.apache.org/xsd/assembly-1.1.3.xsd">
10+
11+
<id>release</id>
12+
<includeBaseDirectory>false</includeBaseDirectory>
13+
<formats>
14+
<format>zip</format>
15+
</formats>
16+
<fileSets>
17+
<!-- Include the README.md -->
18+
<fileSet>
19+
<directory>${project.basedir}</directory>
20+
<outputDirectory></outputDirectory>
21+
<includes>
22+
<include>README.md</include>
23+
</includes>
24+
</fileSet>
25+
<!-- Include all of the Javadocs -->
26+
<fileSet>
27+
<directory>${project.build.directory}/apidocs</directory>
28+
<outputDirectory>apidocs</outputDirectory>
29+
<fileMode>0644</fileMode>
30+
</fileSet>
31+
<!-- Include the sources and javadoc jars for developers -->
32+
<fileSet>
33+
<directory>${project.build.directory}</directory>
34+
<includes>
35+
<include>${project.artifactId}-${project.version}-*.jar</include>
36+
</includes>
37+
<excludes>
38+
<exclude>${project.artifactId}-${project.version}-signed.jar</exclude>
39+
</excludes>
40+
<outputDirectory>lib</outputDirectory>
41+
</fileSet>
42+
</fileSets>
43+
<files>
44+
<!-- Explicitly copy the signed/unsigned jar and rename it in the release zip file.
45+
If this is for a "signed" release, then the signed jar should be defined; else, the unsigned if the
46+
build profile is "ziponly" -->
47+
<file>
48+
<source>${source.jar.for.zip}</source>
49+
<outputDirectory>lib</outputDirectory>
50+
<destName>${project.artifactId}-${project.version}.jar</destName>
51+
</file>
52+
</files>
53+
<dependencySets>
54+
<!-- 3P dependencies only that's exclusive to this add-on, exclude OCI and its related third-party dependencies -->
55+
<dependencySet>
56+
<includes>
57+
<include>com.google.protobuf:protobuf-java</include>
58+
</includes>
59+
<outputDirectory>third-party/lib</outputDirectory>
60+
<useProjectArtifact>false</useProjectArtifact>
61+
<useProjectAttachments>false</useProjectAttachments>
62+
<scope>runtime</scope>
63+
</dependencySet>
64+
</dependencySets>
65+
</assembly>

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

bmc-analytics/pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,20 @@
44
<parent>
55
<groupId>com.oracle.oci.sdk</groupId>
66
<artifactId>oci-java-sdk</artifactId>
7-
<version>1.34.0</version>
7+
<version>1.35.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-analytics</artifactId>
1111
<name>Oracle Cloud Infrastructure SDK - Analytics</name>
1212
<description>This project contains the SDK used for Oracle Cloud Infrastructure Analytics</description>
1313
<url>https://docs.cloud.oracle.com/Content/API/SDKDocs/javasdk.htm</url>
14+
15+
1416
<dependencies>
1517
<dependency>
1618
<groupId>com.oracle.oci.sdk</groupId>
1719
<artifactId>oci-java-sdk-common</artifactId>
18-
<version>1.34.0</version>
20+
<version>1.35.0</version>
1921
</dependency>
2022
</dependencies>
2123
</project>

bmc-analytics/src/main/java/com/oracle/bmc/analytics/requests/ChangeAnalyticsInstanceCompartmentRequest.java

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@
99
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/analytics/ChangeAnalyticsInstanceCompartmentExample.java.html" target="_blank" rel="noopener noreferrer">here</a> to see how to use ChangeAnalyticsInstanceCompartmentRequest.
1010
*/
1111
@javax.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20190331")
12-
@lombok.Builder(builderClassName = "Builder", buildMethodName = "buildWithoutInvocationCallback")
12+
@lombok.Builder(
13+
builderClassName = "Builder",
14+
buildMethodName = "buildWithoutInvocationCallback",
15+
toBuilder = true
16+
)
17+
@lombok.ToString(callSuper = true)
18+
@lombok.EqualsAndHashCode(callSuper = true)
1319
@lombok.Getter
1420
public class ChangeAnalyticsInstanceCompartmentRequest
1521
extends com.oracle.bmc.requests.BmcRequest<ChangeCompartmentDetails> {

0 commit comments

Comments
 (0)