checkError(HttpResponse response) {
"Unknown",
String.format(
"Unexpected Content-Type: %s instead of %s. Response body: %s",
- contentType, "application/json", s),
+ contentType, APPLICATION_JSON_TYPE, s),
opcRequestId,
buildServiceDetails())));
}
diff --git a/bmc-common/src/main/resources/com/oracle/bmc/sdk.properties b/bmc-common/src/main/resources/com/oracle/bmc/sdk.properties
index 5863536fb06..4337a2c82ca 100644
--- a/bmc-common/src/main/resources/com/oracle/bmc/sdk.properties
+++ b/bmc-common/src/main/resources/com/oracle/bmc/sdk.properties
@@ -7,5 +7,5 @@ sdk.version = ${pom.version}
# Clients generated using a codegen version between the minimum and maximum
# expressed below are compatible with the version of oci-java-sdk-common in this module.
-java.minimum.client.codegen.version = 2.26
+java.minimum.client.codegen.version = 2.100
java.maximum.client.codegen.version = ${oci.codegen.version}
diff --git a/bmc-computecloudatcustomer/pom.xml b/bmc-computecloudatcustomer/pom.xml
index dc89de328d9..1c16b51d086 100644
--- a/bmc-computecloudatcustomer/pom.xml
+++ b/bmc-computecloudatcustomer/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-computecloudatcustomer
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-computecloudatcustomer/src/main/resources/com/oracle/bmc/computecloudatcustomer/client.properties b/bmc-computecloudatcustomer/src/main/resources/com/oracle/bmc/computecloudatcustomer/client.properties
index e9a2a681a0a..5c33dc8c70c 100644
--- a/bmc-computecloudatcustomer/src/main/resources/com/oracle/bmc/computecloudatcustomer/client.properties
+++ b/bmc-computecloudatcustomer/src/main/resources/com/oracle/bmc/computecloudatcustomer/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20221208")
\ No newline at end of file
diff --git a/bmc-computeinstanceagent/pom.xml b/bmc-computeinstanceagent/pom.xml
index 7cb6f090f19..d6dfa22f929 100644
--- a/bmc-computeinstanceagent/pom.xml
+++ b/bmc-computeinstanceagent/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-computeinstanceagent
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-computeinstanceagent/src/main/resources/com/oracle/bmc/computeinstanceagent/client.properties b/bmc-computeinstanceagent/src/main/resources/com/oracle/bmc/computeinstanceagent/client.properties
index a01803b7bf4..7aa1e36e7e2 100644
--- a/bmc-computeinstanceagent/src/main/resources/com/oracle/bmc/computeinstanceagent/client.properties
+++ b/bmc-computeinstanceagent/src/main/resources/com/oracle/bmc/computeinstanceagent/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20180530")
\ No newline at end of file
diff --git a/bmc-containerengine/pom.xml b/bmc-containerengine/pom.xml
index 2f7482a859c..85f6b7ed235 100644
--- a/bmc-containerengine/pom.xml
+++ b/bmc-containerengine/pom.xml
@@ -5,7 +5,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
@@ -18,7 +18,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-containerengine/src/main/resources/com/oracle/bmc/containerengine/client.properties b/bmc-containerengine/src/main/resources/com/oracle/bmc/containerengine/client.properties
index be026c73dcc..ed834405e93 100644
--- a/bmc-containerengine/src/main/resources/com/oracle/bmc/containerengine/client.properties
+++ b/bmc-containerengine/src/main/resources/com/oracle/bmc/containerengine/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20180222")
\ No newline at end of file
diff --git a/bmc-containerinstances/pom.xml b/bmc-containerinstances/pom.xml
index 2d5e823dc55..8208da4ba02 100644
--- a/bmc-containerinstances/pom.xml
+++ b/bmc-containerinstances/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-containerinstances
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-containerinstances/src/main/resources/com/oracle/bmc/containerinstances/client.properties b/bmc-containerinstances/src/main/resources/com/oracle/bmc/containerinstances/client.properties
index 1ea15768b8d..4aedc8c8617 100644
--- a/bmc-containerinstances/src/main/resources/com/oracle/bmc/containerinstances/client.properties
+++ b/bmc-containerinstances/src/main/resources/com/oracle/bmc/containerinstances/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20210415")
\ No newline at end of file
diff --git a/bmc-core/pom.xml b/bmc-core/pom.xml
index 7f8ca6816f9..f862a94cd3f 100644
--- a/bmc-core/pom.xml
+++ b/bmc-core/pom.xml
@@ -5,7 +5,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
@@ -18,12 +18,12 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
com.oracle.oci.sdk
oci-java-sdk-workrequests
- 3.44.1
+ 3.44.2
diff --git a/bmc-core/src/main/resources/com/oracle/bmc/core/client.properties b/bmc-core/src/main/resources/com/oracle/bmc/core/client.properties
index e14a1d8fd9a..2fa5d3f17ae 100644
--- a/bmc-core/src/main/resources/com/oracle/bmc/core/client.properties
+++ b/bmc-core/src/main/resources/com/oracle/bmc/core/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20160918")
\ No newline at end of file
diff --git a/bmc-dashboardservice/pom.xml b/bmc-dashboardservice/pom.xml
index f6e58ec3b60..55dbce642dc 100644
--- a/bmc-dashboardservice/pom.xml
+++ b/bmc-dashboardservice/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-dashboardservice
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-dashboardservice/src/main/resources/com/oracle/bmc/dashboardservice/client.properties b/bmc-dashboardservice/src/main/resources/com/oracle/bmc/dashboardservice/client.properties
index 40aa8c5a493..5b5506f57ce 100644
--- a/bmc-dashboardservice/src/main/resources/com/oracle/bmc/dashboardservice/client.properties
+++ b/bmc-dashboardservice/src/main/resources/com/oracle/bmc/dashboardservice/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20210731")
\ No newline at end of file
diff --git a/bmc-database/pom.xml b/bmc-database/pom.xml
index f40f4b13a07..2155c7fdc6f 100644
--- a/bmc-database/pom.xml
+++ b/bmc-database/pom.xml
@@ -5,7 +5,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
@@ -18,12 +18,12 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
com.oracle.oci.sdk
oci-java-sdk-workrequests
- 3.44.1
+ 3.44.2
diff --git a/bmc-database/src/main/java/com/oracle/bmc/database/Database.java b/bmc-database/src/main/java/com/oracle/bmc/database/Database.java
index 5606b459f7f..309b0d2ca9e 100644
--- a/bmc-database/src/main/java/com/oracle/bmc/database/Database.java
+++ b/bmc-database/src/main/java/com/oracle/bmc/database/Database.java
@@ -725,6 +725,26 @@ ConfigureAutonomousDatabaseVaultKeyResponse configureAutonomousDatabaseVaultKey(
*/
ConfigureSaasAdminUserResponse configureSaasAdminUser(ConfigureSaasAdminUserRequest request);
+ /**
+ * This is for user to confirm to DBaaS that the Oracle Key Valut (OKV) connection IPs, username
+ * and password are all correct. This operation will put the Key Store back into Active state.
+ * If details are incorrect, your OKV account may get locked after some unsuccessful attempts to
+ * connect.
+ *
+ * @param request The request object containing the details to send
+ * @return A response object containing details about the completed operation
+ * @throws BmcException when an error occurs. This operation will not retry by default, users
+ * can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
+ * enable retries for it. The specifics of the default retry strategy are described here
+ * https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
+ * Example: Click here to see how to use
+ * ConfirmKeyStoreDetailsAreCorrect API.
+ */
+ ConfirmKeyStoreDetailsAreCorrectResponse confirmKeyStoreDetailsAreCorrect(
+ ConfirmKeyStoreDetailsAreCorrectRequest request);
+
/**
* Converts a non-container database to a pluggable database.
*
diff --git a/bmc-database/src/main/java/com/oracle/bmc/database/DatabaseAsync.java b/bmc-database/src/main/java/com/oracle/bmc/database/DatabaseAsync.java
index cc8ff8dd09c..ff949127bbb 100644
--- a/bmc-database/src/main/java/com/oracle/bmc/database/DatabaseAsync.java
+++ b/bmc-database/src/main/java/com/oracle/bmc/database/DatabaseAsync.java
@@ -736,6 +736,27 @@ java.util.concurrent.Future configureSaasAdminUs
ConfigureSaasAdminUserRequest, ConfigureSaasAdminUserResponse>
handler);
+ /**
+ * This is for user to confirm to DBaaS that the Oracle Key Valut (OKV) connection IPs, username
+ * and password are all correct. This operation will put the Key Store back into Active state.
+ * If details are incorrect, your OKV account may get locked after some unsuccessful attempts to
+ * connect.
+ *
+ * @param request The request object containing the details to send
+ * @param handler The request handler to invoke upon completion, may be null.
+ * @return A Future that can be used to get the response if no AsyncHandler was provided. Note,
+ * if you provide an AsyncHandler and use the Future, some types of responses (like
+ * java.io.InputStream) may not be able to be read in both places as the underlying stream
+ * may only be consumed once.
+ */
+ java.util.concurrent.Future
+ confirmKeyStoreDetailsAreCorrect(
+ ConfirmKeyStoreDetailsAreCorrectRequest request,
+ com.oracle.bmc.responses.AsyncHandler<
+ ConfirmKeyStoreDetailsAreCorrectRequest,
+ ConfirmKeyStoreDetailsAreCorrectResponse>
+ handler);
+
/**
* Converts a non-container database to a pluggable database.
*
diff --git a/bmc-database/src/main/java/com/oracle/bmc/database/DatabaseAsyncClient.java b/bmc-database/src/main/java/com/oracle/bmc/database/DatabaseAsyncClient.java
index 288b86b0bf1..123b2984b62 100644
--- a/bmc-database/src/main/java/com/oracle/bmc/database/DatabaseAsyncClient.java
+++ b/bmc-database/src/main/java/com/oracle/bmc/database/DatabaseAsyncClient.java
@@ -1581,6 +1581,43 @@ public java.util.concurrent.Future configureSaas
.callAsync(handler);
}
+ @Override
+ public java.util.concurrent.Future
+ confirmKeyStoreDetailsAreCorrect(
+ ConfirmKeyStoreDetailsAreCorrectRequest request,
+ final com.oracle.bmc.responses.AsyncHandler<
+ ConfirmKeyStoreDetailsAreCorrectRequest,
+ ConfirmKeyStoreDetailsAreCorrectResponse>
+ handler) {
+
+ Validate.notBlank(request.getKeyStoreId(), "keyStoreId must not be blank");
+
+ return clientCall(request, ConfirmKeyStoreDetailsAreCorrectResponse::builder)
+ .logger(LOG, "confirmKeyStoreDetailsAreCorrect")
+ .serviceDetails(
+ "Database",
+ "ConfirmKeyStoreDetailsAreCorrect",
+ "https://docs.oracle.com/iaas/api/#/en/database/20160918/KeyStore/ConfirmKeyStoreDetailsAreCorrect")
+ .method(com.oracle.bmc.http.client.Method.POST)
+ .requestBuilder(ConfirmKeyStoreDetailsAreCorrectRequest::builder)
+ .basePath("/20160918")
+ .appendPathParam("keyStores")
+ .appendPathParam(request.getKeyStoreId())
+ .appendPathParam("actions")
+ .appendPathParam("confirmDetailsAreCorrect")
+ .accept("application/json")
+ .appendHeader("opc-retry-token", request.getOpcRetryToken())
+ .appendHeader("opc-request-id", request.getOpcRequestId())
+ .appendHeader("if-match", request.getIfMatch())
+ .handleResponseHeaderString(
+ "opc-work-request-id",
+ ConfirmKeyStoreDetailsAreCorrectResponse.Builder::opcWorkRequestId)
+ .handleResponseHeaderString(
+ "opc-request-id",
+ ConfirmKeyStoreDetailsAreCorrectResponse.Builder::opcRequestId)
+ .callAsync(handler);
+ }
+
@Override
public java.util.concurrent.Future convertToPdb(
ConvertToPdbRequest request,
diff --git a/bmc-database/src/main/java/com/oracle/bmc/database/DatabaseClient.java b/bmc-database/src/main/java/com/oracle/bmc/database/DatabaseClient.java
index 3a380a1affe..ebe4283e606 100644
--- a/bmc-database/src/main/java/com/oracle/bmc/database/DatabaseClient.java
+++ b/bmc-database/src/main/java/com/oracle/bmc/database/DatabaseClient.java
@@ -1462,6 +1462,38 @@ public ConfigureSaasAdminUserResponse configureSaasAdminUser(
.callSync();
}
+ @Override
+ public ConfirmKeyStoreDetailsAreCorrectResponse confirmKeyStoreDetailsAreCorrect(
+ ConfirmKeyStoreDetailsAreCorrectRequest request) {
+
+ Validate.notBlank(request.getKeyStoreId(), "keyStoreId must not be blank");
+
+ return clientCall(request, ConfirmKeyStoreDetailsAreCorrectResponse::builder)
+ .logger(LOG, "confirmKeyStoreDetailsAreCorrect")
+ .serviceDetails(
+ "Database",
+ "ConfirmKeyStoreDetailsAreCorrect",
+ "https://docs.oracle.com/iaas/api/#/en/database/20160918/KeyStore/ConfirmKeyStoreDetailsAreCorrect")
+ .method(com.oracle.bmc.http.client.Method.POST)
+ .requestBuilder(ConfirmKeyStoreDetailsAreCorrectRequest::builder)
+ .basePath("/20160918")
+ .appendPathParam("keyStores")
+ .appendPathParam(request.getKeyStoreId())
+ .appendPathParam("actions")
+ .appendPathParam("confirmDetailsAreCorrect")
+ .accept("application/json")
+ .appendHeader("opc-retry-token", request.getOpcRetryToken())
+ .appendHeader("opc-request-id", request.getOpcRequestId())
+ .appendHeader("if-match", request.getIfMatch())
+ .handleResponseHeaderString(
+ "opc-work-request-id",
+ ConfirmKeyStoreDetailsAreCorrectResponse.Builder::opcWorkRequestId)
+ .handleResponseHeaderString(
+ "opc-request-id",
+ ConfirmKeyStoreDetailsAreCorrectResponse.Builder::opcRequestId)
+ .callSync();
+ }
+
@Override
public ConvertToPdbResponse convertToPdb(ConvertToPdbRequest request) {
diff --git a/bmc-database/src/main/java/com/oracle/bmc/database/DatabaseWaiters.java b/bmc-database/src/main/java/com/oracle/bmc/database/DatabaseWaiters.java
index 1bc578749bf..bcfbbbf8eee 100644
--- a/bmc-database/src/main/java/com/oracle/bmc/database/DatabaseWaiters.java
+++ b/bmc-database/src/main/java/com/oracle/bmc/database/DatabaseWaiters.java
@@ -2259,6 +2259,71 @@ public ConfigureSaasAdminUserResponse call() throws Exception {
request);
}
+ /**
+ * Creates a new {@link com.oracle.bmc.waiter.Waiter} using the default configuration.
+ *
+ * @param request the request to send
+ * @return a new {@link com.oracle.bmc.waiter.Waiter} instance
+ */
+ public com.oracle.bmc.waiter.Waiter<
+ ConfirmKeyStoreDetailsAreCorrectRequest,
+ ConfirmKeyStoreDetailsAreCorrectResponse>
+ forConfirmKeyStoreDetailsAreCorrect(ConfirmKeyStoreDetailsAreCorrectRequest request) {
+ return forConfirmKeyStoreDetailsAreCorrect(
+ request,
+ com.oracle.bmc.waiter.Waiters.DEFAULT_POLLING_TERMINATION_STRATEGY,
+ com.oracle.bmc.waiter.Waiters.DEFAULT_POLLING_DELAY_STRATEGY);
+ }
+
+ /**
+ * Creates a new {@link com.oracle.bmc.waiter.Waiter} using the provided configuration.
+ *
+ * @param request the request to send
+ * @param terminationStrategy the {@link com.oracle.bmc.waiter.TerminationStrategy} to use
+ * @param delayStrategy the {@link com.oracle.bmc.waiter.DelayStrategy} to use
+ * @return a new {@link com.oracle.bmc.waiter.Waiter} instance
+ */
+ public com.oracle.bmc.waiter.Waiter<
+ ConfirmKeyStoreDetailsAreCorrectRequest,
+ ConfirmKeyStoreDetailsAreCorrectResponse>
+ forConfirmKeyStoreDetailsAreCorrect(
+ ConfirmKeyStoreDetailsAreCorrectRequest request,
+ com.oracle.bmc.waiter.TerminationStrategy terminationStrategy,
+ com.oracle.bmc.waiter.DelayStrategy delayStrategy) {
+ if (workRequestClient == null) {
+ throw new IllegalStateException(
+ "A WorkRequestClient must be supplied to this waiter for this operation");
+ }
+
+ return new com.oracle.bmc.waiter.internal.SimpleWaiterImpl<>(
+ executorService,
+ new java.util.concurrent.Callable() {
+ @Override
+ public ConfirmKeyStoreDetailsAreCorrectResponse call() throws Exception {
+ final ConfirmKeyStoreDetailsAreCorrectResponse response =
+ client.confirmKeyStoreDetailsAreCorrect(request);
+
+ if (response.getOpcWorkRequestId() != null) {
+ final com.oracle.bmc.workrequests.requests.GetWorkRequestRequest
+ getWorkRequestRequest =
+ com.oracle.bmc.workrequests.requests
+ .GetWorkRequestRequest.builder()
+ .workRequestId(response.getOpcWorkRequestId())
+ .build();
+ workRequestClient
+ .getWaiters()
+ .forWorkRequest(
+ getWorkRequestRequest,
+ terminationStrategy,
+ delayStrategy)
+ .execute();
+ }
+ return response;
+ }
+ },
+ request);
+ }
+
/**
* Creates a new {@link com.oracle.bmc.waiter.Waiter} using the default configuration.
*
diff --git a/bmc-database/src/main/java/com/oracle/bmc/database/model/CreateDatabaseDetails.java b/bmc-database/src/main/java/com/oracle/bmc/database/model/CreateDatabaseDetails.java
index 4fb9ae05b58..7e31abae0cd 100644
--- a/bmc-database/src/main/java/com/oracle/bmc/database/model/CreateDatabaseDetails.java
+++ b/bmc-database/src/main/java/com/oracle/bmc/database/model/CreateDatabaseDetails.java
@@ -42,7 +42,8 @@ public final class CreateDatabaseDetails
"kmsKeyId",
"kmsKeyVersionId",
"vaultId",
- "sidPrefix"
+ "sidPrefix",
+ "keyStoreId"
})
public CreateDatabaseDetails(
String dbName,
@@ -60,7 +61,8 @@ public CreateDatabaseDetails(
String kmsKeyId,
String kmsKeyVersionId,
String vaultId,
- String sidPrefix) {
+ String sidPrefix,
+ String keyStoreId) {
super();
this.dbName = dbName;
this.dbUniqueName = dbUniqueName;
@@ -78,6 +80,7 @@ public CreateDatabaseDetails(
this.kmsKeyVersionId = kmsKeyVersionId;
this.vaultId = vaultId;
this.sidPrefix = sidPrefix;
+ this.keyStoreId = keyStoreId;
}
@com.fasterxml.jackson.databind.annotation.JsonPOJOBuilder(withPrefix = "")
@@ -435,6 +438,25 @@ public Builder sidPrefix(String sidPrefix) {
this.__explicitlySet__.add("sidPrefix");
return this;
}
+ /**
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
+ * key store of Oracle Vault.
+ */
+ @com.fasterxml.jackson.annotation.JsonProperty("keyStoreId")
+ private String keyStoreId;
+
+ /**
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
+ * key store of Oracle Vault.
+ *
+ * @param keyStoreId the value to set
+ * @return this builder
+ */
+ public Builder keyStoreId(String keyStoreId) {
+ this.keyStoreId = keyStoreId;
+ this.__explicitlySet__.add("keyStoreId");
+ return this;
+ }
@com.fasterxml.jackson.annotation.JsonIgnore
private final java.util.Set __explicitlySet__ = new java.util.HashSet();
@@ -457,7 +479,8 @@ public CreateDatabaseDetails build() {
this.kmsKeyId,
this.kmsKeyVersionId,
this.vaultId,
- this.sidPrefix);
+ this.sidPrefix,
+ this.keyStoreId);
for (String explicitlySetProperty : this.__explicitlySet__) {
model.markPropertyAsExplicitlySet(explicitlySetProperty);
}
@@ -514,6 +537,9 @@ public Builder copy(CreateDatabaseDetails model) {
if (model.wasPropertyExplicitlySet("sidPrefix")) {
this.sidPrefix(model.getSidPrefix());
}
+ if (model.wasPropertyExplicitlySet("keyStoreId")) {
+ this.keyStoreId(model.getKeyStoreId());
+ }
return this;
}
}
@@ -886,6 +912,23 @@ public String getSidPrefix() {
return sidPrefix;
}
+ /**
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the key
+ * store of Oracle Vault.
+ */
+ @com.fasterxml.jackson.annotation.JsonProperty("keyStoreId")
+ private final String keyStoreId;
+
+ /**
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the key
+ * store of Oracle Vault.
+ *
+ * @return the value
+ */
+ public String getKeyStoreId() {
+ return keyStoreId;
+ }
+
@Override
public String toString() {
return this.toString(true);
@@ -918,6 +961,7 @@ public String toString(boolean includeByteArrayContents) {
sb.append(", kmsKeyVersionId=").append(String.valueOf(this.kmsKeyVersionId));
sb.append(", vaultId=").append(String.valueOf(this.vaultId));
sb.append(", sidPrefix=").append(String.valueOf(this.sidPrefix));
+ sb.append(", keyStoreId=").append(String.valueOf(this.keyStoreId));
sb.append(")");
return sb.toString();
}
@@ -949,6 +993,7 @@ public boolean equals(Object o) {
&& java.util.Objects.equals(this.kmsKeyVersionId, other.kmsKeyVersionId)
&& java.util.Objects.equals(this.vaultId, other.vaultId)
&& java.util.Objects.equals(this.sidPrefix, other.sidPrefix)
+ && java.util.Objects.equals(this.keyStoreId, other.keyStoreId)
&& super.equals(other);
}
@@ -986,6 +1031,7 @@ public int hashCode() {
+ (this.kmsKeyVersionId == null ? 43 : this.kmsKeyVersionId.hashCode());
result = (result * PRIME) + (this.vaultId == null ? 43 : this.vaultId.hashCode());
result = (result * PRIME) + (this.sidPrefix == null ? 43 : this.sidPrefix.hashCode());
+ result = (result * PRIME) + (this.keyStoreId == null ? 43 : this.keyStoreId.hashCode());
result = (result * PRIME) + super.hashCode();
return result;
}
diff --git a/bmc-database/src/main/java/com/oracle/bmc/database/model/KeyStore.java b/bmc-database/src/main/java/com/oracle/bmc/database/model/KeyStore.java
index efc3243401a..d47a662ef49 100644
--- a/bmc-database/src/main/java/com/oracle/bmc/database/model/KeyStore.java
+++ b/bmc-database/src/main/java/com/oracle/bmc/database/model/KeyStore.java
@@ -361,6 +361,7 @@ public java.util.Date getTimeCreated() {
public enum LifecycleState implements com.oracle.bmc.http.internal.BmcEnum {
Active("ACTIVE"),
Deleted("DELETED"),
+ NeedsAttention("NEEDS_ATTENTION"),
/**
* This value is used if a service returns a value for this enum that is not recognized by
diff --git a/bmc-database/src/main/java/com/oracle/bmc/database/model/KeyStoreSummary.java b/bmc-database/src/main/java/com/oracle/bmc/database/model/KeyStoreSummary.java
index 5868f3ce91c..8deb1c1ee7e 100644
--- a/bmc-database/src/main/java/com/oracle/bmc/database/model/KeyStoreSummary.java
+++ b/bmc-database/src/main/java/com/oracle/bmc/database/model/KeyStoreSummary.java
@@ -362,6 +362,7 @@ public java.util.Date getTimeCreated() {
public enum LifecycleState implements com.oracle.bmc.http.internal.BmcEnum {
Active("ACTIVE"),
Deleted("DELETED"),
+ NeedsAttention("NEEDS_ATTENTION"),
/**
* This value is used if a service returns a value for this enum that is not recognized by
diff --git a/bmc-database/src/main/java/com/oracle/bmc/database/requests/ConfirmKeyStoreDetailsAreCorrectRequest.java b/bmc-database/src/main/java/com/oracle/bmc/database/requests/ConfirmKeyStoreDetailsAreCorrectRequest.java
new file mode 100644
index 00000000000..e4657011a6f
--- /dev/null
+++ b/bmc-database/src/main/java/com/oracle/bmc/database/requests/ConfirmKeyStoreDetailsAreCorrectRequest.java
@@ -0,0 +1,304 @@
+/**
+ * Copyright (c) 2016, 2024, 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.
+ */
+package com.oracle.bmc.database.requests;
+
+import com.oracle.bmc.database.model.*;
+/**
+ * Example: Click here to see how to use
+ * ConfirmKeyStoreDetailsAreCorrectRequest.
+ */
+@jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20160918")
+public class ConfirmKeyStoreDetailsAreCorrectRequest
+ extends com.oracle.bmc.requests.BmcRequest {
+
+ /**
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the key
+ * store.
+ */
+ private String keyStoreId;
+
+ /**
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the key
+ * store.
+ */
+ public String getKeyStoreId() {
+ return keyStoreId;
+ }
+ /**
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
+ * server error without risk of executing that same action again. Retry tokens expire after 24
+ * hours, but can be invalidated before then due to conflicting operations (for example, if a
+ * resource has been deleted and purged from the system, then a retry of the original creation
+ * request may be rejected).
+ */
+ private String opcRetryToken;
+
+ /**
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
+ * server error without risk of executing that same action again. Retry tokens expire after 24
+ * hours, but can be invalidated before then due to conflicting operations (for example, if a
+ * resource has been deleted and purged from the system, then a retry of the original creation
+ * request may be rejected).
+ */
+ public String getOpcRetryToken() {
+ return opcRetryToken;
+ }
+ /** Unique identifier for the request. */
+ private String opcRequestId;
+
+ /** Unique identifier for the request. */
+ public String getOpcRequestId() {
+ return opcRequestId;
+ }
+ /**
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code
+ * if-match} parameter to the value of the etag from a previous GET or POST response for that
+ * resource. The resource will be updated or deleted only if the etag you provide matches the
+ * resource's current etag value.
+ */
+ private String ifMatch;
+
+ /**
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code
+ * if-match} parameter to the value of the etag from a previous GET or POST response for that
+ * resource. The resource will be updated or deleted only if the etag you provide matches the
+ * resource's current etag value.
+ */
+ public String getIfMatch() {
+ return ifMatch;
+ }
+
+ public static class Builder
+ implements com.oracle.bmc.requests.BmcRequest.Builder<
+ ConfirmKeyStoreDetailsAreCorrectRequest, java.lang.Void> {
+ private com.oracle.bmc.http.client.RequestInterceptor invocationCallback = null;
+ private com.oracle.bmc.retrier.RetryConfiguration retryConfiguration = null;
+
+ /**
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
+ * key store.
+ */
+ private String keyStoreId = null;
+
+ /**
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
+ * key store.
+ *
+ * @param keyStoreId the value to set
+ * @return this builder instance
+ */
+ public Builder keyStoreId(String keyStoreId) {
+ this.keyStoreId = keyStoreId;
+ return this;
+ }
+
+ /**
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
+ * server error without risk of executing that same action again. Retry tokens expire after
+ * 24 hours, but can be invalidated before then due to conflicting operations (for example,
+ * if a resource has been deleted and purged from the system, then a retry of the original
+ * creation request may be rejected).
+ */
+ private String opcRetryToken = null;
+
+ /**
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
+ * server error without risk of executing that same action again. Retry tokens expire after
+ * 24 hours, but can be invalidated before then due to conflicting operations (for example,
+ * if a resource has been deleted and purged from the system, then a retry of the original
+ * creation request may be rejected).
+ *
+ * @param opcRetryToken the value to set
+ * @return this builder instance
+ */
+ public Builder opcRetryToken(String opcRetryToken) {
+ this.opcRetryToken = opcRetryToken;
+ return this;
+ }
+
+ /** Unique identifier for the request. */
+ private String opcRequestId = null;
+
+ /**
+ * Unique identifier for the request.
+ *
+ * @param opcRequestId the value to set
+ * @return this builder instance
+ */
+ public Builder opcRequestId(String opcRequestId) {
+ this.opcRequestId = opcRequestId;
+ return this;
+ }
+
+ /**
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
+ * {@code if-match} parameter to the value of the etag from a previous GET or POST response
+ * for that resource. The resource will be updated or deleted only if the etag you provide
+ * matches the resource's current etag value.
+ */
+ private String ifMatch = null;
+
+ /**
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
+ * {@code if-match} parameter to the value of the etag from a previous GET or POST response
+ * for that resource. The resource will be updated or deleted only if the etag you provide
+ * matches the resource's current etag value.
+ *
+ * @param ifMatch the value to set
+ * @return this builder instance
+ */
+ public Builder ifMatch(String ifMatch) {
+ this.ifMatch = ifMatch;
+ return this;
+ }
+
+ /**
+ * Set the invocation callback for the request to be built.
+ *
+ * @param invocationCallback the invocation callback to be set for the request
+ * @return this builder instance
+ */
+ public Builder invocationCallback(
+ com.oracle.bmc.http.client.RequestInterceptor invocationCallback) {
+ this.invocationCallback = invocationCallback;
+ return this;
+ }
+
+ /**
+ * Set the retry configuration for the request to be built.
+ *
+ * @param retryConfiguration the retry configuration to be used for the request
+ * @return this builder instance
+ */
+ public Builder retryConfiguration(
+ com.oracle.bmc.retrier.RetryConfiguration retryConfiguration) {
+ this.retryConfiguration = retryConfiguration;
+ return this;
+ }
+
+ /**
+ * Copy method to populate the builder with values from the given instance.
+ *
+ * @return this builder instance
+ */
+ public Builder copy(ConfirmKeyStoreDetailsAreCorrectRequest o) {
+ keyStoreId(o.getKeyStoreId());
+ opcRetryToken(o.getOpcRetryToken());
+ opcRequestId(o.getOpcRequestId());
+ ifMatch(o.getIfMatch());
+ invocationCallback(o.getInvocationCallback());
+ retryConfiguration(o.getRetryConfiguration());
+ return this;
+ }
+
+ /**
+ * Build the instance of ConfirmKeyStoreDetailsAreCorrectRequest as configured by this
+ * builder
+ *
+ * Note that this method takes calls to {@link
+ * Builder#invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)} into account,
+ * while the method {@link Builder#buildWithoutInvocationCallback} does not.
+ *
+ *
This is the preferred method to build an instance.
+ *
+ * @return instance of ConfirmKeyStoreDetailsAreCorrectRequest
+ */
+ public ConfirmKeyStoreDetailsAreCorrectRequest build() {
+ ConfirmKeyStoreDetailsAreCorrectRequest request = buildWithoutInvocationCallback();
+ request.setInvocationCallback(invocationCallback);
+ request.setRetryConfiguration(retryConfiguration);
+ return request;
+ }
+
+ /**
+ * Build the instance of ConfirmKeyStoreDetailsAreCorrectRequest as configured by this
+ * builder
+ *
+ *
Note that this method does not take calls to {@link
+ * Builder#invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)} into account,
+ * while the method {@link Builder#build} does
+ *
+ * @return instance of ConfirmKeyStoreDetailsAreCorrectRequest
+ */
+ public ConfirmKeyStoreDetailsAreCorrectRequest buildWithoutInvocationCallback() {
+ ConfirmKeyStoreDetailsAreCorrectRequest request =
+ new ConfirmKeyStoreDetailsAreCorrectRequest();
+ request.keyStoreId = keyStoreId;
+ request.opcRetryToken = opcRetryToken;
+ request.opcRequestId = opcRequestId;
+ request.ifMatch = ifMatch;
+ return request;
+ // new ConfirmKeyStoreDetailsAreCorrectRequest(keyStoreId, opcRetryToken, opcRequestId,
+ // ifMatch);
+ }
+ }
+
+ /**
+ * Return an instance of {@link Builder} that allows you to modify request properties.
+ *
+ * @return instance of {@link Builder} that allows you to modify request properties.
+ */
+ public Builder toBuilder() {
+ return new Builder()
+ .keyStoreId(keyStoreId)
+ .opcRetryToken(opcRetryToken)
+ .opcRequestId(opcRequestId)
+ .ifMatch(ifMatch);
+ }
+
+ /**
+ * Return a new builder for this request object.
+ *
+ * @return builder for the request object
+ */
+ public static Builder builder() {
+ return new Builder();
+ }
+
+ @Override
+ public String toString() {
+ java.lang.StringBuilder sb = new java.lang.StringBuilder();
+ sb.append("(");
+ sb.append("super=").append(super.toString());
+ sb.append(",keyStoreId=").append(String.valueOf(this.keyStoreId));
+ sb.append(",opcRetryToken=").append(String.valueOf(this.opcRetryToken));
+ sb.append(",opcRequestId=").append(String.valueOf(this.opcRequestId));
+ sb.append(",ifMatch=").append(String.valueOf(this.ifMatch));
+ sb.append(")");
+ return sb.toString();
+ }
+
+ @Override
+ public boolean equals(Object o) {
+ if (this == o) {
+ return true;
+ }
+ if (!(o instanceof ConfirmKeyStoreDetailsAreCorrectRequest)) {
+ return false;
+ }
+
+ ConfirmKeyStoreDetailsAreCorrectRequest other = (ConfirmKeyStoreDetailsAreCorrectRequest) o;
+ return super.equals(o)
+ && java.util.Objects.equals(this.keyStoreId, other.keyStoreId)
+ && java.util.Objects.equals(this.opcRetryToken, other.opcRetryToken)
+ && java.util.Objects.equals(this.opcRequestId, other.opcRequestId)
+ && java.util.Objects.equals(this.ifMatch, other.ifMatch);
+ }
+
+ @Override
+ public int hashCode() {
+ final int PRIME = 59;
+ int result = super.hashCode();
+ result = (result * PRIME) + (this.keyStoreId == null ? 43 : this.keyStoreId.hashCode());
+ result =
+ (result * PRIME)
+ + (this.opcRetryToken == null ? 43 : this.opcRetryToken.hashCode());
+ result = (result * PRIME) + (this.opcRequestId == null ? 43 : this.opcRequestId.hashCode());
+ result = (result * PRIME) + (this.ifMatch == null ? 43 : this.ifMatch.hashCode());
+ return result;
+ }
+}
diff --git a/bmc-database/src/main/java/com/oracle/bmc/database/responses/ConfirmKeyStoreDetailsAreCorrectResponse.java b/bmc-database/src/main/java/com/oracle/bmc/database/responses/ConfirmKeyStoreDetailsAreCorrectResponse.java
new file mode 100644
index 00000000000..5950c5de051
--- /dev/null
+++ b/bmc-database/src/main/java/com/oracle/bmc/database/responses/ConfirmKeyStoreDetailsAreCorrectResponse.java
@@ -0,0 +1,195 @@
+/**
+ * Copyright (c) 2016, 2024, 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.
+ */
+package com.oracle.bmc.database.responses;
+
+import com.oracle.bmc.database.model.*;
+
+@jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20160918")
+public class ConfirmKeyStoreDetailsAreCorrectResponse extends com.oracle.bmc.responses.BmcResponse {
+ /**
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
+ * work request. Multiple OCID values are returned in a comma-separated list. Use {@link
+ * #getWorkRequest(GetWorkRequestRequest) getWorkRequest} with a work request OCID to track the
+ * status of the request.
+ */
+ private String opcWorkRequestId;
+
+ /**
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
+ * work request. Multiple OCID values are returned in a comma-separated list. Use {@link
+ * #getWorkRequest(GetWorkRequestRequest) getWorkRequest} with a work request OCID to track the
+ * status of the request.
+ *
+ * @return the value
+ */
+ public String getOpcWorkRequestId() {
+ return opcWorkRequestId;
+ }
+
+ /**
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
+ * particular request, please provide the request ID.
+ */
+ private String opcRequestId;
+
+ /**
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
+ * particular request, please provide the request ID.
+ *
+ * @return the value
+ */
+ public String getOpcRequestId() {
+ return opcRequestId;
+ }
+
+ @java.beans.ConstructorProperties({
+ "__httpStatusCode__",
+ "headers",
+ "opcWorkRequestId",
+ "opcRequestId"
+ })
+ private ConfirmKeyStoreDetailsAreCorrectResponse(
+ int __httpStatusCode__,
+ java.util.Map> headers,
+ String opcWorkRequestId,
+ String opcRequestId) {
+ super(__httpStatusCode__, headers);
+ this.opcWorkRequestId = opcWorkRequestId;
+ this.opcRequestId = opcRequestId;
+ }
+
+ public static class Builder
+ implements com.oracle.bmc.responses.BmcResponse.Builder<
+ ConfirmKeyStoreDetailsAreCorrectResponse> {
+ private int __httpStatusCode__;
+
+ @Override
+ public Builder __httpStatusCode__(int __httpStatusCode__) {
+ this.__httpStatusCode__ = __httpStatusCode__;
+ return this;
+ }
+
+ private java.util.Map> headers;
+
+ @Override
+ public Builder headers(java.util.Map> headers) {
+ this.headers = headers;
+ return this;
+ }
+
+ /**
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
+ * work request. Multiple OCID values are returned in a comma-separated list. Use {@link
+ * #getWorkRequest(GetWorkRequestRequest) getWorkRequest} with a work request OCID to track
+ * the status of the request.
+ */
+ private String opcWorkRequestId;
+
+ /**
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
+ * work request. Multiple OCID values are returned in a comma-separated list. Use {@link
+ * #getWorkRequest(GetWorkRequestRequest) getWorkRequest} with a work request OCID to track
+ * the status of the request.
+ *
+ * @param opcWorkRequestId the value to set
+ * @return this builder
+ */
+ public Builder opcWorkRequestId(String opcWorkRequestId) {
+ this.opcWorkRequestId = opcWorkRequestId;
+ return this;
+ }
+
+ /**
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
+ * particular request, please provide the request ID.
+ */
+ private String opcRequestId;
+
+ /**
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
+ * particular request, please provide the request ID.
+ *
+ * @param opcRequestId the value to set
+ * @return this builder
+ */
+ public Builder opcRequestId(String opcRequestId) {
+ this.opcRequestId = opcRequestId;
+ return this;
+ }
+
+ /**
+ * Copy method to populate the builder with values from the given instance.
+ *
+ * @return this builder instance
+ */
+ @Override
+ public Builder copy(ConfirmKeyStoreDetailsAreCorrectResponse o) {
+ __httpStatusCode__(o.get__httpStatusCode__());
+ headers(o.getHeaders());
+ opcWorkRequestId(o.getOpcWorkRequestId());
+ opcRequestId(o.getOpcRequestId());
+
+ return this;
+ }
+
+ /**
+ * Build the response object.
+ *
+ * @return the response object
+ */
+ @Override
+ public ConfirmKeyStoreDetailsAreCorrectResponse build() {
+ return new ConfirmKeyStoreDetailsAreCorrectResponse(
+ __httpStatusCode__, headers, opcWorkRequestId, opcRequestId);
+ }
+ }
+
+ /**
+ * Return a new builder for this response object.
+ *
+ * @return builder for the response object
+ */
+ public static Builder builder() {
+ return new Builder();
+ }
+
+ @Override
+ public String toString() {
+ java.lang.StringBuilder sb = new java.lang.StringBuilder();
+ sb.append("(");
+ sb.append("super=").append(super.toString());
+ sb.append(",opcWorkRequestId=").append(String.valueOf(opcWorkRequestId));
+ sb.append(",opcRequestId=").append(String.valueOf(opcRequestId));
+ sb.append(")");
+ return sb.toString();
+ }
+
+ @Override
+ public boolean equals(Object o) {
+ if (this == o) {
+ return true;
+ }
+ if (!(o instanceof ConfirmKeyStoreDetailsAreCorrectResponse)) {
+ return false;
+ }
+
+ ConfirmKeyStoreDetailsAreCorrectResponse other =
+ (ConfirmKeyStoreDetailsAreCorrectResponse) o;
+ return super.equals(o)
+ && java.util.Objects.equals(this.opcWorkRequestId, other.opcWorkRequestId)
+ && java.util.Objects.equals(this.opcRequestId, other.opcRequestId);
+ }
+
+ @Override
+ public int hashCode() {
+ final int PRIME = 59;
+ int result = super.hashCode();
+ result =
+ (result * PRIME)
+ + (this.opcWorkRequestId == null ? 43 : this.opcWorkRequestId.hashCode());
+ result = (result * PRIME) + (this.opcRequestId == null ? 43 : this.opcRequestId.hashCode());
+ return result;
+ }
+}
diff --git a/bmc-database/src/main/resources/com/oracle/bmc/database/client.properties b/bmc-database/src/main/resources/com/oracle/bmc/database/client.properties
index e14a1d8fd9a..2fa5d3f17ae 100644
--- a/bmc-database/src/main/resources/com/oracle/bmc/database/client.properties
+++ b/bmc-database/src/main/resources/com/oracle/bmc/database/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20160918")
\ No newline at end of file
diff --git a/bmc-databasemanagement/pom.xml b/bmc-databasemanagement/pom.xml
index e005f759bd8..c8b28328405 100644
--- a/bmc-databasemanagement/pom.xml
+++ b/bmc-databasemanagement/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-databasemanagement
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-databasemanagement/src/main/resources/com/oracle/bmc/databasemanagement/client.properties b/bmc-databasemanagement/src/main/resources/com/oracle/bmc/databasemanagement/client.properties
index 8820f2a7ea8..1f8bada6699 100644
--- a/bmc-databasemanagement/src/main/resources/com/oracle/bmc/databasemanagement/client.properties
+++ b/bmc-databasemanagement/src/main/resources/com/oracle/bmc/databasemanagement/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20201101")
\ No newline at end of file
diff --git a/bmc-databasemigration/pom.xml b/bmc-databasemigration/pom.xml
index c433a118f1e..c5645a8882d 100644
--- a/bmc-databasemigration/pom.xml
+++ b/bmc-databasemigration/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-databasemigration
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-databasemigration/src/main/resources/com/oracle/bmc/databasemigration/client.properties b/bmc-databasemigration/src/main/resources/com/oracle/bmc/databasemigration/client.properties
index 804700a92eb..f750bf10f49 100644
--- a/bmc-databasemigration/src/main/resources/com/oracle/bmc/databasemigration/client.properties
+++ b/bmc-databasemigration/src/main/resources/com/oracle/bmc/databasemigration/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20230518")
\ No newline at end of file
diff --git a/bmc-databasetools/pom.xml b/bmc-databasetools/pom.xml
index eeb7d116047..174f19d0f92 100644
--- a/bmc-databasetools/pom.xml
+++ b/bmc-databasetools/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-databasetools
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-databasetools/src/main/resources/com/oracle/bmc/databasetools/client.properties b/bmc-databasetools/src/main/resources/com/oracle/bmc/databasetools/client.properties
index 40f1ddc30af..88385e6871e 100644
--- a/bmc-databasetools/src/main/resources/com/oracle/bmc/databasetools/client.properties
+++ b/bmc-databasetools/src/main/resources/com/oracle/bmc/databasetools/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20201005")
\ No newline at end of file
diff --git a/bmc-datacatalog/pom.xml b/bmc-datacatalog/pom.xml
index d1dfcd60764..1ddad1c0849 100644
--- a/bmc-datacatalog/pom.xml
+++ b/bmc-datacatalog/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-datacatalog
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-datacatalog/src/main/resources/com/oracle/bmc/datacatalog/client.properties b/bmc-datacatalog/src/main/resources/com/oracle/bmc/datacatalog/client.properties
index ee28227713b..4e2ed04b1f0 100644
--- a/bmc-datacatalog/src/main/resources/com/oracle/bmc/datacatalog/client.properties
+++ b/bmc-datacatalog/src/main/resources/com/oracle/bmc/datacatalog/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20190325")
\ No newline at end of file
diff --git a/bmc-dataflow/pom.xml b/bmc-dataflow/pom.xml
index b2fd68630e1..8696617de4a 100644
--- a/bmc-dataflow/pom.xml
+++ b/bmc-dataflow/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-dataflow
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-dataflow/src/main/resources/com/oracle/bmc/dataflow/client.properties b/bmc-dataflow/src/main/resources/com/oracle/bmc/dataflow/client.properties
index 259506a1c6d..68abd2cb8da 100644
--- a/bmc-dataflow/src/main/resources/com/oracle/bmc/dataflow/client.properties
+++ b/bmc-dataflow/src/main/resources/com/oracle/bmc/dataflow/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20200129")
\ No newline at end of file
diff --git a/bmc-dataintegration/pom.xml b/bmc-dataintegration/pom.xml
index c7eb7a71510..f4cd58372a4 100644
--- a/bmc-dataintegration/pom.xml
+++ b/bmc-dataintegration/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-dataintegration
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-dataintegration/src/main/resources/com/oracle/bmc/dataintegration/client.properties b/bmc-dataintegration/src/main/resources/com/oracle/bmc/dataintegration/client.properties
index e1dc17c4e83..f39a22eea6c 100644
--- a/bmc-dataintegration/src/main/resources/com/oracle/bmc/dataintegration/client.properties
+++ b/bmc-dataintegration/src/main/resources/com/oracle/bmc/dataintegration/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20200430")
\ No newline at end of file
diff --git a/bmc-datalabelingservice/pom.xml b/bmc-datalabelingservice/pom.xml
index 72ed0df18a3..334372dff3c 100644
--- a/bmc-datalabelingservice/pom.xml
+++ b/bmc-datalabelingservice/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-datalabelingservice
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-datalabelingservice/src/main/resources/com/oracle/bmc/datalabelingservice/client.properties b/bmc-datalabelingservice/src/main/resources/com/oracle/bmc/datalabelingservice/client.properties
index 5b998ed990a..f5b39b54465 100644
--- a/bmc-datalabelingservice/src/main/resources/com/oracle/bmc/datalabelingservice/client.properties
+++ b/bmc-datalabelingservice/src/main/resources/com/oracle/bmc/datalabelingservice/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20211001")
\ No newline at end of file
diff --git a/bmc-datalabelingservicedataplane/pom.xml b/bmc-datalabelingservicedataplane/pom.xml
index 6d41b127143..43378e48fba 100644
--- a/bmc-datalabelingservicedataplane/pom.xml
+++ b/bmc-datalabelingservicedataplane/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-datalabelingservicedataplane
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-datalabelingservicedataplane/src/main/resources/com/oracle/bmc/datalabelingservicedataplane/client.properties b/bmc-datalabelingservicedataplane/src/main/resources/com/oracle/bmc/datalabelingservicedataplane/client.properties
index 5b998ed990a..f5b39b54465 100644
--- a/bmc-datalabelingservicedataplane/src/main/resources/com/oracle/bmc/datalabelingservicedataplane/client.properties
+++ b/bmc-datalabelingservicedataplane/src/main/resources/com/oracle/bmc/datalabelingservicedataplane/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20211001")
\ No newline at end of file
diff --git a/bmc-datasafe/pom.xml b/bmc-datasafe/pom.xml
index b50d514ba57..b35f6f95cb0 100644
--- a/bmc-datasafe/pom.xml
+++ b/bmc-datasafe/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-datasafe
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-datasafe/src/main/resources/com/oracle/bmc/datasafe/client.properties b/bmc-datasafe/src/main/resources/com/oracle/bmc/datasafe/client.properties
index 8911dfcd49d..5d9a70bde01 100644
--- a/bmc-datasafe/src/main/resources/com/oracle/bmc/datasafe/client.properties
+++ b/bmc-datasafe/src/main/resources/com/oracle/bmc/datasafe/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20181201")
\ No newline at end of file
diff --git a/bmc-datascience/pom.xml b/bmc-datascience/pom.xml
index 97f9f3ecd5e..173d241188d 100644
--- a/bmc-datascience/pom.xml
+++ b/bmc-datascience/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-datascience
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-datascience/src/main/resources/com/oracle/bmc/datascience/client.properties b/bmc-datascience/src/main/resources/com/oracle/bmc/datascience/client.properties
index 561c15f2aba..c312b74d37f 100644
--- a/bmc-datascience/src/main/resources/com/oracle/bmc/datascience/client.properties
+++ b/bmc-datascience/src/main/resources/com/oracle/bmc/datascience/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20190101")
\ No newline at end of file
diff --git a/bmc-demandsignal/pom.xml b/bmc-demandsignal/pom.xml
index 4a3c571d876..ed7715d27af 100644
--- a/bmc-demandsignal/pom.xml
+++ b/bmc-demandsignal/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-demandsignal
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-demandsignal/src/main/resources/com/oracle/bmc/demandsignal/client.properties b/bmc-demandsignal/src/main/resources/com/oracle/bmc/demandsignal/client.properties
index 6812b71b7e1..314cd755e90 100644
--- a/bmc-demandsignal/src/main/resources/com/oracle/bmc/demandsignal/client.properties
+++ b/bmc-demandsignal/src/main/resources/com/oracle/bmc/demandsignal/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20240430")
\ No newline at end of file
diff --git a/bmc-desktops/pom.xml b/bmc-desktops/pom.xml
index b21252d7097..bb5e9b14892 100644
--- a/bmc-desktops/pom.xml
+++ b/bmc-desktops/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-desktops
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-desktops/src/main/resources/com/oracle/bmc/desktops/client.properties b/bmc-desktops/src/main/resources/com/oracle/bmc/desktops/client.properties
index 41ba0097e56..6f755f8a29b 100644
--- a/bmc-desktops/src/main/resources/com/oracle/bmc/desktops/client.properties
+++ b/bmc-desktops/src/main/resources/com/oracle/bmc/desktops/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20220618")
\ No newline at end of file
diff --git a/bmc-devops/pom.xml b/bmc-devops/pom.xml
index 44837729e3f..ce79e5c204f 100644
--- a/bmc-devops/pom.xml
+++ b/bmc-devops/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-devops
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-devops/src/main/resources/com/oracle/bmc/devops/client.properties b/bmc-devops/src/main/resources/com/oracle/bmc/devops/client.properties
index 9a513a7ee98..0e9de1bcd8f 100644
--- a/bmc-devops/src/main/resources/com/oracle/bmc/devops/client.properties
+++ b/bmc-devops/src/main/resources/com/oracle/bmc/devops/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20210630")
\ No newline at end of file
diff --git a/bmc-disasterrecovery/pom.xml b/bmc-disasterrecovery/pom.xml
index bb97adec201..eb3cdc1f7b0 100644
--- a/bmc-disasterrecovery/pom.xml
+++ b/bmc-disasterrecovery/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-disasterrecovery
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-disasterrecovery/src/main/resources/com/oracle/bmc/disasterrecovery/client.properties b/bmc-disasterrecovery/src/main/resources/com/oracle/bmc/disasterrecovery/client.properties
index 32186ea3bd5..5480363178a 100644
--- a/bmc-disasterrecovery/src/main/resources/com/oracle/bmc/disasterrecovery/client.properties
+++ b/bmc-disasterrecovery/src/main/resources/com/oracle/bmc/disasterrecovery/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20220125")
\ No newline at end of file
diff --git a/bmc-dns/pom.xml b/bmc-dns/pom.xml
index 5f62a5d4bd6..4930a084c52 100644
--- a/bmc-dns/pom.xml
+++ b/bmc-dns/pom.xml
@@ -5,7 +5,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
@@ -18,12 +18,12 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
com.oracle.oci.sdk
oci-java-sdk-workrequests
- 3.44.1
+ 3.44.2
diff --git a/bmc-dns/src/main/resources/com/oracle/bmc/dns/client.properties b/bmc-dns/src/main/resources/com/oracle/bmc/dns/client.properties
index 691d1903aa0..6b6ec146fd0 100644
--- a/bmc-dns/src/main/resources/com/oracle/bmc/dns/client.properties
+++ b/bmc-dns/src/main/resources/com/oracle/bmc/dns/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20180115")
\ No newline at end of file
diff --git a/bmc-dts/pom.xml b/bmc-dts/pom.xml
index 564d5200a8a..c33aedf9d72 100644
--- a/bmc-dts/pom.xml
+++ b/bmc-dts/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-dts
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-dts/src/main/resources/com/oracle/bmc/dts/client.properties b/bmc-dts/src/main/resources/com/oracle/bmc/dts/client.properties
index ca7d99ae968..1c05d947f38 100644
--- a/bmc-dts/src/main/resources/com/oracle/bmc/dts/client.properties
+++ b/bmc-dts/src/main/resources/com/oracle/bmc/dts/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 1.0.017")
\ No newline at end of file
diff --git a/bmc-email/pom.xml b/bmc-email/pom.xml
index 0ffce53079b..ce0194fc7d0 100644
--- a/bmc-email/pom.xml
+++ b/bmc-email/pom.xml
@@ -5,7 +5,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
@@ -18,7 +18,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-email/src/main/resources/com/oracle/bmc/email/client.properties b/bmc-email/src/main/resources/com/oracle/bmc/email/client.properties
index 0f9a73f04e2..97a1e4f5e7e 100644
--- a/bmc-email/src/main/resources/com/oracle/bmc/email/client.properties
+++ b/bmc-email/src/main/resources/com/oracle/bmc/email/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20170907")
\ No newline at end of file
diff --git a/bmc-emaildataplane/pom.xml b/bmc-emaildataplane/pom.xml
index 4edbf240336..608c5d38811 100644
--- a/bmc-emaildataplane/pom.xml
+++ b/bmc-emaildataplane/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-emaildataplane
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-emaildataplane/src/main/resources/com/oracle/bmc/emaildataplane/client.properties b/bmc-emaildataplane/src/main/resources/com/oracle/bmc/emaildataplane/client.properties
index bd1fb0fb6cf..6d652618ae3 100644
--- a/bmc-emaildataplane/src/main/resources/com/oracle/bmc/emaildataplane/client.properties
+++ b/bmc-emaildataplane/src/main/resources/com/oracle/bmc/emaildataplane/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20220926")
\ No newline at end of file
diff --git a/bmc-emwarehouse/pom.xml b/bmc-emwarehouse/pom.xml
index e81b68de84a..b0f7472e8aa 100644
--- a/bmc-emwarehouse/pom.xml
+++ b/bmc-emwarehouse/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-emwarehouse
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-emwarehouse/src/main/resources/com/oracle/bmc/emwarehouse/client.properties b/bmc-emwarehouse/src/main/resources/com/oracle/bmc/emwarehouse/client.properties
index a4725bc0d8f..def64acda1c 100644
--- a/bmc-emwarehouse/src/main/resources/com/oracle/bmc/emwarehouse/client.properties
+++ b/bmc-emwarehouse/src/main/resources/com/oracle/bmc/emwarehouse/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20180828")
\ No newline at end of file
diff --git a/bmc-encryption/pom.xml b/bmc-encryption/pom.xml
index 97e8820a952..75fdfa2feb1 100644
--- a/bmc-encryption/pom.xml
+++ b/bmc-encryption/pom.xml
@@ -5,7 +5,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
@@ -18,17 +18,17 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
com.oracle.oci.sdk
oci-java-sdk-common-httpclient
- 3.44.1
+ 3.44.2
com.oracle.oci.sdk
oci-java-sdk-keymanagement
- 3.44.1
+ 3.44.2
com.fasterxml.jackson.core
@@ -43,7 +43,7 @@
com.oracle.oci.sdk
oci-java-sdk-common-httpclient-jersey
- 3.44.1
+ 3.44.2
test
diff --git a/bmc-enforcer-rules/pom.xml b/bmc-enforcer-rules/pom.xml
index 044afaf2fc8..3a824396665 100644
--- a/bmc-enforcer-rules/pom.xml
+++ b/bmc-enforcer-rules/pom.xml
@@ -6,7 +6,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
oci-java-sdk-enforcer-rules
diff --git a/bmc-events/pom.xml b/bmc-events/pom.xml
index 98d441d9278..27439d277df 100644
--- a/bmc-events/pom.xml
+++ b/bmc-events/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-events
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-events/src/main/resources/com/oracle/bmc/events/client.properties b/bmc-events/src/main/resources/com/oracle/bmc/events/client.properties
index 8911dfcd49d..5d9a70bde01 100644
--- a/bmc-events/src/main/resources/com/oracle/bmc/events/client.properties
+++ b/bmc-events/src/main/resources/com/oracle/bmc/events/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20181201")
\ No newline at end of file
diff --git a/bmc-examples/pom.xml b/bmc-examples/pom.xml
index a7a756e8efe..c41610ff79a 100644
--- a/bmc-examples/pom.xml
+++ b/bmc-examples/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-examples
@@ -71,14 +71,14 @@
com.oracle.oci.sdk
oci-java-sdk-bom
- 3.44.1
+ 3.44.2
pom
import
com.oracle.oci.sdk
oci-java-sdk-common-httpclient-jersey
- 3.44.1
+ 3.44.2
pom
import
diff --git a/bmc-filestorage/pom.xml b/bmc-filestorage/pom.xml
index b93abf1aad7..6f0275c9c1e 100644
--- a/bmc-filestorage/pom.xml
+++ b/bmc-filestorage/pom.xml
@@ -5,7 +5,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
@@ -18,7 +18,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-filestorage/src/main/resources/com/oracle/bmc/filestorage/client.properties b/bmc-filestorage/src/main/resources/com/oracle/bmc/filestorage/client.properties
index 443f22c44c4..917e0e8c431 100644
--- a/bmc-filestorage/src/main/resources/com/oracle/bmc/filestorage/client.properties
+++ b/bmc-filestorage/src/main/resources/com/oracle/bmc/filestorage/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20171215")
\ No newline at end of file
diff --git a/bmc-fleetsoftwareupdate/pom.xml b/bmc-fleetsoftwareupdate/pom.xml
index 43d07f7a3a6..8a576d6bf85 100644
--- a/bmc-fleetsoftwareupdate/pom.xml
+++ b/bmc-fleetsoftwareupdate/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-fleetsoftwareupdate
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-fleetsoftwareupdate/src/main/resources/com/oracle/bmc/fleetsoftwareupdate/client.properties b/bmc-fleetsoftwareupdate/src/main/resources/com/oracle/bmc/fleetsoftwareupdate/client.properties
index 1e69ea3b2ab..e8a3364d1e8 100644
--- a/bmc-fleetsoftwareupdate/src/main/resources/com/oracle/bmc/fleetsoftwareupdate/client.properties
+++ b/bmc-fleetsoftwareupdate/src/main/resources/com/oracle/bmc/fleetsoftwareupdate/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20220528")
\ No newline at end of file
diff --git a/bmc-full/pom.xml b/bmc-full/pom.xml
index 063c62945a6..c3a6f23c8b7 100644
--- a/bmc-full/pom.xml
+++ b/bmc-full/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-full
@@ -16,7 +16,7 @@
com.oracle.oci.sdk
oci-java-sdk-bom
- 3.44.1
+ 3.44.2
pom
import
diff --git a/bmc-functions/pom.xml b/bmc-functions/pom.xml
index ef3a0700521..35cc1e5560c 100644
--- a/bmc-functions/pom.xml
+++ b/bmc-functions/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-functions
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-functions/src/main/resources/com/oracle/bmc/functions/client.properties b/bmc-functions/src/main/resources/com/oracle/bmc/functions/client.properties
index 8911dfcd49d..5d9a70bde01 100644
--- a/bmc-functions/src/main/resources/com/oracle/bmc/functions/client.properties
+++ b/bmc-functions/src/main/resources/com/oracle/bmc/functions/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20181201")
\ No newline at end of file
diff --git a/bmc-fusionapps/pom.xml b/bmc-fusionapps/pom.xml
index 8bc53bbcaaf..3c0fdae7b57 100644
--- a/bmc-fusionapps/pom.xml
+++ b/bmc-fusionapps/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-fusionapps
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-fusionapps/src/main/resources/com/oracle/bmc/fusionapps/client.properties b/bmc-fusionapps/src/main/resources/com/oracle/bmc/fusionapps/client.properties
index 0280179ed4d..40c863a0530 100644
--- a/bmc-fusionapps/src/main/resources/com/oracle/bmc/fusionapps/client.properties
+++ b/bmc-fusionapps/src/main/resources/com/oracle/bmc/fusionapps/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20211201")
\ No newline at end of file
diff --git a/bmc-generativeai/pom.xml b/bmc-generativeai/pom.xml
index 0a32228fa12..639f23b6787 100644
--- a/bmc-generativeai/pom.xml
+++ b/bmc-generativeai/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-generativeai
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-generativeai/src/main/resources/com/oracle/bmc/generativeai/client.properties b/bmc-generativeai/src/main/resources/com/oracle/bmc/generativeai/client.properties
index 1b44bb49f1b..70f840fe78c 100644
--- a/bmc-generativeai/src/main/resources/com/oracle/bmc/generativeai/client.properties
+++ b/bmc-generativeai/src/main/resources/com/oracle/bmc/generativeai/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20231130")
\ No newline at end of file
diff --git a/bmc-generativeaiinference/pom.xml b/bmc-generativeaiinference/pom.xml
index 40916cd9698..e78e8ae09ba 100644
--- a/bmc-generativeaiinference/pom.xml
+++ b/bmc-generativeaiinference/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-generativeaiinference
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-generativeaiinference/src/main/java/com/oracle/bmc/generativeaiinference/GenerativeAiInferenceAsyncClient.java b/bmc-generativeaiinference/src/main/java/com/oracle/bmc/generativeaiinference/GenerativeAiInferenceAsyncClient.java
index 725c53f282f..982da38b81d 100644
--- a/bmc-generativeaiinference/src/main/java/com/oracle/bmc/generativeaiinference/GenerativeAiInferenceAsyncClient.java
+++ b/bmc-generativeaiinference/src/main/java/com/oracle/bmc/generativeaiinference/GenerativeAiInferenceAsyncClient.java
@@ -120,6 +120,7 @@ public java.util.concurrent.Future chat(
.handleBody(
com.oracle.bmc.generativeaiinference.model.ChatResult.class,
ChatResponse.Builder::chatResult)
+ .handleEventStream(ChatResponse.Builder::eventStream)
.handleResponseHeaderString("etag", ChatResponse.Builder::etag)
.handleResponseHeaderString("opc-request-id", ChatResponse.Builder::opcRequestId)
.callAsync(handler);
@@ -181,6 +182,7 @@ public java.util.concurrent.Future generateText(
.handleBody(
com.oracle.bmc.generativeaiinference.model.GenerateTextResult.class,
GenerateTextResponse.Builder::generateTextResult)
+ .handleEventStream(GenerateTextResponse.Builder::eventStream)
.handleResponseHeaderString("etag", GenerateTextResponse.Builder::etag)
.handleResponseHeaderString(
"opc-request-id", GenerateTextResponse.Builder::opcRequestId)
diff --git a/bmc-generativeaiinference/src/main/java/com/oracle/bmc/generativeaiinference/GenerativeAiInferenceClient.java b/bmc-generativeaiinference/src/main/java/com/oracle/bmc/generativeaiinference/GenerativeAiInferenceClient.java
index 6882015de9d..3707d667824 100644
--- a/bmc-generativeaiinference/src/main/java/com/oracle/bmc/generativeaiinference/GenerativeAiInferenceClient.java
+++ b/bmc-generativeaiinference/src/main/java/com/oracle/bmc/generativeaiinference/GenerativeAiInferenceClient.java
@@ -109,6 +109,7 @@ public ChatResponse chat(ChatRequest request) {
.handleBody(
com.oracle.bmc.generativeaiinference.model.ChatResult.class,
ChatResponse.Builder::chatResult)
+ .handleEventStream(ChatResponse.Builder::eventStream)
.handleResponseHeaderString("etag", ChatResponse.Builder::etag)
.handleResponseHeaderString("opc-request-id", ChatResponse.Builder::opcRequestId)
.callSync();
@@ -166,6 +167,7 @@ public GenerateTextResponse generateText(GenerateTextRequest request) {
.handleBody(
com.oracle.bmc.generativeaiinference.model.GenerateTextResult.class,
GenerateTextResponse.Builder::generateTextResult)
+ .handleEventStream(GenerateTextResponse.Builder::eventStream)
.handleResponseHeaderString("etag", GenerateTextResponse.Builder::etag)
.handleResponseHeaderString(
"opc-request-id", GenerateTextResponse.Builder::opcRequestId)
diff --git a/bmc-generativeaiinference/src/main/java/com/oracle/bmc/generativeaiinference/responses/ChatResponse.java b/bmc-generativeaiinference/src/main/java/com/oracle/bmc/generativeaiinference/responses/ChatResponse.java
index 95134d35c22..f7ed2b5a0ae 100644
--- a/bmc-generativeaiinference/src/main/java/com/oracle/bmc/generativeaiinference/responses/ChatResponse.java
+++ b/bmc-generativeaiinference/src/main/java/com/oracle/bmc/generativeaiinference/responses/ChatResponse.java
@@ -47,24 +47,51 @@ public String getOpcRequestId() {
public com.oracle.bmc.generativeaiinference.model.ChatResult getChatResult() {
return chatResult;
}
+ /**
+ * Returns the event-stream for operations that support 'text/event-stream' media type. The
+ * value can be null in-case a non-streamed response is returned by the server. NOTE : Use
+ * try-with-resources or explicitly call eventStream.close() to close the stream. This is
+ * important to avoid the issue mentioned in the link below
+ * https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdktroubleshooting.htm#javasdktroubleshooting_topic_program_hangs_for_an_indefinite_time
+ *
+ * @return the event-stream
+ */
+ private java.io.InputStream eventStream;
+
+ /**
+ * Returns the event-stream for operations that support 'text/event-stream' media type. The
+ * value can be null in-case a non-streamed response is returned by the server. NOTE : Use
+ * try-with-resources or explicitly call getEventStream().close() to close the stream. This is
+ * important to avoid the issue mentioned in the link below
+ * https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdktroubleshooting.htm#javasdktroubleshooting_topic_program_hangs_for_an_indefinite_time
+ *
+ * @return the event-stream
+ */
+ public java.io.InputStream getEventStream() {
+ return eventStream;
+ }
@java.beans.ConstructorProperties({
"__httpStatusCode__",
"headers",
"etag",
"opcRequestId",
- "chatResult"
+ "chatResult",
+ "eventStream"
})
private ChatResponse(
int __httpStatusCode__,
java.util.Map> headers,
String etag,
String opcRequestId,
- com.oracle.bmc.generativeaiinference.model.ChatResult chatResult) {
+ com.oracle.bmc.generativeaiinference.model.ChatResult chatResult,
+ java.io.InputStream eventStream) {
super(__httpStatusCode__, headers);
this.etag = etag;
this.opcRequestId = opcRequestId;
this.chatResult = chatResult;
+
+ this.eventStream = eventStream;
}
public static class Builder
@@ -132,6 +159,30 @@ public Builder chatResult(
return this;
}
+ /**
+ * The event-stream for operations that support 'text/event-stream' media type. The value
+ * can be null in-case a non-streamed response is returned by the server. NOTE : Use
+ * try-with-resources or explicitly call eventStream.close() to close the stream. This is
+ * important to avoid the issue mentioned in the link below
+ * https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdktroubleshooting.htm#javasdktroubleshooting_topic_program_hangs_for_an_indefinite_time
+ *
+ * @return the event-stream
+ */
+ private java.io.InputStream eventStream;
+
+ /**
+ * Returns the event-stream for operations that support 'text/event-stream' media type. The
+ * value can be null in-case a non-streamed response is returned by the server. NOTE : Use
+ * try-with-resources or explicitly call eventStream.close() to close the stream. This is
+ * important to avoid the issue mentioned in the link below
+ * https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdktroubleshooting.htm#javasdktroubleshooting_topic_program_hangs_for_an_indefinite_time
+ *
+ * @return the event-stream
+ */
+ public Builder eventStream(java.io.InputStream eventStream) {
+ this.eventStream = eventStream;
+ return this;
+ }
/**
* Copy method to populate the builder with values from the given instance.
*
@@ -145,6 +196,7 @@ public Builder copy(ChatResponse o) {
opcRequestId(o.getOpcRequestId());
chatResult(o.getChatResult());
+ eventStream(o.getEventStream());
return this;
}
@@ -155,7 +207,8 @@ public Builder copy(ChatResponse o) {
*/
@Override
public ChatResponse build() {
- return new ChatResponse(__httpStatusCode__, headers, etag, opcRequestId, chatResult);
+ return new ChatResponse(
+ __httpStatusCode__, headers, etag, opcRequestId, chatResult, eventStream);
}
}
@@ -176,6 +229,7 @@ public String toString() {
sb.append(",etag=").append(String.valueOf(etag));
sb.append(",opcRequestId=").append(String.valueOf(opcRequestId));
sb.append(",chatResult=").append(String.valueOf(chatResult));
+ sb.append(",eventStream=").append(String.valueOf(eventStream));
sb.append(")");
return sb.toString();
}
@@ -193,7 +247,8 @@ public boolean equals(Object o) {
return super.equals(o)
&& java.util.Objects.equals(this.etag, other.etag)
&& java.util.Objects.equals(this.opcRequestId, other.opcRequestId)
- && java.util.Objects.equals(this.chatResult, other.chatResult);
+ && java.util.Objects.equals(this.chatResult, other.chatResult)
+ && java.util.Objects.equals(this.eventStream, other.eventStream);
}
@Override
@@ -203,6 +258,7 @@ public int hashCode() {
result = (result * PRIME) + (this.etag == null ? 43 : this.etag.hashCode());
result = (result * PRIME) + (this.opcRequestId == null ? 43 : this.opcRequestId.hashCode());
result = (result * PRIME) + (this.chatResult == null ? 43 : this.chatResult.hashCode());
+ result = (result * PRIME) + (this.eventStream == null ? 43 : this.eventStream.hashCode());
return result;
}
}
diff --git a/bmc-generativeaiinference/src/main/java/com/oracle/bmc/generativeaiinference/responses/GenerateTextResponse.java b/bmc-generativeaiinference/src/main/java/com/oracle/bmc/generativeaiinference/responses/GenerateTextResponse.java
index 289e8ecb0fd..f19f3745c66 100644
--- a/bmc-generativeaiinference/src/main/java/com/oracle/bmc/generativeaiinference/responses/GenerateTextResponse.java
+++ b/bmc-generativeaiinference/src/main/java/com/oracle/bmc/generativeaiinference/responses/GenerateTextResponse.java
@@ -47,24 +47,51 @@ public String getOpcRequestId() {
public com.oracle.bmc.generativeaiinference.model.GenerateTextResult getGenerateTextResult() {
return generateTextResult;
}
+ /**
+ * Returns the event-stream for operations that support 'text/event-stream' media type. The
+ * value can be null in-case a non-streamed response is returned by the server. NOTE : Use
+ * try-with-resources or explicitly call eventStream.close() to close the stream. This is
+ * important to avoid the issue mentioned in the link below
+ * https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdktroubleshooting.htm#javasdktroubleshooting_topic_program_hangs_for_an_indefinite_time
+ *
+ * @return the event-stream
+ */
+ private java.io.InputStream eventStream;
+
+ /**
+ * Returns the event-stream for operations that support 'text/event-stream' media type. The
+ * value can be null in-case a non-streamed response is returned by the server. NOTE : Use
+ * try-with-resources or explicitly call getEventStream().close() to close the stream. This is
+ * important to avoid the issue mentioned in the link below
+ * https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdktroubleshooting.htm#javasdktroubleshooting_topic_program_hangs_for_an_indefinite_time
+ *
+ * @return the event-stream
+ */
+ public java.io.InputStream getEventStream() {
+ return eventStream;
+ }
@java.beans.ConstructorProperties({
"__httpStatusCode__",
"headers",
"etag",
"opcRequestId",
- "generateTextResult"
+ "generateTextResult",
+ "eventStream"
})
private GenerateTextResponse(
int __httpStatusCode__,
java.util.Map> headers,
String etag,
String opcRequestId,
- com.oracle.bmc.generativeaiinference.model.GenerateTextResult generateTextResult) {
+ com.oracle.bmc.generativeaiinference.model.GenerateTextResult generateTextResult,
+ java.io.InputStream eventStream) {
super(__httpStatusCode__, headers);
this.etag = etag;
this.opcRequestId = opcRequestId;
this.generateTextResult = generateTextResult;
+
+ this.eventStream = eventStream;
}
public static class Builder
@@ -132,6 +159,30 @@ public Builder generateTextResult(
return this;
}
+ /**
+ * The event-stream for operations that support 'text/event-stream' media type. The value
+ * can be null in-case a non-streamed response is returned by the server. NOTE : Use
+ * try-with-resources or explicitly call eventStream.close() to close the stream. This is
+ * important to avoid the issue mentioned in the link below
+ * https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdktroubleshooting.htm#javasdktroubleshooting_topic_program_hangs_for_an_indefinite_time
+ *
+ * @return the event-stream
+ */
+ private java.io.InputStream eventStream;
+
+ /**
+ * Returns the event-stream for operations that support 'text/event-stream' media type. The
+ * value can be null in-case a non-streamed response is returned by the server. NOTE : Use
+ * try-with-resources or explicitly call eventStream.close() to close the stream. This is
+ * important to avoid the issue mentioned in the link below
+ * https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdktroubleshooting.htm#javasdktroubleshooting_topic_program_hangs_for_an_indefinite_time
+ *
+ * @return the event-stream
+ */
+ public Builder eventStream(java.io.InputStream eventStream) {
+ this.eventStream = eventStream;
+ return this;
+ }
/**
* Copy method to populate the builder with values from the given instance.
*
@@ -145,6 +196,7 @@ public Builder copy(GenerateTextResponse o) {
opcRequestId(o.getOpcRequestId());
generateTextResult(o.getGenerateTextResult());
+ eventStream(o.getEventStream());
return this;
}
@@ -156,7 +208,12 @@ public Builder copy(GenerateTextResponse o) {
@Override
public GenerateTextResponse build() {
return new GenerateTextResponse(
- __httpStatusCode__, headers, etag, opcRequestId, generateTextResult);
+ __httpStatusCode__,
+ headers,
+ etag,
+ opcRequestId,
+ generateTextResult,
+ eventStream);
}
}
@@ -177,6 +234,7 @@ public String toString() {
sb.append(",etag=").append(String.valueOf(etag));
sb.append(",opcRequestId=").append(String.valueOf(opcRequestId));
sb.append(",generateTextResult=").append(String.valueOf(generateTextResult));
+ sb.append(",eventStream=").append(String.valueOf(eventStream));
sb.append(")");
return sb.toString();
}
@@ -194,7 +252,8 @@ public boolean equals(Object o) {
return super.equals(o)
&& java.util.Objects.equals(this.etag, other.etag)
&& java.util.Objects.equals(this.opcRequestId, other.opcRequestId)
- && java.util.Objects.equals(this.generateTextResult, other.generateTextResult);
+ && java.util.Objects.equals(this.generateTextResult, other.generateTextResult)
+ && java.util.Objects.equals(this.eventStream, other.eventStream);
}
@Override
@@ -208,6 +267,7 @@ public int hashCode() {
+ (this.generateTextResult == null
? 43
: this.generateTextResult.hashCode());
+ result = (result * PRIME) + (this.eventStream == null ? 43 : this.eventStream.hashCode());
return result;
}
}
diff --git a/bmc-generativeaiinference/src/main/resources/com/oracle/bmc/generativeaiinference/client.properties b/bmc-generativeaiinference/src/main/resources/com/oracle/bmc/generativeaiinference/client.properties
index 1b44bb49f1b..70f840fe78c 100644
--- a/bmc-generativeaiinference/src/main/resources/com/oracle/bmc/generativeaiinference/client.properties
+++ b/bmc-generativeaiinference/src/main/resources/com/oracle/bmc/generativeaiinference/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20231130")
\ No newline at end of file
diff --git a/bmc-genericartifactscontent/pom.xml b/bmc-genericartifactscontent/pom.xml
index a389553940b..0e7a806bae9 100644
--- a/bmc-genericartifactscontent/pom.xml
+++ b/bmc-genericartifactscontent/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-genericartifactscontent
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-genericartifactscontent/src/main/resources/com/oracle/bmc/genericartifactscontent/client.properties b/bmc-genericartifactscontent/src/main/resources/com/oracle/bmc/genericartifactscontent/client.properties
index e14a1d8fd9a..2fa5d3f17ae 100644
--- a/bmc-genericartifactscontent/src/main/resources/com/oracle/bmc/genericartifactscontent/client.properties
+++ b/bmc-genericartifactscontent/src/main/resources/com/oracle/bmc/genericartifactscontent/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20160918")
\ No newline at end of file
diff --git a/bmc-globallydistributeddatabase/pom.xml b/bmc-globallydistributeddatabase/pom.xml
index f2415de5772..a12cf8f17be 100644
--- a/bmc-globallydistributeddatabase/pom.xml
+++ b/bmc-globallydistributeddatabase/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-globallydistributeddatabase
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-globallydistributeddatabase/src/main/resources/com/oracle/bmc/globallydistributeddatabase/client.properties b/bmc-globallydistributeddatabase/src/main/resources/com/oracle/bmc/globallydistributeddatabase/client.properties
index ba5c1c10c84..b333839bb40 100644
--- a/bmc-globallydistributeddatabase/src/main/resources/com/oracle/bmc/globallydistributeddatabase/client.properties
+++ b/bmc-globallydistributeddatabase/src/main/resources/com/oracle/bmc/globallydistributeddatabase/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20230301")
\ No newline at end of file
diff --git a/bmc-goldengate/pom.xml b/bmc-goldengate/pom.xml
index d60a664b808..d9683dbdf10 100644
--- a/bmc-goldengate/pom.xml
+++ b/bmc-goldengate/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-goldengate
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-goldengate/src/main/resources/com/oracle/bmc/goldengate/client.properties b/bmc-goldengate/src/main/resources/com/oracle/bmc/goldengate/client.properties
index c58d42f5b17..f5c0b0cddb6 100644
--- a/bmc-goldengate/src/main/resources/com/oracle/bmc/goldengate/client.properties
+++ b/bmc-goldengate/src/main/resources/com/oracle/bmc/goldengate/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20200407")
\ No newline at end of file
diff --git a/bmc-governancerulescontrolplane/pom.xml b/bmc-governancerulescontrolplane/pom.xml
index 30900c9fdaf..72e8782a97e 100644
--- a/bmc-governancerulescontrolplane/pom.xml
+++ b/bmc-governancerulescontrolplane/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-governancerulescontrolplane
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-governancerulescontrolplane/src/main/resources/com/oracle/bmc/governancerulescontrolplane/client.properties b/bmc-governancerulescontrolplane/src/main/resources/com/oracle/bmc/governancerulescontrolplane/client.properties
index b776a55e65e..1af21d9a126 100644
--- a/bmc-governancerulescontrolplane/src/main/resources/com/oracle/bmc/governancerulescontrolplane/client.properties
+++ b/bmc-governancerulescontrolplane/src/main/resources/com/oracle/bmc/governancerulescontrolplane/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20220504")
\ No newline at end of file
diff --git a/bmc-healthchecks/pom.xml b/bmc-healthchecks/pom.xml
index 0f00311c292..0aaccec7cd0 100644
--- a/bmc-healthchecks/pom.xml
+++ b/bmc-healthchecks/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-healthchecks
@@ -16,7 +16,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-healthchecks/src/main/resources/com/oracle/bmc/healthchecks/client.properties b/bmc-healthchecks/src/main/resources/com/oracle/bmc/healthchecks/client.properties
index 86327d63514..f424453924d 100644
--- a/bmc-healthchecks/src/main/resources/com/oracle/bmc/healthchecks/client.properties
+++ b/bmc-healthchecks/src/main/resources/com/oracle/bmc/healthchecks/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20180501")
\ No newline at end of file
diff --git a/bmc-identity/pom.xml b/bmc-identity/pom.xml
index b32fddda2f8..75daac857f9 100644
--- a/bmc-identity/pom.xml
+++ b/bmc-identity/pom.xml
@@ -5,7 +5,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
@@ -18,7 +18,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-identity/src/main/resources/com/oracle/bmc/identity/client.properties b/bmc-identity/src/main/resources/com/oracle/bmc/identity/client.properties
index e14a1d8fd9a..2fa5d3f17ae 100644
--- a/bmc-identity/src/main/resources/com/oracle/bmc/identity/client.properties
+++ b/bmc-identity/src/main/resources/com/oracle/bmc/identity/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20160918")
\ No newline at end of file
diff --git a/bmc-identitydataplane/pom.xml b/bmc-identitydataplane/pom.xml
index 6ea468d44e5..d3ac891b425 100644
--- a/bmc-identitydataplane/pom.xml
+++ b/bmc-identitydataplane/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-identitydataplane
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-identitydataplane/src/main/resources/com/oracle/bmc/identitydataplane/client.properties b/bmc-identitydataplane/src/main/resources/com/oracle/bmc/identitydataplane/client.properties
index 0cd4679b3f7..b6f5f09f60f 100644
--- a/bmc-identitydataplane/src/main/resources/com/oracle/bmc/identitydataplane/client.properties
+++ b/bmc-identitydataplane/src/main/resources/com/oracle/bmc/identitydataplane/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: v1")
\ No newline at end of file
diff --git a/bmc-identitydomains/pom.xml b/bmc-identitydomains/pom.xml
index aa2f85979d9..d754fbcc50a 100644
--- a/bmc-identitydomains/pom.xml
+++ b/bmc-identitydomains/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-identitydomains
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-identitydomains/src/main/resources/com/oracle/bmc/identitydomains/client.properties b/bmc-identitydomains/src/main/resources/com/oracle/bmc/identitydomains/client.properties
index 0cd4679b3f7..b6f5f09f60f 100644
--- a/bmc-identitydomains/src/main/resources/com/oracle/bmc/identitydomains/client.properties
+++ b/bmc-identitydomains/src/main/resources/com/oracle/bmc/identitydomains/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: v1")
\ No newline at end of file
diff --git a/bmc-integration/pom.xml b/bmc-integration/pom.xml
index d6903b8e81b..60722024a34 100644
--- a/bmc-integration/pom.xml
+++ b/bmc-integration/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-integration
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-integration/src/main/resources/com/oracle/bmc/integration/client.properties b/bmc-integration/src/main/resources/com/oracle/bmc/integration/client.properties
index 36adc48e23c..3b2b020038f 100644
--- a/bmc-integration/src/main/resources/com/oracle/bmc/integration/client.properties
+++ b/bmc-integration/src/main/resources/com/oracle/bmc/integration/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20190131")
\ No newline at end of file
diff --git a/bmc-jms/pom.xml b/bmc-jms/pom.xml
index de654bea187..fcfe2b6d871 100644
--- a/bmc-jms/pom.xml
+++ b/bmc-jms/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-jms
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-jms/src/main/resources/com/oracle/bmc/jms/client.properties b/bmc-jms/src/main/resources/com/oracle/bmc/jms/client.properties
index a98bcbbe377..13fbae4f01e 100644
--- a/bmc-jms/src/main/resources/com/oracle/bmc/jms/client.properties
+++ b/bmc-jms/src/main/resources/com/oracle/bmc/jms/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20210610")
\ No newline at end of file
diff --git a/bmc-jmsjavadownloads/pom.xml b/bmc-jmsjavadownloads/pom.xml
index 50d5b65782f..928cf6592e9 100644
--- a/bmc-jmsjavadownloads/pom.xml
+++ b/bmc-jmsjavadownloads/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-jmsjavadownloads
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-jmsjavadownloads/src/main/resources/com/oracle/bmc/jmsjavadownloads/client.properties b/bmc-jmsjavadownloads/src/main/resources/com/oracle/bmc/jmsjavadownloads/client.properties
index e6f1cfd8cf9..d24ad272562 100644
--- a/bmc-jmsjavadownloads/src/main/resources/com/oracle/bmc/jmsjavadownloads/client.properties
+++ b/bmc-jmsjavadownloads/src/main/resources/com/oracle/bmc/jmsjavadownloads/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20230601")
\ No newline at end of file
diff --git a/bmc-keymanagement/pom.xml b/bmc-keymanagement/pom.xml
index d54112405a7..27a29798a85 100644
--- a/bmc-keymanagement/pom.xml
+++ b/bmc-keymanagement/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-keymanagement
@@ -16,7 +16,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-keymanagement/src/main/resources/com/oracle/bmc/keymanagement/client.properties b/bmc-keymanagement/src/main/resources/com/oracle/bmc/keymanagement/client.properties
index f5da987f906..0b6b9c2f447 100644
--- a/bmc-keymanagement/src/main/resources/com/oracle/bmc/keymanagement/client.properties
+++ b/bmc-keymanagement/src/main/resources/com/oracle/bmc/keymanagement/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: release")
\ No newline at end of file
diff --git a/bmc-licensemanager/pom.xml b/bmc-licensemanager/pom.xml
index 16b26708201..bcd9ea1711c 100644
--- a/bmc-licensemanager/pom.xml
+++ b/bmc-licensemanager/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-licensemanager
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-licensemanager/src/main/resources/com/oracle/bmc/licensemanager/client.properties b/bmc-licensemanager/src/main/resources/com/oracle/bmc/licensemanager/client.properties
index 62b9e5aa18a..8544e0a6f16 100644
--- a/bmc-licensemanager/src/main/resources/com/oracle/bmc/licensemanager/client.properties
+++ b/bmc-licensemanager/src/main/resources/com/oracle/bmc/licensemanager/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20220430")
\ No newline at end of file
diff --git a/bmc-limits/pom.xml b/bmc-limits/pom.xml
index 2c314476bf4..da3dca1bca5 100644
--- a/bmc-limits/pom.xml
+++ b/bmc-limits/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-limits
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-limits/src/main/resources/com/oracle/bmc/limits/client.properties b/bmc-limits/src/main/resources/com/oracle/bmc/limits/client.properties
index 0e55128a427..930048fcffd 100644
--- a/bmc-limits/src/main/resources/com/oracle/bmc/limits/client.properties
+++ b/bmc-limits/src/main/resources/com/oracle/bmc/limits/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20181025")
\ No newline at end of file
diff --git a/bmc-loadbalancer/pom.xml b/bmc-loadbalancer/pom.xml
index c91553d089d..c22e39fce7a 100644
--- a/bmc-loadbalancer/pom.xml
+++ b/bmc-loadbalancer/pom.xml
@@ -5,7 +5,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
@@ -18,7 +18,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-loadbalancer/src/main/resources/com/oracle/bmc/loadbalancer/client.properties b/bmc-loadbalancer/src/main/resources/com/oracle/bmc/loadbalancer/client.properties
index 2a6bc9a5fd2..88dd99702cc 100644
--- a/bmc-loadbalancer/src/main/resources/com/oracle/bmc/loadbalancer/client.properties
+++ b/bmc-loadbalancer/src/main/resources/com/oracle/bmc/loadbalancer/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20170115")
\ No newline at end of file
diff --git a/bmc-lockbox/pom.xml b/bmc-lockbox/pom.xml
index 9fe25986f5b..979c511e996 100644
--- a/bmc-lockbox/pom.xml
+++ b/bmc-lockbox/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-lockbox
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-lockbox/src/main/resources/com/oracle/bmc/lockbox/client.properties b/bmc-lockbox/src/main/resources/com/oracle/bmc/lockbox/client.properties
index 63b57a74ecb..d9d782f2085 100644
--- a/bmc-lockbox/src/main/resources/com/oracle/bmc/lockbox/client.properties
+++ b/bmc-lockbox/src/main/resources/com/oracle/bmc/lockbox/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20220126")
\ No newline at end of file
diff --git a/bmc-loganalytics/pom.xml b/bmc-loganalytics/pom.xml
index da2c25fe8a3..99d695fc3eb 100644
--- a/bmc-loganalytics/pom.xml
+++ b/bmc-loganalytics/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-loganalytics
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-loganalytics/src/main/resources/com/oracle/bmc/loganalytics/client.properties b/bmc-loganalytics/src/main/resources/com/oracle/bmc/loganalytics/client.properties
index 49da2781215..bbf6d9e9e35 100644
--- a/bmc-loganalytics/src/main/resources/com/oracle/bmc/loganalytics/client.properties
+++ b/bmc-loganalytics/src/main/resources/com/oracle/bmc/loganalytics/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20200601")
\ No newline at end of file
diff --git a/bmc-logging/pom.xml b/bmc-logging/pom.xml
index 72cd0c16444..0d618c30782 100644
--- a/bmc-logging/pom.xml
+++ b/bmc-logging/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-logging
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-logging/src/main/resources/com/oracle/bmc/logging/client.properties b/bmc-logging/src/main/resources/com/oracle/bmc/logging/client.properties
index 9bbc6da473b..e90c3ecad8e 100644
--- a/bmc-logging/src/main/resources/com/oracle/bmc/logging/client.properties
+++ b/bmc-logging/src/main/resources/com/oracle/bmc/logging/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20200531")
\ No newline at end of file
diff --git a/bmc-loggingingestion/pom.xml b/bmc-loggingingestion/pom.xml
index 50c2ca0cabb..1924e7825c0 100644
--- a/bmc-loggingingestion/pom.xml
+++ b/bmc-loggingingestion/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-loggingingestion
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-loggingingestion/src/main/resources/com/oracle/bmc/loggingingestion/client.properties b/bmc-loggingingestion/src/main/resources/com/oracle/bmc/loggingingestion/client.properties
index db842a13dfb..34f390469ab 100644
--- a/bmc-loggingingestion/src/main/resources/com/oracle/bmc/loggingingestion/client.properties
+++ b/bmc-loggingingestion/src/main/resources/com/oracle/bmc/loggingingestion/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20200831")
\ No newline at end of file
diff --git a/bmc-loggingsearch/pom.xml b/bmc-loggingsearch/pom.xml
index a7faf7c4c0a..6b0020320cd 100644
--- a/bmc-loggingsearch/pom.xml
+++ b/bmc-loggingsearch/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-loggingsearch
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-loggingsearch/src/main/resources/com/oracle/bmc/loggingsearch/client.properties b/bmc-loggingsearch/src/main/resources/com/oracle/bmc/loggingsearch/client.properties
index fc2f17e2f0a..bf63273d3c8 100644
--- a/bmc-loggingsearch/src/main/resources/com/oracle/bmc/loggingsearch/client.properties
+++ b/bmc-loggingsearch/src/main/resources/com/oracle/bmc/loggingsearch/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20190909")
\ No newline at end of file
diff --git a/bmc-managementagent/pom.xml b/bmc-managementagent/pom.xml
index 7f1fafa9339..0e063e35e86 100644
--- a/bmc-managementagent/pom.xml
+++ b/bmc-managementagent/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-managementagent
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-managementagent/src/main/resources/com/oracle/bmc/managementagent/client.properties b/bmc-managementagent/src/main/resources/com/oracle/bmc/managementagent/client.properties
index a53f41f962a..91bb41a8962 100644
--- a/bmc-managementagent/src/main/resources/com/oracle/bmc/managementagent/client.properties
+++ b/bmc-managementagent/src/main/resources/com/oracle/bmc/managementagent/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20200202")
\ No newline at end of file
diff --git a/bmc-managementdashboard/pom.xml b/bmc-managementdashboard/pom.xml
index 441ee953873..320b829fbfd 100644
--- a/bmc-managementdashboard/pom.xml
+++ b/bmc-managementdashboard/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-managementdashboard
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-managementdashboard/src/main/resources/com/oracle/bmc/managementdashboard/client.properties b/bmc-managementdashboard/src/main/resources/com/oracle/bmc/managementdashboard/client.properties
index 45c4e158836..e996e3fdf60 100644
--- a/bmc-managementdashboard/src/main/resources/com/oracle/bmc/managementdashboard/client.properties
+++ b/bmc-managementdashboard/src/main/resources/com/oracle/bmc/managementdashboard/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20200901")
\ No newline at end of file
diff --git a/bmc-marketplace/pom.xml b/bmc-marketplace/pom.xml
index daa88de3759..2eb2275ab8a 100644
--- a/bmc-marketplace/pom.xml
+++ b/bmc-marketplace/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-marketplace
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-marketplace/src/main/resources/com/oracle/bmc/marketplace/client.properties b/bmc-marketplace/src/main/resources/com/oracle/bmc/marketplace/client.properties
index ddc434d9dd1..789294f8dca 100644
--- a/bmc-marketplace/src/main/resources/com/oracle/bmc/marketplace/client.properties
+++ b/bmc-marketplace/src/main/resources/com/oracle/bmc/marketplace/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20181001")
\ No newline at end of file
diff --git a/bmc-marketplaceprivateoffer/pom.xml b/bmc-marketplaceprivateoffer/pom.xml
index 33b21beb355..77f6eb585ae 100644
--- a/bmc-marketplaceprivateoffer/pom.xml
+++ b/bmc-marketplaceprivateoffer/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-marketplaceprivateoffer
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-marketplaceprivateoffer/src/main/resources/com/oracle/bmc/marketplaceprivateoffer/client.properties b/bmc-marketplaceprivateoffer/src/main/resources/com/oracle/bmc/marketplaceprivateoffer/client.properties
index f20e466b1a1..ad7ba0301b3 100644
--- a/bmc-marketplaceprivateoffer/src/main/resources/com/oracle/bmc/marketplaceprivateoffer/client.properties
+++ b/bmc-marketplaceprivateoffer/src/main/resources/com/oracle/bmc/marketplaceprivateoffer/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20220901")
\ No newline at end of file
diff --git a/bmc-marketplacepublisher/pom.xml b/bmc-marketplacepublisher/pom.xml
index f4fa9e6d23e..13c8474173a 100644
--- a/bmc-marketplacepublisher/pom.xml
+++ b/bmc-marketplacepublisher/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-marketplacepublisher
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-marketplacepublisher/src/main/resources/com/oracle/bmc/marketplacepublisher/client.properties b/bmc-marketplacepublisher/src/main/resources/com/oracle/bmc/marketplacepublisher/client.properties
index f20e466b1a1..ad7ba0301b3 100644
--- a/bmc-marketplacepublisher/src/main/resources/com/oracle/bmc/marketplacepublisher/client.properties
+++ b/bmc-marketplacepublisher/src/main/resources/com/oracle/bmc/marketplacepublisher/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20220901")
\ No newline at end of file
diff --git a/bmc-mediaservices/pom.xml b/bmc-mediaservices/pom.xml
index 09a2a0a02aa..92753f444b6 100644
--- a/bmc-mediaservices/pom.xml
+++ b/bmc-mediaservices/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-mediaservices
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-mediaservices/src/main/resources/com/oracle/bmc/mediaservices/client.properties b/bmc-mediaservices/src/main/resources/com/oracle/bmc/mediaservices/client.properties
index f528de6f2a4..54e74cffc27 100644
--- a/bmc-mediaservices/src/main/resources/com/oracle/bmc/mediaservices/client.properties
+++ b/bmc-mediaservices/src/main/resources/com/oracle/bmc/mediaservices/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20211101")
\ No newline at end of file
diff --git a/bmc-monitoring/pom.xml b/bmc-monitoring/pom.xml
index bd0e4697449..e8c82e49b74 100644
--- a/bmc-monitoring/pom.xml
+++ b/bmc-monitoring/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-monitoring
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-monitoring/src/main/resources/com/oracle/bmc/monitoring/client.properties b/bmc-monitoring/src/main/resources/com/oracle/bmc/monitoring/client.properties
index 594e557d394..085ae93e613 100644
--- a/bmc-monitoring/src/main/resources/com/oracle/bmc/monitoring/client.properties
+++ b/bmc-monitoring/src/main/resources/com/oracle/bmc/monitoring/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20180401")
\ No newline at end of file
diff --git a/bmc-mysql/pom.xml b/bmc-mysql/pom.xml
index 1cbc0961aaa..dbb97c26137 100644
--- a/bmc-mysql/pom.xml
+++ b/bmc-mysql/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-mysql
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-mysql/src/main/resources/com/oracle/bmc/mysql/client.properties b/bmc-mysql/src/main/resources/com/oracle/bmc/mysql/client.properties
index e1315ce23dc..036ab640ffd 100644
--- a/bmc-mysql/src/main/resources/com/oracle/bmc/mysql/client.properties
+++ b/bmc-mysql/src/main/resources/com/oracle/bmc/mysql/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20190415")
\ No newline at end of file
diff --git a/bmc-networkfirewall/pom.xml b/bmc-networkfirewall/pom.xml
index 47ba8f5fdec..18c6f52e4a8 100644
--- a/bmc-networkfirewall/pom.xml
+++ b/bmc-networkfirewall/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-networkfirewall
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-networkfirewall/src/main/resources/com/oracle/bmc/networkfirewall/client.properties b/bmc-networkfirewall/src/main/resources/com/oracle/bmc/networkfirewall/client.properties
index 1bfd519c46e..2b971894432 100644
--- a/bmc-networkfirewall/src/main/resources/com/oracle/bmc/networkfirewall/client.properties
+++ b/bmc-networkfirewall/src/main/resources/com/oracle/bmc/networkfirewall/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20230501")
\ No newline at end of file
diff --git a/bmc-networkloadbalancer/pom.xml b/bmc-networkloadbalancer/pom.xml
index 1c1940721bd..0ef82be1eaf 100644
--- a/bmc-networkloadbalancer/pom.xml
+++ b/bmc-networkloadbalancer/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-networkloadbalancer
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-networkloadbalancer/src/main/resources/com/oracle/bmc/networkloadbalancer/client.properties b/bmc-networkloadbalancer/src/main/resources/com/oracle/bmc/networkloadbalancer/client.properties
index 90cd14b727c..b37a3f0fc99 100644
--- a/bmc-networkloadbalancer/src/main/resources/com/oracle/bmc/networkloadbalancer/client.properties
+++ b/bmc-networkloadbalancer/src/main/resources/com/oracle/bmc/networkloadbalancer/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20200501")
\ No newline at end of file
diff --git a/bmc-nosql/pom.xml b/bmc-nosql/pom.xml
index 94763886266..b8793d27694 100644
--- a/bmc-nosql/pom.xml
+++ b/bmc-nosql/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-nosql
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-nosql/src/main/resources/com/oracle/bmc/nosql/client.properties b/bmc-nosql/src/main/resources/com/oracle/bmc/nosql/client.properties
index b1d28df3f60..7d32dd46ce6 100644
--- a/bmc-nosql/src/main/resources/com/oracle/bmc/nosql/client.properties
+++ b/bmc-nosql/src/main/resources/com/oracle/bmc/nosql/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20190828")
\ No newline at end of file
diff --git a/bmc-objectstorage/bmc-objectstorage-combined/pom.xml b/bmc-objectstorage/bmc-objectstorage-combined/pom.xml
index 357ebc65fde..6ba346a1955 100644
--- a/bmc-objectstorage/bmc-objectstorage-combined/pom.xml
+++ b/bmc-objectstorage/bmc-objectstorage-combined/pom.xml
@@ -5,7 +5,7 @@
com.oracle.oci.sdk
oci-java-sdk-objectstorage-parent
- 3.44.1
+ 3.44.2
../pom.xml
@@ -18,12 +18,12 @@
com.oracle.oci.sdk
oci-java-sdk-objectstorage-generated
- 3.44.1
+ 3.44.2
com.oracle.oci.sdk
oci-java-sdk-objectstorage-extensions
- 3.44.1
+ 3.44.2
diff --git a/bmc-objectstorage/bmc-objectstorage-extensions/pom.xml b/bmc-objectstorage/bmc-objectstorage-extensions/pom.xml
index 235db520628..df17f3f3f79 100644
--- a/bmc-objectstorage/bmc-objectstorage-extensions/pom.xml
+++ b/bmc-objectstorage/bmc-objectstorage-extensions/pom.xml
@@ -5,7 +5,7 @@
com.oracle.oci.sdk
oci-java-sdk-objectstorage-parent
- 3.44.1
+ 3.44.2
../pom.xml
@@ -18,17 +18,17 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
com.oracle.oci.sdk
oci-java-sdk-common-httpclient
- 3.44.1
+ 3.44.2
com.oracle.oci.sdk
oci-java-sdk-objectstorage-generated
- 3.44.1
+ 3.44.2
org.slf4j
diff --git a/bmc-objectstorage/bmc-objectstorage-generated/pom.xml b/bmc-objectstorage/bmc-objectstorage-generated/pom.xml
index 09d783936ec..b1d0e643362 100644
--- a/bmc-objectstorage/bmc-objectstorage-generated/pom.xml
+++ b/bmc-objectstorage/bmc-objectstorage-generated/pom.xml
@@ -5,7 +5,7 @@
com.oracle.oci.sdk
oci-java-sdk-objectstorage-parent
- 3.44.1
+ 3.44.2
../pom.xml
@@ -19,7 +19,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-objectstorage/bmc-objectstorage-generated/src/main/resources/com/oracle/bmc/objectstorage/client.properties b/bmc-objectstorage/bmc-objectstorage-generated/src/main/resources/com/oracle/bmc/objectstorage/client.properties
index e14a1d8fd9a..2fa5d3f17ae 100644
--- a/bmc-objectstorage/bmc-objectstorage-generated/src/main/resources/com/oracle/bmc/objectstorage/client.properties
+++ b/bmc-objectstorage/bmc-objectstorage-generated/src/main/resources/com/oracle/bmc/objectstorage/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20160918")
\ No newline at end of file
diff --git a/bmc-objectstorage/pom.xml b/bmc-objectstorage/pom.xml
index b1e47361b1c..53098d92d5e 100644
--- a/bmc-objectstorage/pom.xml
+++ b/bmc-objectstorage/pom.xml
@@ -5,7 +5,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
diff --git a/bmc-oce/pom.xml b/bmc-oce/pom.xml
index d9f45aee917..98c17e0a9fc 100644
--- a/bmc-oce/pom.xml
+++ b/bmc-oce/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-oce
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-oce/src/main/resources/com/oracle/bmc/oce/client.properties b/bmc-oce/src/main/resources/com/oracle/bmc/oce/client.properties
index 3a4d9cb8efc..a8ca883993a 100644
--- a/bmc-oce/src/main/resources/com/oracle/bmc/oce/client.properties
+++ b/bmc-oce/src/main/resources/com/oracle/bmc/oce/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20190912")
\ No newline at end of file
diff --git a/bmc-ocicontrolcenter/pom.xml b/bmc-ocicontrolcenter/pom.xml
index cf63f1cd2f7..66c9127ba04 100644
--- a/bmc-ocicontrolcenter/pom.xml
+++ b/bmc-ocicontrolcenter/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-ocicontrolcenter
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-ocicontrolcenter/src/main/resources/com/oracle/bmc/ocicontrolcenter/client.properties b/bmc-ocicontrolcenter/src/main/resources/com/oracle/bmc/ocicontrolcenter/client.properties
index 0bffd697a68..4c5eae057cb 100644
--- a/bmc-ocicontrolcenter/src/main/resources/com/oracle/bmc/ocicontrolcenter/client.properties
+++ b/bmc-ocicontrolcenter/src/main/resources/com/oracle/bmc/ocicontrolcenter/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20230515")
\ No newline at end of file
diff --git a/bmc-ocvp/pom.xml b/bmc-ocvp/pom.xml
index bc4bc8e9bab..5bd4436d1b5 100644
--- a/bmc-ocvp/pom.xml
+++ b/bmc-ocvp/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-ocvp
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-ocvp/src/main/resources/com/oracle/bmc/ocvp/client.properties b/bmc-ocvp/src/main/resources/com/oracle/bmc/ocvp/client.properties
index dd41c356cf1..9e734f8512d 100644
--- a/bmc-ocvp/src/main/resources/com/oracle/bmc/ocvp/client.properties
+++ b/bmc-ocvp/src/main/resources/com/oracle/bmc/ocvp/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20230701")
\ No newline at end of file
diff --git a/bmc-oda/pom.xml b/bmc-oda/pom.xml
index a76fd333696..e556d8a659a 100644
--- a/bmc-oda/pom.xml
+++ b/bmc-oda/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-oda
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-oda/src/main/resources/com/oracle/bmc/oda/client.properties b/bmc-oda/src/main/resources/com/oracle/bmc/oda/client.properties
index 9dfebf0286b..c11456efdc6 100644
--- a/bmc-oda/src/main/resources/com/oracle/bmc/oda/client.properties
+++ b/bmc-oda/src/main/resources/com/oracle/bmc/oda/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20190506")
\ No newline at end of file
diff --git a/bmc-onesubscription/pom.xml b/bmc-onesubscription/pom.xml
index 6687e6f7919..0c4d1828b95 100644
--- a/bmc-onesubscription/pom.xml
+++ b/bmc-onesubscription/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-onesubscription
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-onesubscription/src/main/resources/com/oracle/bmc/onesubscription/client.properties b/bmc-onesubscription/src/main/resources/com/oracle/bmc/onesubscription/client.properties
index 5e6ea2f3111..8db78f08f6c 100644
--- a/bmc-onesubscription/src/main/resources/com/oracle/bmc/onesubscription/client.properties
+++ b/bmc-onesubscription/src/main/resources/com/oracle/bmc/onesubscription/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20190111")
\ No newline at end of file
diff --git a/bmc-ons/pom.xml b/bmc-ons/pom.xml
index ffea44887fe..a7d7138d62c 100644
--- a/bmc-ons/pom.xml
+++ b/bmc-ons/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-ons
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-ons/src/main/resources/com/oracle/bmc/ons/client.properties b/bmc-ons/src/main/resources/com/oracle/bmc/ons/client.properties
index 8911dfcd49d..5d9a70bde01 100644
--- a/bmc-ons/src/main/resources/com/oracle/bmc/ons/client.properties
+++ b/bmc-ons/src/main/resources/com/oracle/bmc/ons/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20181201")
\ No newline at end of file
diff --git a/bmc-opa/pom.xml b/bmc-opa/pom.xml
index e15d3ff58af..3e268280524 100644
--- a/bmc-opa/pom.xml
+++ b/bmc-opa/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-opa
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-opa/src/main/resources/com/oracle/bmc/opa/client.properties b/bmc-opa/src/main/resources/com/oracle/bmc/opa/client.properties
index c3a2425d430..bfd85d3fbf3 100644
--- a/bmc-opa/src/main/resources/com/oracle/bmc/opa/client.properties
+++ b/bmc-opa/src/main/resources/com/oracle/bmc/opa/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20210621")
\ No newline at end of file
diff --git a/bmc-opensearch/pom.xml b/bmc-opensearch/pom.xml
index f143883e2f9..7f6e3b03b68 100644
--- a/bmc-opensearch/pom.xml
+++ b/bmc-opensearch/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-opensearch
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-opensearch/src/main/resources/com/oracle/bmc/opensearch/client.properties b/bmc-opensearch/src/main/resources/com/oracle/bmc/opensearch/client.properties
index a4725bc0d8f..def64acda1c 100644
--- a/bmc-opensearch/src/main/resources/com/oracle/bmc/opensearch/client.properties
+++ b/bmc-opensearch/src/main/resources/com/oracle/bmc/opensearch/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20180828")
\ No newline at end of file
diff --git a/bmc-operatoraccesscontrol/pom.xml b/bmc-operatoraccesscontrol/pom.xml
index 0f8895bc9ae..b3f3be25f12 100644
--- a/bmc-operatoraccesscontrol/pom.xml
+++ b/bmc-operatoraccesscontrol/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-operatoraccesscontrol
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-operatoraccesscontrol/src/main/resources/com/oracle/bmc/operatoraccesscontrol/client.properties b/bmc-operatoraccesscontrol/src/main/resources/com/oracle/bmc/operatoraccesscontrol/client.properties
index d25d34bedbc..d3ee13c46bc 100644
--- a/bmc-operatoraccesscontrol/src/main/resources/com/oracle/bmc/operatoraccesscontrol/client.properties
+++ b/bmc-operatoraccesscontrol/src/main/resources/com/oracle/bmc/operatoraccesscontrol/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20200630")
\ No newline at end of file
diff --git a/bmc-opsi/pom.xml b/bmc-opsi/pom.xml
index 55bd576b876..fb080fa02d0 100644
--- a/bmc-opsi/pom.xml
+++ b/bmc-opsi/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-opsi
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-opsi/src/main/resources/com/oracle/bmc/opsi/client.properties b/bmc-opsi/src/main/resources/com/oracle/bmc/opsi/client.properties
index d25d34bedbc..d3ee13c46bc 100644
--- a/bmc-opsi/src/main/resources/com/oracle/bmc/opsi/client.properties
+++ b/bmc-opsi/src/main/resources/com/oracle/bmc/opsi/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20200630")
\ No newline at end of file
diff --git a/bmc-optimizer/pom.xml b/bmc-optimizer/pom.xml
index 003c964c9c0..3ada3cc7748 100644
--- a/bmc-optimizer/pom.xml
+++ b/bmc-optimizer/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-optimizer
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-optimizer/src/main/resources/com/oracle/bmc/optimizer/client.properties b/bmc-optimizer/src/main/resources/com/oracle/bmc/optimizer/client.properties
index f18f2fda063..8378b0279ad 100644
--- a/bmc-optimizer/src/main/resources/com/oracle/bmc/optimizer/client.properties
+++ b/bmc-optimizer/src/main/resources/com/oracle/bmc/optimizer/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20200606")
\ No newline at end of file
diff --git a/bmc-osmanagement/pom.xml b/bmc-osmanagement/pom.xml
index 96fc0a88259..35e8ff098c0 100644
--- a/bmc-osmanagement/pom.xml
+++ b/bmc-osmanagement/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-osmanagement
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-osmanagement/src/main/resources/com/oracle/bmc/osmanagement/client.properties b/bmc-osmanagement/src/main/resources/com/oracle/bmc/osmanagement/client.properties
index 09248c0694c..dd6fd1ce27c 100644
--- a/bmc-osmanagement/src/main/resources/com/oracle/bmc/osmanagement/client.properties
+++ b/bmc-osmanagement/src/main/resources/com/oracle/bmc/osmanagement/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20190801")
\ No newline at end of file
diff --git a/bmc-osmanagementhub/pom.xml b/bmc-osmanagementhub/pom.xml
index 2eb7bb4aaf9..1d80a355295 100644
--- a/bmc-osmanagementhub/pom.xml
+++ b/bmc-osmanagementhub/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-osmanagementhub
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-osmanagementhub/src/main/resources/com/oracle/bmc/osmanagementhub/client.properties b/bmc-osmanagementhub/src/main/resources/com/oracle/bmc/osmanagementhub/client.properties
index f20e466b1a1..ad7ba0301b3 100644
--- a/bmc-osmanagementhub/src/main/resources/com/oracle/bmc/osmanagementhub/client.properties
+++ b/bmc-osmanagementhub/src/main/resources/com/oracle/bmc/osmanagementhub/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20220901")
\ No newline at end of file
diff --git a/bmc-ospgateway/pom.xml b/bmc-ospgateway/pom.xml
index ce717b001d8..ba6fd945bc1 100644
--- a/bmc-ospgateway/pom.xml
+++ b/bmc-ospgateway/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-ospgateway
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-ospgateway/src/main/resources/com/oracle/bmc/ospgateway/client.properties b/bmc-ospgateway/src/main/resources/com/oracle/bmc/ospgateway/client.properties
index 0f6db71bb88..f863be0efbe 100644
--- a/bmc-ospgateway/src/main/resources/com/oracle/bmc/ospgateway/client.properties
+++ b/bmc-ospgateway/src/main/resources/com/oracle/bmc/ospgateway/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20191001")
\ No newline at end of file
diff --git a/bmc-osubbillingschedule/pom.xml b/bmc-osubbillingschedule/pom.xml
index 6a115cd1c74..918774f5e7a 100644
--- a/bmc-osubbillingschedule/pom.xml
+++ b/bmc-osubbillingschedule/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-osubbillingschedule
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-osubbillingschedule/src/main/resources/com/oracle/bmc/osubbillingschedule/client.properties b/bmc-osubbillingschedule/src/main/resources/com/oracle/bmc/osubbillingschedule/client.properties
index 4af6573e8a8..11d5dc08079 100644
--- a/bmc-osubbillingschedule/src/main/resources/com/oracle/bmc/osubbillingschedule/client.properties
+++ b/bmc-osubbillingschedule/src/main/resources/com/oracle/bmc/osubbillingschedule/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20210501")
\ No newline at end of file
diff --git a/bmc-osuborganizationsubscription/pom.xml b/bmc-osuborganizationsubscription/pom.xml
index 7a4825308fb..a2f828c7a8a 100644
--- a/bmc-osuborganizationsubscription/pom.xml
+++ b/bmc-osuborganizationsubscription/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-osuborganizationsubscription
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-osuborganizationsubscription/src/main/resources/com/oracle/bmc/osuborganizationsubscription/client.properties b/bmc-osuborganizationsubscription/src/main/resources/com/oracle/bmc/osuborganizationsubscription/client.properties
index 4af6573e8a8..11d5dc08079 100644
--- a/bmc-osuborganizationsubscription/src/main/resources/com/oracle/bmc/osuborganizationsubscription/client.properties
+++ b/bmc-osuborganizationsubscription/src/main/resources/com/oracle/bmc/osuborganizationsubscription/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20210501")
\ No newline at end of file
diff --git a/bmc-osubsubscription/pom.xml b/bmc-osubsubscription/pom.xml
index ba884e8042b..3255f49e28b 100644
--- a/bmc-osubsubscription/pom.xml
+++ b/bmc-osubsubscription/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-osubsubscription
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-osubsubscription/src/main/resources/com/oracle/bmc/osubsubscription/client.properties b/bmc-osubsubscription/src/main/resources/com/oracle/bmc/osubsubscription/client.properties
index 4af6573e8a8..11d5dc08079 100644
--- a/bmc-osubsubscription/src/main/resources/com/oracle/bmc/osubsubscription/client.properties
+++ b/bmc-osubsubscription/src/main/resources/com/oracle/bmc/osubsubscription/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20210501")
\ No newline at end of file
diff --git a/bmc-osubusage/pom.xml b/bmc-osubusage/pom.xml
index 47a84db4271..c41e41629af 100644
--- a/bmc-osubusage/pom.xml
+++ b/bmc-osubusage/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-osubusage
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-osubusage/src/main/resources/com/oracle/bmc/osubusage/client.properties b/bmc-osubusage/src/main/resources/com/oracle/bmc/osubusage/client.properties
index 4af6573e8a8..11d5dc08079 100644
--- a/bmc-osubusage/src/main/resources/com/oracle/bmc/osubusage/client.properties
+++ b/bmc-osubusage/src/main/resources/com/oracle/bmc/osubusage/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20210501")
\ No newline at end of file
diff --git a/bmc-other-examples/bmc-jersey-examples/pom.xml b/bmc-other-examples/bmc-jersey-examples/pom.xml
index e4375988411..d9cfb0acd69 100644
--- a/bmc-other-examples/bmc-jersey-examples/pom.xml
+++ b/bmc-other-examples/bmc-jersey-examples/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.oracle.oci.sdk
oci-java-sdk-jersey-examples
- 3.44.1
+ 3.44.2
Oracle Cloud Infrastructure SDK - Examples using Jersey 2 HTTP client
This project contains the examples on how to use the SDK used for Oracle Cloud Infrastructure with the Jersey 2 HTTP client
https://docs.cloud.oracle.com/Content/API/SDKDocs/javasdk.htm
@@ -49,7 +49,7 @@
com.oracle.oci.sdk
oci-java-sdk-enforcer-rules
- 3.44.1
+ 3.44.2
false
@@ -86,14 +86,14 @@
com.oracle.oci.sdk
oci-java-sdk-bom
- 3.44.1
+ 3.44.2
pom
import
com.oracle.oci.sdk
oci-java-sdk-common-httpclient-jersey
- 3.44.1
+ 3.44.2
pom
import
diff --git a/bmc-other-examples/bmc-jersey3-examples/pom.xml b/bmc-other-examples/bmc-jersey3-examples/pom.xml
index b93d5f64ef2..2414a26f5b9 100644
--- a/bmc-other-examples/bmc-jersey3-examples/pom.xml
+++ b/bmc-other-examples/bmc-jersey3-examples/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.oracle.oci.sdk
oci-java-sdk-jersey3-examples
- 3.44.1
+ 3.44.2
Oracle Cloud Infrastructure SDK - Examples using Jersey 3 HTTP client
This project contains the examples on how to use the SDK used for Oracle Cloud Infrastructure with the Jersey 3 HTTP client
https://docs.cloud.oracle.com/Content/API/SDKDocs/javasdk.htm
@@ -49,7 +49,7 @@
com.oracle.oci.sdk
oci-java-sdk-enforcer-rules
- 3.44.1
+ 3.44.2
false
@@ -86,14 +86,14 @@
com.oracle.oci.sdk
oci-java-sdk-bom
- 3.44.1
+ 3.44.2
pom
import
com.oracle.oci.sdk
oci-java-sdk-common-httpclient-jersey3
- 3.44.1
+ 3.44.2
pom
import
diff --git a/bmc-other-examples/native-maven-example/pom.xml b/bmc-other-examples/native-maven-example/pom.xml
index 2ee8bb484cb..8d0e1ba449b 100644
--- a/bmc-other-examples/native-maven-example/pom.xml
+++ b/bmc-other-examples/native-maven-example/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.oracle.oci.sdk
oci-java-sdk-examples-native
- 3.44.1
+ 3.44.2
Oracle Cloud Infrastructure SDK - Native Example
This project contains an example on how to use the SDK used for Oracle Cloud Infrastructure in a native executable
https://docs.cloud.oracle.com/Content/API/SDKDocs/javasdk.htm
@@ -89,14 +89,14 @@
com.oracle.oci.sdk
oci-java-sdk-bom
- 3.44.1
+ 3.44.2
pom
import
com.oracle.oci.sdk
oci-java-sdk-common-httpclient-jersey
- 3.44.1
+ 3.44.2
pom
import
diff --git a/bmc-other-examples/pom.xml b/bmc-other-examples/pom.xml
index 218402cde1c..5965b09ca19 100644
--- a/bmc-other-examples/pom.xml
+++ b/bmc-other-examples/pom.xml
@@ -5,7 +5,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
diff --git a/bmc-psql/pom.xml b/bmc-psql/pom.xml
index 0a6ba1b1498..dbebbf3007b 100644
--- a/bmc-psql/pom.xml
+++ b/bmc-psql/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-psql
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-psql/src/main/resources/com/oracle/bmc/psql/client.properties b/bmc-psql/src/main/resources/com/oracle/bmc/psql/client.properties
index 2b795e097d6..de7dfb41098 100644
--- a/bmc-psql/src/main/resources/com/oracle/bmc/psql/client.properties
+++ b/bmc-psql/src/main/resources/com/oracle/bmc/psql/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20220915")
\ No newline at end of file
diff --git a/bmc-queue/pom.xml b/bmc-queue/pom.xml
index 2aa976e3607..4d5444aa52f 100644
--- a/bmc-queue/pom.xml
+++ b/bmc-queue/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-queue
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-queue/src/main/resources/com/oracle/bmc/queue/client.properties b/bmc-queue/src/main/resources/com/oracle/bmc/queue/client.properties
index 39bfc26cef2..301ca7879dc 100644
--- a/bmc-queue/src/main/resources/com/oracle/bmc/queue/client.properties
+++ b/bmc-queue/src/main/resources/com/oracle/bmc/queue/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20210201")
\ No newline at end of file
diff --git a/bmc-recovery/pom.xml b/bmc-recovery/pom.xml
index bf7525b8c33..215f4055c5c 100644
--- a/bmc-recovery/pom.xml
+++ b/bmc-recovery/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-recovery
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-recovery/src/main/resources/com/oracle/bmc/recovery/client.properties b/bmc-recovery/src/main/resources/com/oracle/bmc/recovery/client.properties
index eab9847e1f6..d9cc97a0fd3 100644
--- a/bmc-recovery/src/main/resources/com/oracle/bmc/recovery/client.properties
+++ b/bmc-recovery/src/main/resources/com/oracle/bmc/recovery/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20210216")
\ No newline at end of file
diff --git a/bmc-redis/pom.xml b/bmc-redis/pom.xml
index db5004d28b5..4e656ca97c8 100644
--- a/bmc-redis/pom.xml
+++ b/bmc-redis/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-redis
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-redis/src/main/resources/com/oracle/bmc/redis/client.properties b/bmc-redis/src/main/resources/com/oracle/bmc/redis/client.properties
index 4a69f0bf90a..99ad9b7e669 100644
--- a/bmc-redis/src/main/resources/com/oracle/bmc/redis/client.properties
+++ b/bmc-redis/src/main/resources/com/oracle/bmc/redis/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20220315")
\ No newline at end of file
diff --git a/bmc-resourcemanager/pom.xml b/bmc-resourcemanager/pom.xml
index 85ff9d13c49..cd96d8efd35 100644
--- a/bmc-resourcemanager/pom.xml
+++ b/bmc-resourcemanager/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-resourcemanager
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-resourcemanager/src/main/resources/com/oracle/bmc/resourcemanager/client.properties b/bmc-resourcemanager/src/main/resources/com/oracle/bmc/resourcemanager/client.properties
index 22a4e46d0dd..0d7d1adf89c 100644
--- a/bmc-resourcemanager/src/main/resources/com/oracle/bmc/resourcemanager/client.properties
+++ b/bmc-resourcemanager/src/main/resources/com/oracle/bmc/resourcemanager/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20180917")
\ No newline at end of file
diff --git a/bmc-resourcescheduler/pom.xml b/bmc-resourcescheduler/pom.xml
index 7aa348305cb..3e535ce2bce 100644
--- a/bmc-resourcescheduler/pom.xml
+++ b/bmc-resourcescheduler/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-resourcescheduler
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-resourcescheduler/src/main/resources/com/oracle/bmc/resourcescheduler/client.properties b/bmc-resourcescheduler/src/main/resources/com/oracle/bmc/resourcescheduler/client.properties
index 6812b71b7e1..314cd755e90 100644
--- a/bmc-resourcescheduler/src/main/resources/com/oracle/bmc/resourcescheduler/client.properties
+++ b/bmc-resourcescheduler/src/main/resources/com/oracle/bmc/resourcescheduler/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20240430")
\ No newline at end of file
diff --git a/bmc-resourcesearch/pom.xml b/bmc-resourcesearch/pom.xml
index de1509e4e70..b4f696803a4 100644
--- a/bmc-resourcesearch/pom.xml
+++ b/bmc-resourcesearch/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-resourcesearch
@@ -16,7 +16,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-resourcesearch/src/main/resources/com/oracle/bmc/resourcesearch/client.properties b/bmc-resourcesearch/src/main/resources/com/oracle/bmc/resourcesearch/client.properties
index ea8e50f1967..ce03cd23f80 100644
--- a/bmc-resourcesearch/src/main/resources/com/oracle/bmc/resourcesearch/client.properties
+++ b/bmc-resourcesearch/src/main/resources/com/oracle/bmc/resourcesearch/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20180409")
\ No newline at end of file
diff --git a/bmc-rover/pom.xml b/bmc-rover/pom.xml
index ab339b3a748..d4833ab1194 100644
--- a/bmc-rover/pom.xml
+++ b/bmc-rover/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-rover
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-rover/src/main/resources/com/oracle/bmc/rover/client.properties b/bmc-rover/src/main/resources/com/oracle/bmc/rover/client.properties
index cc95d6ed979..d7f53986b64 100644
--- a/bmc-rover/src/main/resources/com/oracle/bmc/rover/client.properties
+++ b/bmc-rover/src/main/resources/com/oracle/bmc/rover/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20201210")
\ No newline at end of file
diff --git a/bmc-sch/pom.xml b/bmc-sch/pom.xml
index 2af49de7dcd..1d65c7b9def 100644
--- a/bmc-sch/pom.xml
+++ b/bmc-sch/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-sch
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-sch/src/main/resources/com/oracle/bmc/sch/client.properties b/bmc-sch/src/main/resources/com/oracle/bmc/sch/client.properties
index e7e1cb1ef1d..ff929420049 100644
--- a/bmc-sch/src/main/resources/com/oracle/bmc/sch/client.properties
+++ b/bmc-sch/src/main/resources/com/oracle/bmc/sch/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20200909")
\ No newline at end of file
diff --git a/bmc-secrets/pom.xml b/bmc-secrets/pom.xml
index 2f2d5a35721..7680ce7ed1b 100644
--- a/bmc-secrets/pom.xml
+++ b/bmc-secrets/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-secrets
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-secrets/src/main/resources/com/oracle/bmc/secrets/client.properties b/bmc-secrets/src/main/resources/com/oracle/bmc/secrets/client.properties
index 5cf18f14a93..8d157a3b5a8 100644
--- a/bmc-secrets/src/main/resources/com/oracle/bmc/secrets/client.properties
+++ b/bmc-secrets/src/main/resources/com/oracle/bmc/secrets/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20190301")
\ No newline at end of file
diff --git a/bmc-servicecatalog/pom.xml b/bmc-servicecatalog/pom.xml
index fbc136fd831..c07189a3a14 100644
--- a/bmc-servicecatalog/pom.xml
+++ b/bmc-servicecatalog/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-servicecatalog
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-servicecatalog/src/main/resources/com/oracle/bmc/servicecatalog/client.properties b/bmc-servicecatalog/src/main/resources/com/oracle/bmc/servicecatalog/client.properties
index dcab08311f8..257705ea73f 100644
--- a/bmc-servicecatalog/src/main/resources/com/oracle/bmc/servicecatalog/client.properties
+++ b/bmc-servicecatalog/src/main/resources/com/oracle/bmc/servicecatalog/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20210527")
\ No newline at end of file
diff --git a/bmc-servicemanagerproxy/pom.xml b/bmc-servicemanagerproxy/pom.xml
index f1e11445f76..a24399d6c0b 100644
--- a/bmc-servicemanagerproxy/pom.xml
+++ b/bmc-servicemanagerproxy/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-servicemanagerproxy
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-servicemanagerproxy/src/main/resources/com/oracle/bmc/servicemanagerproxy/client.properties b/bmc-servicemanagerproxy/src/main/resources/com/oracle/bmc/servicemanagerproxy/client.properties
index ed5a8876f65..d5b73eb6e3c 100644
--- a/bmc-servicemanagerproxy/src/main/resources/com/oracle/bmc/servicemanagerproxy/client.properties
+++ b/bmc-servicemanagerproxy/src/main/resources/com/oracle/bmc/servicemanagerproxy/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20210914")
\ No newline at end of file
diff --git a/bmc-servicemesh/pom.xml b/bmc-servicemesh/pom.xml
index 6f45f6b73ce..6a0d11d7610 100644
--- a/bmc-servicemesh/pom.xml
+++ b/bmc-servicemesh/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-servicemesh
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-servicemesh/src/main/resources/com/oracle/bmc/servicemesh/client.properties b/bmc-servicemesh/src/main/resources/com/oracle/bmc/servicemesh/client.properties
index 484a88550b4..54d68c5f9c1 100644
--- a/bmc-servicemesh/src/main/resources/com/oracle/bmc/servicemesh/client.properties
+++ b/bmc-servicemesh/src/main/resources/com/oracle/bmc/servicemesh/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20220615")
\ No newline at end of file
diff --git a/bmc-shaded/bmc-shaded-full/pom.xml b/bmc-shaded/bmc-shaded-full/pom.xml
index 158777ffaa2..a7aa818ca6b 100644
--- a/bmc-shaded/bmc-shaded-full/pom.xml
+++ b/bmc-shaded/bmc-shaded-full/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk-shaded
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-shaded-full
diff --git a/bmc-shaded/pom.xml b/bmc-shaded/pom.xml
index 99d6325c028..00a2536ffaa 100644
--- a/bmc-shaded/pom.xml
+++ b/bmc-shaded/pom.xml
@@ -5,7 +5,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
diff --git a/bmc-stackmonitoring/pom.xml b/bmc-stackmonitoring/pom.xml
index 0c695078250..82323dd8068 100644
--- a/bmc-stackmonitoring/pom.xml
+++ b/bmc-stackmonitoring/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-stackmonitoring
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-stackmonitoring/src/main/resources/com/oracle/bmc/stackmonitoring/client.properties b/bmc-stackmonitoring/src/main/resources/com/oracle/bmc/stackmonitoring/client.properties
index 73088ce1fad..7cce656b793 100644
--- a/bmc-stackmonitoring/src/main/resources/com/oracle/bmc/stackmonitoring/client.properties
+++ b/bmc-stackmonitoring/src/main/resources/com/oracle/bmc/stackmonitoring/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20210330")
\ No newline at end of file
diff --git a/bmc-streaming/pom.xml b/bmc-streaming/pom.xml
index dd9d9840669..42b2ba19e73 100644
--- a/bmc-streaming/pom.xml
+++ b/bmc-streaming/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-streaming
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-streaming/src/main/resources/com/oracle/bmc/streaming/client.properties b/bmc-streaming/src/main/resources/com/oracle/bmc/streaming/client.properties
index b0b4d363b2a..6c0bb4710e0 100644
--- a/bmc-streaming/src/main/resources/com/oracle/bmc/streaming/client.properties
+++ b/bmc-streaming/src/main/resources/com/oracle/bmc/streaming/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20180418")
\ No newline at end of file
diff --git a/bmc-tenantmanagercontrolplane/pom.xml b/bmc-tenantmanagercontrolplane/pom.xml
index 4b4518ccdd3..8ed9954f72c 100644
--- a/bmc-tenantmanagercontrolplane/pom.xml
+++ b/bmc-tenantmanagercontrolplane/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-tenantmanagercontrolplane
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-tenantmanagercontrolplane/src/main/resources/com/oracle/bmc/tenantmanagercontrolplane/client.properties b/bmc-tenantmanagercontrolplane/src/main/resources/com/oracle/bmc/tenantmanagercontrolplane/client.properties
index 0a5bc928f35..1a0f2a11676 100644
--- a/bmc-tenantmanagercontrolplane/src/main/resources/com/oracle/bmc/tenantmanagercontrolplane/client.properties
+++ b/bmc-tenantmanagercontrolplane/src/main/resources/com/oracle/bmc/tenantmanagercontrolplane/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20230401")
\ No newline at end of file
diff --git a/bmc-threatintelligence/pom.xml b/bmc-threatintelligence/pom.xml
index 04340fcf9eb..3aa6f9ff32e 100644
--- a/bmc-threatintelligence/pom.xml
+++ b/bmc-threatintelligence/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-threatintelligence
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-threatintelligence/src/main/resources/com/oracle/bmc/threatintelligence/client.properties b/bmc-threatintelligence/src/main/resources/com/oracle/bmc/threatintelligence/client.properties
index f20e466b1a1..ad7ba0301b3 100644
--- a/bmc-threatintelligence/src/main/resources/com/oracle/bmc/threatintelligence/client.properties
+++ b/bmc-threatintelligence/src/main/resources/com/oracle/bmc/threatintelligence/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20220901")
\ No newline at end of file
diff --git a/bmc-usage/pom.xml b/bmc-usage/pom.xml
index 45b832d6846..7d7000e82fe 100644
--- a/bmc-usage/pom.xml
+++ b/bmc-usage/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-usage
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-usage/src/main/resources/com/oracle/bmc/usage/client.properties b/bmc-usage/src/main/resources/com/oracle/bmc/usage/client.properties
index 5e6ea2f3111..8db78f08f6c 100644
--- a/bmc-usage/src/main/resources/com/oracle/bmc/usage/client.properties
+++ b/bmc-usage/src/main/resources/com/oracle/bmc/usage/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20190111")
\ No newline at end of file
diff --git a/bmc-usageapi/pom.xml b/bmc-usageapi/pom.xml
index 60236123c84..d2a444342dd 100644
--- a/bmc-usageapi/pom.xml
+++ b/bmc-usageapi/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-usageapi
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-usageapi/src/main/java/com/oracle/bmc/usageapi/model/UsageSummary.java b/bmc-usageapi/src/main/java/com/oracle/bmc/usageapi/model/UsageSummary.java
index 3e33f749680..9a3a0189fcd 100644
--- a/bmc-usageapi/src/main/java/com/oracle/bmc/usageapi/model/UsageSummary.java
+++ b/bmc-usageapi/src/main/java/com/oracle/bmc/usageapi/model/UsageSummary.java
@@ -44,6 +44,8 @@ public final class UsageSummary extends com.oracle.bmc.http.client.internal.Expl
"timeUsageEnded",
"computedAmount",
"computedQuantity",
+ "attributedCost",
+ "attributedUsage",
"overagesFlag",
"unitPrice",
"currency",
@@ -75,6 +77,8 @@ public UsageSummary(
java.util.Date timeUsageEnded,
java.math.BigDecimal computedAmount,
java.math.BigDecimal computedQuantity,
+ String attributedCost,
+ String attributedUsage,
String overagesFlag,
java.math.BigDecimal unitPrice,
String currency,
@@ -105,6 +109,8 @@ public UsageSummary(
this.timeUsageEnded = timeUsageEnded;
this.computedAmount = computedAmount;
this.computedQuantity = computedQuantity;
+ this.attributedCost = attributedCost;
+ this.attributedUsage = attributedUsage;
this.overagesFlag = overagesFlag;
this.unitPrice = unitPrice;
this.currency = currency;
@@ -446,6 +452,42 @@ public Builder computedQuantity(java.math.BigDecimal computedQuantity) {
this.__explicitlySet__.add("computedQuantity");
return this;
}
+ /**
+ * The attributed cost with a max value of 9999999999.999999999999 and a minimum value of 0.
+ */
+ @com.fasterxml.jackson.annotation.JsonProperty("attributedCost")
+ private String attributedCost;
+
+ /**
+ * The attributed cost with a max value of 9999999999.999999999999 and a minimum value of 0.
+ *
+ * @param attributedCost the value to set
+ * @return this builder
+ */
+ public Builder attributedCost(String attributedCost) {
+ this.attributedCost = attributedCost;
+ this.__explicitlySet__.add("attributedCost");
+ return this;
+ }
+ /**
+ * The attributed usage with a max value of 9999999999.999999999999 and a minimum value of
+ * 0.
+ */
+ @com.fasterxml.jackson.annotation.JsonProperty("attributedUsage")
+ private String attributedUsage;
+
+ /**
+ * The attributed usage with a max value of 9999999999.999999999999 and a minimum value of
+ * 0.
+ *
+ * @param attributedUsage the value to set
+ * @return this builder
+ */
+ public Builder attributedUsage(String attributedUsage) {
+ this.attributedUsage = attributedUsage;
+ this.__explicitlySet__.add("attributedUsage");
+ return this;
+ }
/** The SPM OverageFlag. */
@com.fasterxml.jackson.annotation.JsonProperty("overagesFlag")
private String overagesFlag;
@@ -580,6 +622,8 @@ public UsageSummary build() {
this.timeUsageEnded,
this.computedAmount,
this.computedQuantity,
+ this.attributedCost,
+ this.attributedUsage,
this.overagesFlag,
this.unitPrice,
this.currency,
@@ -661,6 +705,12 @@ public Builder copy(UsageSummary model) {
if (model.wasPropertyExplicitlySet("computedQuantity")) {
this.computedQuantity(model.getComputedQuantity());
}
+ if (model.wasPropertyExplicitlySet("attributedCost")) {
+ this.attributedCost(model.getAttributedCost());
+ }
+ if (model.wasPropertyExplicitlySet("attributedUsage")) {
+ this.attributedUsage(model.getAttributedUsage());
+ }
if (model.wasPropertyExplicitlySet("overagesFlag")) {
this.overagesFlag(model.getOveragesFlag());
}
@@ -981,6 +1031,34 @@ public java.math.BigDecimal getComputedQuantity() {
return computedQuantity;
}
+ /** The attributed cost with a max value of 9999999999.999999999999 and a minimum value of 0. */
+ @com.fasterxml.jackson.annotation.JsonProperty("attributedCost")
+ private final String attributedCost;
+
+ /**
+ * The attributed cost with a max value of 9999999999.999999999999 and a minimum value of 0.
+ *
+ * @return the value
+ */
+ public String getAttributedCost() {
+ return attributedCost;
+ }
+
+ /**
+ * The attributed usage with a max value of 9999999999.999999999999 and a minimum value of 0.
+ */
+ @com.fasterxml.jackson.annotation.JsonProperty("attributedUsage")
+ private final String attributedUsage;
+
+ /**
+ * The attributed usage with a max value of 9999999999.999999999999 and a minimum value of 0.
+ *
+ * @return the value
+ */
+ public String getAttributedUsage() {
+ return attributedUsage;
+ }
+
/** The SPM OverageFlag. */
@com.fasterxml.jackson.annotation.JsonProperty("overagesFlag")
private final String overagesFlag;
@@ -1109,6 +1187,8 @@ public String toString(boolean includeByteArrayContents) {
sb.append(", timeUsageEnded=").append(String.valueOf(this.timeUsageEnded));
sb.append(", computedAmount=").append(String.valueOf(this.computedAmount));
sb.append(", computedQuantity=").append(String.valueOf(this.computedQuantity));
+ sb.append(", attributedCost=").append(String.valueOf(this.attributedCost));
+ sb.append(", attributedUsage=").append(String.valueOf(this.attributedUsage));
sb.append(", overagesFlag=").append(String.valueOf(this.overagesFlag));
sb.append(", unitPrice=").append(String.valueOf(this.unitPrice));
sb.append(", currency=").append(String.valueOf(this.currency));
@@ -1152,6 +1232,8 @@ public boolean equals(Object o) {
&& java.util.Objects.equals(this.timeUsageEnded, other.timeUsageEnded)
&& java.util.Objects.equals(this.computedAmount, other.computedAmount)
&& java.util.Objects.equals(this.computedQuantity, other.computedQuantity)
+ && java.util.Objects.equals(this.attributedCost, other.attributedCost)
+ && java.util.Objects.equals(this.attributedUsage, other.attributedUsage)
&& java.util.Objects.equals(this.overagesFlag, other.overagesFlag)
&& java.util.Objects.equals(this.unitPrice, other.unitPrice)
&& java.util.Objects.equals(this.currency, other.currency)
@@ -1204,6 +1286,12 @@ public int hashCode() {
result =
(result * PRIME)
+ (this.computedQuantity == null ? 43 : this.computedQuantity.hashCode());
+ result =
+ (result * PRIME)
+ + (this.attributedCost == null ? 43 : this.attributedCost.hashCode());
+ result =
+ (result * PRIME)
+ + (this.attributedUsage == null ? 43 : this.attributedUsage.hashCode());
result = (result * PRIME) + (this.overagesFlag == null ? 43 : this.overagesFlag.hashCode());
result = (result * PRIME) + (this.unitPrice == null ? 43 : this.unitPrice.hashCode());
result = (result * PRIME) + (this.currency == null ? 43 : this.currency.hashCode());
diff --git a/bmc-usageapi/src/main/resources/com/oracle/bmc/usageapi/client.properties b/bmc-usageapi/src/main/resources/com/oracle/bmc/usageapi/client.properties
index 49b07b3511c..4629256e5d1 100644
--- a/bmc-usageapi/src/main/resources/com/oracle/bmc/usageapi/client.properties
+++ b/bmc-usageapi/src/main/resources/com/oracle/bmc/usageapi/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20200107")
\ No newline at end of file
diff --git a/bmc-vault/pom.xml b/bmc-vault/pom.xml
index 66f5da1b2f6..cafa068eb6a 100644
--- a/bmc-vault/pom.xml
+++ b/bmc-vault/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-vault
@@ -15,12 +15,12 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
com.oracle.oci.sdk
oci-java-sdk-workrequests
- 3.44.1
+ 3.44.2
diff --git a/bmc-vault/src/main/resources/com/oracle/bmc/vault/client.properties b/bmc-vault/src/main/resources/com/oracle/bmc/vault/client.properties
index 9bc5925919d..5f23d892072 100644
--- a/bmc-vault/src/main/resources/com/oracle/bmc/vault/client.properties
+++ b/bmc-vault/src/main/resources/com/oracle/bmc/vault/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20180608")
\ No newline at end of file
diff --git a/bmc-vbsinst/pom.xml b/bmc-vbsinst/pom.xml
index 0f1aa6fef5b..841c6da4179 100644
--- a/bmc-vbsinst/pom.xml
+++ b/bmc-vbsinst/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-vbsinst
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-vbsinst/src/main/resources/com/oracle/bmc/vbsinst/client.properties b/bmc-vbsinst/src/main/resources/com/oracle/bmc/vbsinst/client.properties
index a4725bc0d8f..def64acda1c 100644
--- a/bmc-vbsinst/src/main/resources/com/oracle/bmc/vbsinst/client.properties
+++ b/bmc-vbsinst/src/main/resources/com/oracle/bmc/vbsinst/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20180828")
\ No newline at end of file
diff --git a/bmc-visualbuilder/pom.xml b/bmc-visualbuilder/pom.xml
index b630fca7ec6..83940f82bff 100644
--- a/bmc-visualbuilder/pom.xml
+++ b/bmc-visualbuilder/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-visualbuilder
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-visualbuilder/src/main/resources/com/oracle/bmc/visualbuilder/client.properties b/bmc-visualbuilder/src/main/resources/com/oracle/bmc/visualbuilder/client.properties
index b45fcc57e73..f278c872357 100644
--- a/bmc-visualbuilder/src/main/resources/com/oracle/bmc/visualbuilder/client.properties
+++ b/bmc-visualbuilder/src/main/resources/com/oracle/bmc/visualbuilder/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20210601")
\ No newline at end of file
diff --git a/bmc-vnmonitoring/pom.xml b/bmc-vnmonitoring/pom.xml
index 5636f8064f3..49cc5479c65 100644
--- a/bmc-vnmonitoring/pom.xml
+++ b/bmc-vnmonitoring/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-vnmonitoring
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-vnmonitoring/src/main/resources/com/oracle/bmc/vnmonitoring/client.properties b/bmc-vnmonitoring/src/main/resources/com/oracle/bmc/vnmonitoring/client.properties
index e14a1d8fd9a..2fa5d3f17ae 100644
--- a/bmc-vnmonitoring/src/main/resources/com/oracle/bmc/vnmonitoring/client.properties
+++ b/bmc-vnmonitoring/src/main/resources/com/oracle/bmc/vnmonitoring/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20160918")
\ No newline at end of file
diff --git a/bmc-vulnerabilityscanning/pom.xml b/bmc-vulnerabilityscanning/pom.xml
index c8100e3bdf7..8eaac9fefa9 100644
--- a/bmc-vulnerabilityscanning/pom.xml
+++ b/bmc-vulnerabilityscanning/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-vulnerabilityscanning
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-vulnerabilityscanning/src/main/resources/com/oracle/bmc/vulnerabilityscanning/client.properties b/bmc-vulnerabilityscanning/src/main/resources/com/oracle/bmc/vulnerabilityscanning/client.properties
index bf3c2569058..ad2c50adec5 100644
--- a/bmc-vulnerabilityscanning/src/main/resources/com/oracle/bmc/vulnerabilityscanning/client.properties
+++ b/bmc-vulnerabilityscanning/src/main/resources/com/oracle/bmc/vulnerabilityscanning/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20210215")
\ No newline at end of file
diff --git a/bmc-waa/pom.xml b/bmc-waa/pom.xml
index 933d30b43e1..888c259dc23 100644
--- a/bmc-waa/pom.xml
+++ b/bmc-waa/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-waa
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-waa/src/main/resources/com/oracle/bmc/waa/client.properties b/bmc-waa/src/main/resources/com/oracle/bmc/waa/client.properties
index aa001fc835e..f118201b51f 100644
--- a/bmc-waa/src/main/resources/com/oracle/bmc/waa/client.properties
+++ b/bmc-waa/src/main/resources/com/oracle/bmc/waa/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20211230")
\ No newline at end of file
diff --git a/bmc-waas/pom.xml b/bmc-waas/pom.xml
index 4c6a3d9a4ef..8c9335163a4 100644
--- a/bmc-waas/pom.xml
+++ b/bmc-waas/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-waas
@@ -16,7 +16,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-waas/src/main/resources/com/oracle/bmc/waas/client.properties b/bmc-waas/src/main/resources/com/oracle/bmc/waas/client.properties
index 502f90f2e63..e0cd3471b85 100644
--- a/bmc-waas/src/main/resources/com/oracle/bmc/waas/client.properties
+++ b/bmc-waas/src/main/resources/com/oracle/bmc/waas/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20181116")
\ No newline at end of file
diff --git a/bmc-waf/pom.xml b/bmc-waf/pom.xml
index 3d49043b07a..91e196ba382 100644
--- a/bmc-waf/pom.xml
+++ b/bmc-waf/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-waf
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
\ No newline at end of file
diff --git a/bmc-waf/src/main/resources/com/oracle/bmc/waf/client.properties b/bmc-waf/src/main/resources/com/oracle/bmc/waf/client.properties
index a312de9b24f..7719e892bbb 100644
--- a/bmc-waf/src/main/resources/com/oracle/bmc/waf/client.properties
+++ b/bmc-waf/src/main/resources/com/oracle/bmc/waf/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20210930")
\ No newline at end of file
diff --git a/bmc-workrequests/pom.xml b/bmc-workrequests/pom.xml
index 7eee76abeb8..1a9998c2301 100644
--- a/bmc-workrequests/pom.xml
+++ b/bmc-workrequests/pom.xml
@@ -4,7 +4,7 @@
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
../pom.xml
oci-java-sdk-workrequests
@@ -15,7 +15,7 @@
com.oracle.oci.sdk
oci-java-sdk-common
- 3.44.1
+ 3.44.2
diff --git a/bmc-workrequests/src/main/resources/com/oracle/bmc/workrequests/client.properties b/bmc-workrequests/src/main/resources/com/oracle/bmc/workrequests/client.properties
index e14a1d8fd9a..2fa5d3f17ae 100644
--- a/bmc-workrequests/src/main/resources/com/oracle/bmc/workrequests/client.properties
+++ b/bmc-workrequests/src/main/resources/com/oracle/bmc/workrequests/client.properties
@@ -3,7 +3,7 @@
# 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.
#
-java.client.codegen.version = 2.78
-java.minimum.client.codegen.version.from.client = 2.26
+java.client.codegen.version = 2.100
+java.minimum.client.codegen.version.from.client = 2.100
# @jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20160918")
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 0e585b1db7d..ed4d1e45093 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.oracle.oci.sdk
oci-java-sdk
- 3.44.1
+ 3.44.2
pom
Oracle Cloud Infrastructure SDK
This project contains the SDK used for Oracle Cloud Infrastructure
@@ -34,8 +34,8 @@
UTF-8
- 2.15.2
- 2.13.4.2
+ 2.17.1
+ 2.17.1
2.35
4.5.13
4.5.13
@@ -61,7 +61,7 @@
true
true
com.acme.Undefined
- 2.78
+ 2.100
@@ -789,4 +789,4 @@
bmc-resourcescheduler
bmc-demandsignal
-
\ No newline at end of file
+