Skip to content

Commit

Permalink
Merge pull request #646 from oracle/legacy_v2_release_2024-12-10
Browse files Browse the repository at this point in the history
Releasing 2.79.0
  • Loading branch information
y-chandra authored Dec 10, 2024
2 parents 10c7f9d + d2cf37b commit cb3c4a9
Show file tree
Hide file tree
Showing 3,904 changed files with 775,235 additions and 17,628 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
253 changes: 253 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

117 changes: 2 additions & 115 deletions THIRD_PARTY_LICENSES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
------------------------------- Licenses -------------------------------
- Apache License 2.0
- BSD 3-Clause
- BSD 2-Clause
- Common Development and Distribution License (CDDL)
- Eclipse Distribution License 1.0
- Eclipse Public License 2.0
Expand Down Expand Up @@ -577,35 +576,6 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


------------------------------------------------------------------------

----------------------------- BSD 2-Clause -----------------------------

Redistribution and use in source and binary forms, with or without
modification,are permitted provided that the following conditions are
met:

1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.


THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


------------------------------------------------------------------------

---------- Common Development and Distribution License (CDDL) ----------
Expand Down Expand Up @@ -2317,90 +2287,7 @@ http://www.w3.org/Consortium/Legal/

========================= Fourth Party Notices =========================

------------------------------------------------------------------------

-- FastDoubleParser

This is a Java port of Daniel Lemire's fast_float project.
This project provides parsers for double, float, BigDecimal and BigInteger values.

## Copyright

Copyright © 2023 Werner Randelshofer, Switzerland.

## Licensing

This code is licensed under MIT License.

Some portions of the code have been derived from other projects.
All these projects require that we include a copyright notice, and
some require that we also include some text of their license file.

fast_double_parser, Copyright (c) 2022 Daniel Lemire. BSL License.

fast_float, Copyright (c) 2021 The fast_float authors. MIT License.

bigint, Copyright 2020 Tim Buktu. 2-clause BSD License.

https://github.com/lemire/fast_double_parser

Copyright (c) Daniel Lemire

Copyright 2022 Tim Buktu

---
Boost Software License - Version 1.0 - August 17th, 2003

Permission is hereby granted, free of charge, to any person or organization
obtaining a copy of the software and accompanying documentation covered by
this license (the "Software") to use, reproduce, display, distribute,
execute, and transmit the Software, and to prepare derivative works of the
Software, and to permit third-parties to whom the Software is furnished to
do so, all subject to the following:

The copyright notices in the Software and this entire statement, including
the above license grant, this restriction and the following disclaimer,
must be included in all copies of the Software, in whole or in part, and
all derivative works of the Software, unless such copies or derivative
works are solely in the form of machine-executable object code generated by
a source language processor.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
---

https://github.com/tbuktu/bigint/tree/floatfft

The following files are licensed under a 2-clause BSD license:

https://github.com/tbuktu/bigint/tree/floatfft/src/main/java/java/math/BigInteger.java.diff
https://github.com/tbuktu/bigint/tree/floatfft/src/main/java/java/math/MutableBigInteger.java.diff
https://github.com/tbuktu/bigint/tree/floatfft/src/main/java/java/math/BigDecimal.java.diff
https://github.com/tbuktu/bigint/tree/floatfft/src/main/java/MultBenchmark.java
https://github.com/tbuktu/bigint/tree/floatfft/src/main/java/DivBenchmark.java
https://github.com/tbuktu/bigint/tree/floatfft/src/test/java/BigIntegerTest.java.diff
https://github.com/tbuktu/bigint/tree/floatfft/src/test/java/BigIntegerTestOld.java

The following files are licensed under the General Public License 2.0 (GPL v2):

https://github.com/tbuktu/bigint/tree/floatfft/src/main/java/java/math/BigInteger.java
https://github.com/tbuktu/bigint/tree/floatfft/src/main/java/java/math/BigDecimal.java
https://github.com/tbuktu/bigint/tree/floatfft/src/main/java/java/math/MutableBigInteger.java
https://github.com/tbuktu/bigint/tree/floatfft/src/test/java/BigIntegerTest.java

(We only use those portions of the bigint project that can be licensed
under 2-clause BSD License.) (The file 'thirdparty-LICENSE' is
included in the sources and classes Jar files that are released by
this project - as is required by that license.)

------------------------------------------------------------------------

-- commons-logging
commons-logging

Apache Commons Logging
Copyright 2003-2016 The Apache Software Foundation
Expand All @@ -2410,7 +2297,7 @@ The Apache Software Foundation (http://www.apache.org/).

------------------------------------------------------------------------

-- jakarta.validation-api
jakarta.validation-api

Notices for Eclipse Jakarta Bean Validation

Expand Down
4 changes: 2 additions & 2 deletions bmc-accessgovernancecp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.oracle.oci.sdk</groupId>
<artifactId>oci-java-sdk</artifactId>
<version>2.73.0</version>
<version>2.79.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>oci-java-sdk-accessgovernancecp</artifactId>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>com.oracle.oci.sdk</groupId>
<artifactId>oci-java-sdk-common</artifactId>
<version>2.73.0</version>
<version>2.79.0</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions bmc-addons/bmc-apache-connector-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.oracle.oci.sdk</groupId>
<artifactId>oci-java-sdk-addons</artifactId>
<version>2.73.0</version>
<version>2.79.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>com.oracle.oci.sdk</groupId>
<artifactId>oci-java-sdk-common</artifactId>
<version>2.73.0</version>
<version>2.79.0</version>
</dependency>
</dependencies>
</project>
16 changes: 5 additions & 11 deletions bmc-addons/bmc-graalvm-addon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>oci-java-sdk-addons</artifactId>
<groupId>com.oracle.oci.sdk</groupId>
<version>2.73.0</version>
<version>2.79.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>oci-java-sdk-addons-graalvm</artifactId>
Expand Down Expand Up @@ -132,30 +132,24 @@
<dependency>
<groupId>com.oracle.oci.sdk</groupId>
<artifactId>oci-java-sdk-common</artifactId>
<version>2.73.0</version>
<version>2.79.0</version>
</dependency>
<dependency>
<groupId>com.oracle.oci.sdk</groupId>
<artifactId>oci-java-sdk-objectstorage-extensions</artifactId>
<version>2.73.0</version>
<version>2.79.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.oracle.oci.sdk</groupId>
<artifactId>oci-java-sdk-identity</artifactId>
<version>2.73.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.oracle.oci.sdk</groupId>
<artifactId>oci-java-sdk-objectstorage-extensions</artifactId>
<version>2.73.0</version>
<version>2.79.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.oracle.oci.sdk</groupId>
<artifactId>oci-java-sdk-core</artifactId>
<version>2.73.0</version>
<version>2.79.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"com.oracle.bmc.datalabelingservicedataplane.SdkClientsMetadata",
"com.oracle.bmc.datasafe.SdkClientsMetadata",
"com.oracle.bmc.datascience.SdkClientsMetadata",
"com.oracle.bmc.delegateaccesscontrol.SdkClientsMetadata",
"com.oracle.bmc.demandsignal.SdkClientsMetadata",
"com.oracle.bmc.desktops.SdkClientsMetadata",
"com.oracle.bmc.devops.SdkClientsMetadata",
Expand All @@ -62,10 +63,13 @@
"com.oracle.bmc.emwarehouse.SdkClientsMetadata",
"com.oracle.bmc.events.SdkClientsMetadata",
"com.oracle.bmc.filestorage.SdkClientsMetadata",
"com.oracle.bmc.fleetappsmanagement.SdkClientsMetadata",
"com.oracle.bmc.fleetsoftwareupdate.SdkClientsMetadata",
"com.oracle.bmc.functions.SdkClientsMetadata",
"com.oracle.bmc.fusionapps.SdkClientsMetadata",
"com.oracle.bmc.generativeai.SdkClientsMetadata",
"com.oracle.bmc.generativeaiagent.SdkClientsMetadata",
"com.oracle.bmc.generativeaiagentruntime.SdkClientsMetadata",
"com.oracle.bmc.generativeaiinference.SdkClientsMetadata",
"com.oracle.bmc.genericartifactscontent.SdkClientsMetadata",
"com.oracle.bmc.globallydistributeddatabase.SdkClientsMetadata",
Expand Down Expand Up @@ -126,6 +130,7 @@
"com.oracle.bmc.rover.SdkClientsMetadata",
"com.oracle.bmc.sch.SdkClientsMetadata",
"com.oracle.bmc.secrets.SdkClientsMetadata",
"com.oracle.bmc.securityattribute.SdkClientsMetadata",
"com.oracle.bmc.servicecatalog.SdkClientsMetadata",
"com.oracle.bmc.servicemanagerproxy.SdkClientsMetadata",
"com.oracle.bmc.servicemesh.SdkClientsMetadata",
Expand All @@ -143,6 +148,7 @@
"com.oracle.bmc.waa.SdkClientsMetadata",
"com.oracle.bmc.waas.SdkClientsMetadata",
"com.oracle.bmc.waf.SdkClientsMetadata",
"com.oracle.bmc.workrequests.SdkClientsMetadata"
"com.oracle.bmc.workrequests.SdkClientsMetadata",
"com.oracle.bmc.zpr.SdkClientsMetadata"
})
final class SdkAutomaticFeatureMetadata {}
28 changes: 2 additions & 26 deletions bmc-addons/bmc-oke-workload-identity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>oci-java-sdk-addons</artifactId>
<groupId>com.oracle.oci.sdk</groupId>
<version>2.73.0</version>
<version>2.79.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -38,31 +38,7 @@
<dependency>
<groupId>com.oracle.oci.sdk</groupId>
<artifactId>oci-java-sdk-common</artifactId>
<version>2.73.0</version>
</dependency>
<dependency>
<groupId>com.oracle.oci.sdk</groupId>
<artifactId>oci-java-sdk-core</artifactId>
<version>2.73.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.oracle.oci.sdk</groupId>
<artifactId>oci-java-sdk-identity</artifactId>
<version>2.73.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.oracle.oci.sdk</groupId>
<artifactId>oci-java-sdk-keymanagement</artifactId>
<version>2.73.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.specto</groupId>
<artifactId>hoverfly-java</artifactId>
<version>0.11.1</version>
<scope>test</scope>
<version>2.79.0</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions bmc-addons/bmc-resteasy-client-configurator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.oracle.oci.sdk</groupId>
<artifactId>oci-java-sdk-addons</artifactId>
<version>2.73.0</version>
<version>2.79.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>com.oracle.oci.sdk</groupId>
<artifactId>oci-java-sdk-common</artifactId>
<version>2.73.0</version>
<version>2.79.0</version>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions bmc-addons/bmc-sasl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>oci-java-sdk-addons</artifactId>
<groupId>com.oracle.oci.sdk</groupId>
<version>2.73.0</version>
<version>2.79.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -57,12 +57,12 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.19.6</version>
<version>3.25.5</version>
</dependency>
<dependency>
<groupId>com.oracle.oci.sdk</groupId>
<artifactId>oci-java-sdk-common</artifactId>
<version>2.73.0</version>
<version>2.79.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion bmc-addons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.oracle.oci.sdk</groupId>
<artifactId>oci-java-sdk</artifactId>
<version>2.73.0</version>
<version>2.79.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions bmc-adm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.oracle.oci.sdk</groupId>
<artifactId>oci-java-sdk</artifactId>
<version>2.73.0</version>
<version>2.79.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>oci-java-sdk-adm</artifactId>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>com.oracle.oci.sdk</groupId>
<artifactId>oci-java-sdk-common</artifactId>
<version>2.73.0</version>
<version>2.79.0</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions bmc-aianomalydetection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.oracle.oci.sdk</groupId>
<artifactId>oci-java-sdk</artifactId>
<version>2.73.0</version>
<version>2.79.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>oci-java-sdk-aianomalydetection</artifactId>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>com.oracle.oci.sdk</groupId>
<artifactId>oci-java-sdk-common</artifactId>
<version>2.73.0</version>
<version>2.79.0</version>
</dependency>
</dependencies>
</project>
Loading

0 comments on commit cb3c4a9

Please sign in to comment.