Skip to content

Commit

Permalink
Releasing version 3.47.0
Browse files Browse the repository at this point in the history
Releasing version 3.48.0
  • Loading branch information
oci-dex-release-bot authored Aug 27, 2024
2 parents dd9a3d6 + c7f6c72 commit c25c464
Show file tree
Hide file tree
Showing 669 changed files with 120,307 additions and 5,029 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/).

## 3.48.0 - 2024-08-27
### Added
- Support for Delegate Access Control service
- Support for upgrade and downgrade of shapes of high performance mount targets in the File Storage service
- Support for private endpoints in the Object Storage service
- Support for create, update, list and delete operations on scheduling policies and scheduling windows in the Database service
- Support for specifying domains while creating data guard associations in the Database service
- Support for provision of developer autonomous databases in the Database service
- Support for upgrade of developer autonomous databases to paid autonomous databases in the Database service
- Support for scheduling plans, actions, execution windows and execution actions for maintenance scheduling in the Database service
- Support for cross-region replication of virtual vaults in the Key Management service
- Support for listing all active service summaries in the Announcements service
- Support for VMware major and minor version upgrades in VMware Solution service
- Support for updating protected database subscriptions in the Autonomous Recovery service
- Support for health insurance id as an allowed document type in the Document Understanding service
- Support for advanced database management features for autonomous databases in the Database Management service
- Support for propagating request ids to load balancer servers in the Load balancer service
- Support for automatic update orders in Fusion Application as a Service

### Breaking Changes
- Method `public java.lang.String getDocumentId()` has been removed from the model `com.oracle.bmc.aidocument.model.DetectedDocumentType` in the Document Understanding service
- Method `public java.lang.String getTenancyId()` has been removed from the model `com.oracle.bmc.aidocument.model.DocumentClassificationFeature` in the Document Understanding service
- Method `public java.lang.String getTenancyId()` has been removed from the model `com.oracle.bmc.aidocument.model.DocumentKeyValueExtractionFeature` in the Document Understanding service
- Field `InsuranceClaim` has been removed from the model `com.oracle.bmc.aidocument.model.DocumentType` in the Document Understanding service

## 3.47.0 - 2024-08-20
### Added
- Support for Fleet Application Management service
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>3.47.0</version>
<version>3.48.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>oci-java-sdk-accessgovernancecp</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>com.oracle.oci.sdk</groupId>
<artifactId>oci-java-sdk-common</artifactId>
<version>3.47.0</version>
<version>3.48.0</version>
</dependency>
</dependencies>
</project>
77 changes: 77 additions & 0 deletions bmc-addons/bmc-aispeech-realtime/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.oracle.oci.sdk</groupId>
<artifactId>oci-java-sdk-addons</artifactId>
<version>3.48.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>oci-java-sdk-addons-aispeech-realtime</artifactId>
<name>Oracle Cloud Infrastructure SDK - AI Speech Realtime Client</name>
<description>This project adds a Java client to utilize the realtime speech service</description>

<url>https://docs.cloud.oracle.com/Content/API/SDKDocs/javasdk.htm</url>


<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19.1</version>
<configuration>
<systemPropertyVariables>
<java.io.tmpdir>${user.dir}</java.io.tmpdir>
</systemPropertyVariables>
</configuration>
</plugin>
</plugins>
</build>

<dependencies>
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>websocket-server</artifactId>
<version>9.4.53.v20231009</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>com.oracle.oci.sdk</groupId>
<artifactId>oci-java-sdk-aispeech</artifactId>
<version>3.48.0</version>
</dependency>
<dependency>
<groupId>com.oracle.oci.sdk</groupId>
<artifactId>oci-java-sdk-common-httpclient-jersey</artifactId>
<version>3.48.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>

</dependencies>

</project>
44 changes: 44 additions & 0 deletions bmc-addons/bmc-aispeech-realtime/src/main/assembly/assembly.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<!--
Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
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.
-->
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http://maven.apache.org/xsd/assembly-1.1.3.xsd">

<id>release</id>
<includeBaseDirectory>false</includeBaseDirectory>
<formats>
<format>zip</format>
</formats>
<fileSets>
<!-- Include all of the Javadocs -->
<fileSet>
<directory>${project.build.directory}/apidocs</directory>
<outputDirectory>apidocs</outputDirectory>
</fileSet>
<!-- Include the sources and javadoc jars for developers -->
<fileSet>
<directory>${project.build.directory}</directory>
<includes>
<include>${project.artifactId}-${project.version}-*.jar</include>
</includes>
<excludes>
<exclude>${project.artifactId}-${project.version}-signed.jar</exclude>
</excludes>
<outputDirectory>lib</outputDirectory>
</fileSet>
</fileSets>
<files>
<!-- Explicitly copy the signed/unsigned jar and rename it in the release zip file.
If this is for a "signed" release, then the signed jar should be defined; else, the unsigned if the
build profile is "ziponly" -->
<file>
<source>${source.jar.for.zip}</source>
<outputDirectory>lib</outputDirectory>
<destName>${project.artifactId}-${project.version}.jar</destName>
</file>
</files>
</assembly>
Loading

0 comments on commit c25c464

Please sign in to comment.