Skip to content

Commit 169326a

Browse files
Releasing version 3.25.4
Releasing version 3.25.4
2 parents 2d901e6 + 5ff7459 commit 169326a

File tree

240 files changed

+15992
-569
lines changed

Some content is hidden

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

240 files changed

+15992
-569
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ 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+
## 3.25.4 - 2023-10-10
7+
### Added
8+
- Support for creating flow log type capture filters in Virtual Cloud Network service
9+
- Support for export and import of metadata in Data Integration service
10+
- Support for displaying resource usage information on autonomous vm cluster get operations in Database service
11+
- Support for displaying resource usage information for the list of autonomous container databases on autonomous vm cluster get operations in Database service
12+
- Support for pluggable database with enhanced features in Database service
13+
- Support for exporting container and kubernetes app listings in Marketplace service
14+
- Support for work request statuses for export container and kubernetes app listings in Marketplace service
15+
616
## 3.25.3 - 2023-10-03
717
### Added
818
- Support for elastic resource pools in the Database service

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

bmc-addons/bmc-apache-configurator-jersey-addon/pom.xml

Lines changed: 3 additions & 3 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>3.25.3</version>
7+
<version>3.25.4</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

@@ -17,14 +17,14 @@
1717
<dependency>
1818
<groupId>com.oracle.oci.sdk</groupId>
1919
<artifactId>oci-java-sdk-bom</artifactId>
20-
<version>3.25.3</version>
20+
<version>3.25.4</version>
2121
<type>pom</type>
2222
<scope>import</scope>
2323
</dependency>
2424
<dependency>
2525
<groupId>com.oracle.oci.sdk</groupId>
2626
<artifactId>oci-java-sdk-common-httpclient-jersey</artifactId>
27-
<version>3.25.3</version>
27+
<version>3.25.4</version>
2828
<type>pom</type>
2929
<scope>import</scope>
3030
</dependency>

bmc-addons/bmc-apache-configurator-jersey3-addon/pom.xml

Lines changed: 3 additions & 3 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>3.25.3</version>
7+
<version>3.25.4</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

@@ -17,14 +17,14 @@
1717
<dependency>
1818
<groupId>com.oracle.oci.sdk</groupId>
1919
<artifactId>oci-java-sdk-bom</artifactId>
20-
<version>3.25.3</version>
20+
<version>3.25.4</version>
2121
<type>pom</type>
2222
<scope>import</scope>
2323
</dependency>
2424
<dependency>
2525
<groupId>com.oracle.oci.sdk</groupId>
2626
<artifactId>oci-java-sdk-common-httpclient-jersey3</artifactId>
27-
<version>3.25.3</version>
27+
<version>3.25.4</version>
2828
<type>pom</type>
2929
<scope>import</scope>
3030
</dependency>

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

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

bmc-addons/bmc-graalvm-addon/pom.xml

Lines changed: 7 additions & 7 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>3.25.3</version>
7+
<version>3.25.4</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-addons-graalvm</artifactId>
@@ -141,37 +141,37 @@
141141
<dependency>
142142
<groupId>com.oracle.oci.sdk</groupId>
143143
<artifactId>oci-java-sdk-common</artifactId>
144-
<version>3.25.3</version>
144+
<version>3.25.4</version>
145145
<scope>provided</scope>
146146
</dependency>
147147
<dependency>
148148
<groupId>com.oracle.oci.sdk</groupId>
149149
<artifactId>oci-java-sdk-common-httpclient</artifactId>
150-
<version>3.25.3</version>
150+
<version>3.25.4</version>
151151
<scope>provided</scope>
152152
</dependency>
153153
<dependency>
154154
<groupId>com.oracle.oci.sdk</groupId>
155155
<artifactId>oci-java-sdk-core</artifactId>
156-
<version>3.25.3</version>
156+
<version>3.25.4</version>
157157
<scope>test</scope>
158158
</dependency>
159159
<dependency>
160160
<groupId>com.oracle.oci.sdk</groupId>
161161
<artifactId>oci-java-sdk-identity</artifactId>
162-
<version>3.25.3</version>
162+
<version>3.25.4</version>
163163
<scope>test</scope>
164164
</dependency>
165165
<dependency>
166166
<groupId>com.oracle.oci.sdk</groupId>
167167
<artifactId>oci-java-sdk-objectstorage-extensions</artifactId>
168-
<version>3.25.3</version>
168+
<version>3.25.4</version>
169169
<scope>test</scope>
170170
</dependency>
171171
<dependency>
172172
<groupId>com.oracle.oci.sdk</groupId>
173173
<artifactId>oci-java-sdk-objectstorage-generated</artifactId>
174-
<version>3.25.3</version>
174+
<version>3.25.4</version>
175175
<scope>test</scope>
176176
</dependency>
177177
<dependency>

bmc-addons/bmc-graalvm-jersey3-addon/pom.xml

Lines changed: 7 additions & 7 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>3.25.3</version>
7+
<version>3.25.4</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-addons-graalvm-jersey3</artifactId>
@@ -142,37 +142,37 @@
142142
<dependency>
143143
<groupId>com.oracle.oci.sdk</groupId>
144144
<artifactId>oci-java-sdk-common</artifactId>
145-
<version>3.25.3</version>
145+
<version>3.25.4</version>
146146
<scope>provided</scope>
147147
</dependency>
148148
<dependency>
149149
<groupId>com.oracle.oci.sdk</groupId>
150150
<artifactId>oci-java-sdk-common-httpclient</artifactId>
151-
<version>3.25.3</version>
151+
<version>3.25.4</version>
152152
<scope>provided</scope>
153153
</dependency>
154154
<dependency>
155155
<groupId>com.oracle.oci.sdk</groupId>
156156
<artifactId>oci-java-sdk-core</artifactId>
157-
<version>3.25.3</version>
157+
<version>3.25.4</version>
158158
<scope>test</scope>
159159
</dependency>
160160
<dependency>
161161
<groupId>com.oracle.oci.sdk</groupId>
162162
<artifactId>oci-java-sdk-identity</artifactId>
163-
<version>3.25.3</version>
163+
<version>3.25.4</version>
164164
<scope>test</scope>
165165
</dependency>
166166
<dependency>
167167
<groupId>com.oracle.oci.sdk</groupId>
168168
<artifactId>oci-java-sdk-objectstorage-extensions</artifactId>
169-
<version>3.25.3</version>
169+
<version>3.25.4</version>
170170
<scope>test</scope>
171171
</dependency>
172172
<dependency>
173173
<groupId>com.oracle.oci.sdk</groupId>
174174
<artifactId>oci-java-sdk-objectstorage-generated</artifactId>
175-
<version>3.25.3</version>
175+
<version>3.25.4</version>
176176
<scope>test</scope>
177177
</dependency>
178178
<dependency>

bmc-addons/bmc-oke-workload-identity/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>oci-java-sdk-addons</artifactId>
66
<groupId>com.oracle.oci.sdk</groupId>
7-
<version>3.25.3</version>
7+
<version>3.25.4</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010

@@ -38,25 +38,25 @@
3838
<dependency>
3939
<groupId>com.oracle.oci.sdk</groupId>
4040
<artifactId>oci-java-sdk-common</artifactId>
41-
<version>3.25.3</version>
41+
<version>3.25.4</version>
4242
<scope>compile</scope>
4343
</dependency>
4444
<dependency>
4545
<groupId>com.oracle.oci.sdk</groupId>
4646
<artifactId>oci-java-sdk-core</artifactId>
47-
<version>3.25.3</version>
47+
<version>3.25.4</version>
4848
<scope>test</scope>
4949
</dependency>
5050
<dependency>
5151
<groupId>com.oracle.oci.sdk</groupId>
5252
<artifactId>oci-java-sdk-identity</artifactId>
53-
<version>3.25.3</version>
53+
<version>3.25.4</version>
5454
<scope>test</scope>
5555
</dependency>
5656
<dependency>
5757
<groupId>com.oracle.oci.sdk</groupId>
5858
<artifactId>oci-java-sdk-keymanagement</artifactId>
59-
<version>3.25.3</version>
59+
<version>3.25.4</version>
6060
<scope>test</scope>
6161
</dependency>
6262
<dependency>

bmc-addons/bmc-resteasy-client-configurator/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>3.25.3</version>
7+
<version>3.25.4</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>com.oracle.oci.sdk</groupId>
2525
<artifactId>oci-java-sdk-common</artifactId>
26-
<version>3.25.3</version>
26+
<version>3.25.4</version>
2727
</dependency>
2828
</dependencies>
2929
</project>
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4+
<parent>
5+
<artifactId>oci-java-sdk-addons</artifactId>
6+
<groupId>com.oracle.oci.sdk</groupId>
7+
<version>3.25.4</version>
8+
</parent>
9+
<modelVersion>4.0.0</modelVersion>
10+
11+
<properties>
12+
<maven.compiler.source>8</maven.compiler.source>
13+
<maven.compiler.target>8</maven.compiler.target>
14+
</properties>
15+
16+
<artifactId>oci-java-sdk-addons-sasl-oke-workload-identity</artifactId>
17+
<name>Oracle Cloud Infrastructure SDK - Oke Workload Identity Auth for SASL Client</name>
18+
<description>This project contains oke workload identity auth for the SASL client used for Oracle Cloud Infrastructure</description>
19+
<url>https://docs.cloud.oracle.com/Content/API/SDKDocs/javasdk.htm</url>
20+
21+
22+
<build>
23+
<plugins>
24+
<plugin>
25+
<groupId>org.apache.maven.plugins</groupId>
26+
<artifactId>maven-surefire-plugin</artifactId>
27+
<version>2.19.1</version>
28+
<configuration>
29+
<systemPropertyVariables>
30+
<java.io.tmpdir>${user.dir}</java.io.tmpdir>
31+
</systemPropertyVariables>
32+
</configuration>
33+
</plugin>
34+
</plugins>
35+
</build>
36+
37+
<dependencies>
38+
<dependency>
39+
<groupId>com.oracle.oci.sdk</groupId>
40+
<artifactId>oci-java-sdk-addons-sasl</artifactId>
41+
<version>3.25.4</version>
42+
<scope>compile</scope>
43+
</dependency>
44+
<dependency>
45+
<groupId>com.oracle.oci.sdk</groupId>
46+
<artifactId>oci-java-sdk-addons-oke-workload-identity</artifactId>
47+
<version>3.25.4</version>
48+
<scope>compile</scope>
49+
</dependency>
50+
</dependencies>
51+
52+
</project>
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<!--
2+
3+
Copyright (c) 2016, 2021, 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 all of the Javadocs -->
18+
<fileSet>
19+
<directory>${project.build.directory}/apidocs</directory>
20+
<outputDirectory>apidocs</outputDirectory>
21+
</fileSet>
22+
<!-- Include the sources and javadoc jars for developers -->
23+
<fileSet>
24+
<directory>${project.build.directory}</directory>
25+
<includes>
26+
<include>${project.artifactId}-${project.version}-*.jar</include>
27+
</includes>
28+
<excludes>
29+
<exclude>${project.artifactId}-${project.version}-signed.jar</exclude>
30+
</excludes>
31+
<outputDirectory>lib</outputDirectory>
32+
</fileSet>
33+
</fileSets>
34+
<files>
35+
<!-- Explicitly copy the signed/unsigned jar and rename it in the release zip file.
36+
If this is for a "signed" release, then the signed jar should be defined; else, the unsigned if the
37+
build profile is "ziponly" -->
38+
<file>
39+
<source>${source.jar.for.zip}</source>
40+
<outputDirectory>lib</outputDirectory>
41+
<destName>${project.artifactId}-${project.version}.jar</destName>
42+
</file>
43+
</files>
44+
</assembly>

0 commit comments

Comments
 (0)