Skip to content

Commit 37377bf

Browse files
Releasing version 3.34.1
Releasing version 3.34.1
2 parents 018dbfb + 6c89796 commit 37377bf

File tree

251 files changed

+6377
-636
lines changed

Some content is hidden

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

251 files changed

+6377
-636
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ 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.34.1 - 2024-02-13
7+
### Added
8+
- Support for adding automatic backups during cross region operations and disaster recovery in the Autonomous Database service
9+
- Support for overlapping CIDR in network path analyzer in the Virtual Network Monitoring service
10+
- Support for additional attributes in entity and topology in the Log Analytics service
11+
- Support for historic collection and log type while creating object collection rules in the Log Analytics service
12+
- Support for position aware parsers in the Log Analytics service
13+
- Support for filtering log sources, detection rules and scheduled tasks based on target service in the Log Analytics service
14+
- Support for additional recall and release attributes in the Log Analytics service
15+
- Support for opc-meta-properties header while uploading log events in the Log Analytics service
16+
617
## 3.34.0 - 2024-02-06
718
### Added
819
- Support for the Globally Distributed 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.34.0</version>
7+
<version>3.34.1</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.34.0</version>
18+
<version>3.34.1</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.34.0</version>
7+
<version>3.34.1</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.34.0</version>
20+
<version>3.34.1</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.34.0</version>
27+
<version>3.34.1</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.34.0</version>
7+
<version>3.34.1</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.34.0</version>
20+
<version>3.34.1</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.34.0</version>
27+
<version>3.34.1</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.34.0</version>
8+
<version>3.34.1</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.34.0</version>
21+
<version>3.34.1</version>
2222
</dependency>
2323
</dependencies>
2424
</project>

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.34.0</version>
7+
<version>3.34.1</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.34.0</version>
41+
<version>3.34.1</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.34.0</version>
47+
<version>3.34.1</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.34.0</version>
53+
<version>3.34.1</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.34.0</version>
59+
<version>3.34.1</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.34.0</version>
7+
<version>3.34.1</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.34.0</version>
26+
<version>3.34.1</version>
2727
</dependency>
2828
</dependencies>
2929
</project>

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

Lines changed: 3 additions & 3 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.34.0</version>
7+
<version>3.34.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
@@ -39,13 +39,13 @@
3939
<dependency>
4040
<groupId>com.oracle.oci.sdk</groupId>
4141
<artifactId>oci-java-sdk-addons-sasl</artifactId>
42-
<version>3.34.0</version>
42+
<version>3.34.1</version>
4343
<scope>compile</scope>
4444
</dependency>
4545
<dependency>
4646
<groupId>com.oracle.oci.sdk</groupId>
4747
<artifactId>oci-java-sdk-addons-oke-workload-identity</artifactId>
48-
<version>3.34.0</version>
48+
<version>3.34.1</version>
4949
<scope>compile</scope>
5050
</dependency>
5151
</dependencies>

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

@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>com.oracle.oci.sdk</groupId>
6262
<artifactId>oci-java-sdk-common</artifactId>
63-
<version>3.34.0</version>
63+
<version>3.34.1</version>
6464
</dependency>
6565
</dependencies>
6666

Lines changed: 172 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,172 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
<parent>
6+
<artifactId>oci-java-sdk-addons</artifactId>
7+
<groupId>com.oracle.oci.sdk</groupId>
8+
<version>3.34.1</version>
9+
<relativePath>../pom.xml</relativePath>
10+
</parent>
11+
<modelVersion>4.0.0</modelVersion>
12+
13+
<artifactId>oci-java-sdk-addons-sse-support-jersey3</artifactId>
14+
<name>Oracle Cloud Infrastructure SDK - SSE Support</name>
15+
<description>This project support for Sever-Sent Events for Oracle Cloud Infrastructure</description>
16+
<url>https://docs.cloud.oracle.com/Content/API/SDKDocs/javasdk.htm</url>
17+
18+
<profiles>
19+
<profile>
20+
<id>sign</id>
21+
<properties>
22+
<source.jar.for.zip>${project.build.directory}/${project.artifactId}-${project.version}-signed.jar</source.jar.for.zip>
23+
</properties>
24+
<build>
25+
<plugins>
26+
<!-- Explicitly generate the sources jar in the package phase so that it will be included in the bundle -->
27+
<plugin>
28+
<groupId>org.apache.maven.plugins</groupId>
29+
<artifactId>maven-source-plugin</artifactId>
30+
<executions>
31+
<execution>
32+
<id>attach-sources</id>
33+
<phase>package</phase>
34+
<goals>
35+
<goal>jar-no-fork</goal>
36+
</goals>
37+
</execution>
38+
</executions>
39+
</plugin>
40+
<plugin>
41+
<artifactId>maven-antrun-plugin</artifactId>
42+
<executions>
43+
<!-- Copy jar for signing -->
44+
<execution>
45+
<id>copy-jar</id>
46+
<phase>package</phase>
47+
<goals>
48+
<goal>run</goal>
49+
</goals>
50+
<configuration>
51+
<target name="copy-jar">
52+
<copy file="${project.build.directory}/${project.artifactId}-${project.version}.jar" tofile="${source.jar.for.zip}"/>
53+
</target>
54+
</configuration>
55+
</execution>
56+
</executions>
57+
</plugin>
58+
<plugin>
59+
<!-- https://ocss.oci.oraclecorp.com/webcodesign/ -->
60+
<groupId>com.oracle.ccss</groupId>
61+
<artifactId>codesign-maven-plugin</artifactId>
62+
<executions>
63+
<execution>
64+
<!-- Run in pre-integration-test phase, which comes after the package phase. -->
65+
<!-- That way, all jar files have been built already. -->
66+
<phase>pre-integration-test</phase>
67+
<goals>
68+
<goal>sign</goal>
69+
</goals>
70+
</execution>
71+
</executions>
72+
<configuration>
73+
<user>dexsdk_grp</user>
74+
<globalUID>joshunte</globalUID>
75+
<fileToSign>${source.jar.for.zip}</fileToSign>
76+
<signLocation>${project.build.directory}</signLocation>
77+
<signMethod>java2</signMethod>
78+
</configuration>
79+
</plugin>
80+
<!-- Assemble only during the 'sign' profile as we need to assemble the signed jar -->
81+
<!-- Assemble the single jar, dependencies, docs, examples into a zip archive -->
82+
<plugin>
83+
<groupId>org.apache.maven.plugins</groupId>
84+
<artifactId>maven-assembly-plugin</artifactId>
85+
<configuration>
86+
<appendAssemblyId>true</appendAssemblyId>
87+
<attach>true</attach>
88+
<descriptors>
89+
<descriptor>src/main/assembly/assembly.xml</descriptor>
90+
</descriptors>
91+
</configuration>
92+
<executions>
93+
<execution>
94+
<phase>pre-integration-test</phase>
95+
<goals>
96+
<goal>single</goal>
97+
</goals>
98+
</execution>
99+
</executions>
100+
</plugin>
101+
</plugins>
102+
</build>
103+
</profile>
104+
105+
<!-- Just do assembly, no signing -->
106+
<profile>
107+
<id>ziponly</id>
108+
<properties>
109+
<source.jar.for.zip>${project.build.directory}/${project.artifactId}-${project.version}.jar</source.jar.for.zip>
110+
</properties>
111+
<build>
112+
<plugins>
113+
<!-- Explicitly generate the sources jar in the package phase so that it will be included in the bundle -->
114+
<plugin>
115+
<groupId>org.apache.maven.plugins</groupId>
116+
<artifactId>maven-source-plugin</artifactId>
117+
<executions>
118+
<execution>
119+
<id>attach-sources</id>
120+
<phase>package</phase>
121+
<goals>
122+
<goal>jar-no-fork</goal>
123+
</goals>
124+
</execution>
125+
</executions>
126+
</plugin>
127+
<plugin>
128+
<artifactId>maven-assembly-plugin</artifactId>
129+
<configuration>
130+
<appendAssemblyId>true</appendAssemblyId>
131+
<attach>true</attach>
132+
<descriptors>
133+
<descriptor>src/main/assembly/assembly.xml</descriptor>
134+
</descriptors>
135+
</configuration>
136+
<executions>
137+
<execution>
138+
<phase>package</phase>
139+
<goals>
140+
<goal>single</goal>
141+
</goals>
142+
</execution>
143+
</executions>
144+
</plugin>
145+
</plugins>
146+
</build>
147+
</profile>
148+
</profiles>
149+
<dependencies>
150+
<dependency>
151+
<groupId>com.oracle.oci.sdk</groupId>
152+
<artifactId>oci-java-sdk-common</artifactId>
153+
<version>3.34.1</version>
154+
</dependency>
155+
<dependency>
156+
<groupId>com.oracle.oci.sdk</groupId>
157+
<artifactId>oci-java-sdk-generativeaiinference</artifactId>
158+
<version>3.34.1</version>
159+
<scope>test</scope>
160+
</dependency>
161+
<dependency>
162+
<!-- Not sure if this should be here, since it's a library,
163+
and the transport layer should be chosen at the very outside,
164+
but the code in it needs it. -->
165+
<groupId>com.oracle.oci.sdk</groupId>
166+
<artifactId>oci-java-sdk-common-httpclient-jersey3</artifactId>
167+
<version>3.34.1</version>
168+
</dependency>
169+
</dependencies>
170+
171+
172+
</project>

0 commit comments

Comments
 (0)