Skip to content

Commit b543cb9

Browse files
Releasing version 3.46.0
Releasing version 3.46.0
2 parents b2cf3b4 + b5bf125 commit b543cb9

File tree

605 files changed

+83476
-3071
lines changed

Some content is hidden

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

605 files changed

+83476
-3071
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@ 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.46.0 - 2024-08-06
7+
### Added
8+
- Support for calling Oracle Cloud Infrastructure services in the `me-riyadh-1` region
9+
- Support for vertically scaling a Database system in the PostgreSQL service
10+
- Support for flex shapes in the PostgreSQL service
11+
- Support for new fork repository feature in the Source Code Management service
12+
- Support for Developer Charts in the Source Code Management service
13+
- Support for pull requests and merge in Source Code Management service
14+
- Support for limiting custom and versioned custom software source content to the latest package versions in the OS Management service
15+
- Support for Open Data Hub (ODH) patching in a staged manner in the Big Data service
16+
- Support for Autoscale Memory Utilization in the Big Data service
17+
- Support for Resource Principal configuration feature in the Big Data service
18+
- Support for a new optional parameter compartment ID in the Java Management service
19+
- Support for Agent Installer in the Java Management service
20+
- Support for Java migration analysis request of deployed applications in the Java Management service
21+
- Support for JmsPlugin in the Java Management service
22+
- Support for improved cryptographic analysis result listing in the Java Management service
23+
- Support for improved fleet agent configuration setting in the Java Management service
24+
- Support for improved Java migration analysis result listing in the Java Management service
25+
- Support for improved library usage summary in the Java Management service
26+
- Support for improved performance tuning analysis result listing in the Java Management service
27+
- Support for improved work request listing in the Java Management service
28+
29+
### Breaking Changes
30+
- The property `credentials` was made required in the model `CreateDbSystemDetails` in the PostgreSQL service
31+
632
## 3.45.0 - 2024-07-30
733
### Added
834
- Support for cluster placement groups on get operations in the Database service

THIRD_PARTY_LICENSES.txt

+121-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
------------------------------- Licenses -------------------------------
55
- Apache License 2.0
66
- BSD 3-Clause
7+
- BSD 2-Clause
78
- Common Development and Distribution License (CDDL)
89
- Eclipse Distribution License 1.0
910
- Eclipse Public License 2.0
@@ -160,6 +161,13 @@ commons-logging:commons-logging
160161
* Copyright © 2001-2014 The Apache Software Foundation. All rights reserved.
161162
* License: Apache License 2.0
162163

164+
FastDoubleParser
165+
* Copyright © 2022 Daniel Lemire. BSL License.
166+
* Copyright © 2023 Werner Randelshofer, Switzerland.
167+
* Licenses: BSL License
168+
MIT License
169+
* Source code: https://github.com/wrandelshofer/FastDoubleParser
170+
163171
io.vavr:vavr-match
164172
* Copyright © 2014-2021 Vavr
165173
* License: Apache License 2.0
@@ -558,6 +566,35 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
558566
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
559567

560568

569+
------------------------------------------------------------------------
570+
571+
----------------------------- BSD 2-Clause -----------------------------
572+
573+
Redistribution and use in source and binary forms, with or without
574+
modification,are permitted provided that the following conditions are
575+
met:
576+
577+
1. Redistributions of source code must retain the above copyright
578+
notice, this list of conditions and the following disclaimer.
579+
580+
2. Redistributions in binary form must reproduce the above copyright
581+
notice, this list of conditions and the following disclaimer in the
582+
documentation and/or other materials provided with the distribution.
583+
584+
585+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
586+
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
587+
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
588+
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
589+
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
590+
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
591+
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
592+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
593+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
594+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
595+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
596+
597+
561598
------------------------------------------------------------------------
562599

563600
---------- Common Development and Distribution License (CDDL) ----------
@@ -2265,8 +2302,90 @@ http://www.w3.org/Consortium/Legal/
22652302

22662303
========================= Fourth Party Notices =========================
22672304

2305+
------------------------------------------------------------------------
2306+
2307+
-- FastDoubleParser
2308+
2309+
This is a Java port of Daniel Lemire's fast_float project.
2310+
This project provides parsers for double, float, BigDecimal and BigInteger values.
2311+
2312+
## Copyright
2313+
2314+
Copyright © 2023 Werner Randelshofer, Switzerland.
2315+
2316+
## Licensing
2317+
2318+
This code is licensed under MIT License.
2319+
2320+
Some portions of the code have been derived from other projects.
2321+
All these projects require that we include a copyright notice, and
2322+
some require that we also include some text of their license file.
2323+
2324+
fast_double_parser, Copyright (c) 2022 Daniel Lemire. BSL License.
2325+
2326+
fast_float, Copyright (c) 2021 The fast_float authors. MIT License.
2327+
2328+
bigint, Copyright 2020 Tim Buktu. 2-clause BSD License.
2329+
2330+
https://github.com/lemire/fast_double_parser
2331+
2332+
Copyright (c) Daniel Lemire
2333+
2334+
Copyright 2022 Tim Buktu
2335+
2336+
---
2337+
Boost Software License - Version 1.0 - August 17th, 2003
2338+
2339+
Permission is hereby granted, free of charge, to any person or organization
2340+
obtaining a copy of the software and accompanying documentation covered by
2341+
this license (the "Software") to use, reproduce, display, distribute,
2342+
execute, and transmit the Software, and to prepare derivative works of the
2343+
Software, and to permit third-parties to whom the Software is furnished to
2344+
do so, all subject to the following:
2345+
2346+
The copyright notices in the Software and this entire statement, including
2347+
the above license grant, this restriction and the following disclaimer,
2348+
must be included in all copies of the Software, in whole or in part, and
2349+
all derivative works of the Software, unless such copies or derivative
2350+
works are solely in the form of machine-executable object code generated by
2351+
a source language processor.
2352+
2353+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2354+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2355+
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
2356+
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
2357+
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
2358+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2359+
DEALINGS IN THE SOFTWARE.
2360+
---
2361+
2362+
https://github.com/tbuktu/bigint/tree/floatfft
2363+
2364+
The following files are licensed under a 2-clause BSD license:
2365+
2366+
https://github.com/tbuktu/bigint/tree/floatfft/src/main/java/java/math/BigInteger.java.diff
2367+
https://github.com/tbuktu/bigint/tree/floatfft/src/main/java/java/math/MutableBigInteger.java.diff
2368+
https://github.com/tbuktu/bigint/tree/floatfft/src/main/java/java/math/BigDecimal.java.diff
2369+
https://github.com/tbuktu/bigint/tree/floatfft/src/main/java/MultBenchmark.java
2370+
https://github.com/tbuktu/bigint/tree/floatfft/src/main/java/DivBenchmark.java
2371+
https://github.com/tbuktu/bigint/tree/floatfft/src/test/java/BigIntegerTest.java.diff
2372+
https://github.com/tbuktu/bigint/tree/floatfft/src/test/java/BigIntegerTestOld.java
2373+
2374+
The following files are licensed under the General Public License 2.0 (GPL v2):
2375+
2376+
https://github.com/tbuktu/bigint/tree/floatfft/src/main/java/java/math/BigInteger.java
2377+
https://github.com/tbuktu/bigint/tree/floatfft/src/main/java/java/math/BigDecimal.java
2378+
https://github.com/tbuktu/bigint/tree/floatfft/src/main/java/java/math/MutableBigInteger.java
2379+
https://github.com/tbuktu/bigint/tree/floatfft/src/test/java/BigIntegerTest.java
2380+
2381+
(We only use those portions of the bigint project that can be licensed
2382+
under 2-clause BSD License.) (The file 'thirdparty-LICENSE' is
2383+
included in the sources and classes Jar files that are released by
2384+
this project - as is required by that license.)
2385+
2386+
------------------------------------------------------------------------
22682387

2269-
commons-logging
2388+
-- commons-logging
22702389

22712390
Apache Commons Logging
22722391
Copyright 2003-2016 The Apache Software Foundation
@@ -2276,7 +2395,7 @@ The Apache Software Foundation (http://www.apache.org/).
22762395

22772396
------------------------------------------------------------------------
22782397

2279-
jakarta.validation-api
2398+
-- jakarta.validation-api
22802399

22812400
Notices for Eclipse Jakarta Bean Validation
22822401

bmc-accessgovernancecp/pom.xml

+2-2
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.45.0</version>
7+
<version>3.46.0</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.45.0</version>
18+
<version>3.46.0</version>
1919
</dependency>
2020
</dependencies>
2121
</project>

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

+3-3
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.45.0</version>
7+
<version>3.46.0</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.45.0</version>
20+
<version>3.46.0</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.45.0</version>
27+
<version>3.46.0</version>
2828
<type>pom</type>
2929
<scope>import</scope>
3030
</dependency>

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

+3-3
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.45.0</version>
7+
<version>3.46.0</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.45.0</version>
20+
<version>3.46.0</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.45.0</version>
27+
<version>3.46.0</version>
2828
<type>pom</type>
2929
<scope>import</scope>
3030
</dependency>

bmc-addons/bmc-apache-connector-provider/pom.xml

+2-2
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.45.0</version>
8+
<version>3.46.0</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.45.0</version>
21+
<version>3.46.0</version>
2222
</dependency>
2323
</dependencies>
2424
</project>

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

+5-5
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.45.0</version>
7+
<version>3.46.0</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.45.0</version>
41+
<version>3.46.0</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.45.0</version>
47+
<version>3.46.0</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.45.0</version>
53+
<version>3.46.0</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.45.0</version>
59+
<version>3.46.0</version>
6060
<scope>test</scope>
6161
</dependency>
6262
<dependency>

bmc-addons/bmc-resteasy-client-configurator/pom.xml

+2-2
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.45.0</version>
7+
<version>3.46.0</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.45.0</version>
26+
<version>3.46.0</version>
2727
</dependency>
2828
</dependencies>
2929
</project>

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

+3-3
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.45.0</version>
7+
<version>3.46.0</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.45.0</version>
42+
<version>3.46.0</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.45.0</version>
48+
<version>3.46.0</version>
4949
<scope>compile</scope>
5050
</dependency>
5151
</dependencies>

bmc-addons/bmc-sasl/pom.xml

+2-2
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.45.0</version>
8+
<version>3.46.0</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.45.0</version>
63+
<version>3.46.0</version>
6464
</dependency>
6565
</dependencies>
6666

0 commit comments

Comments
 (0)