This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 9793794df41 CAMEL-19222 - Camel-Azure-CosmosDB: make the itemPartitionKey a String instead of a pojo 9793794df41 is described below commit 9793794df4134c6ee1fe91ccdd65452d614fd52c Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Mar 30 08:48:14 2023 +0200 CAMEL-19222 - Camel-Azure-CosmosDB: make the itemPartitionKey a String instead of a pojo Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- .../camel-azure-cosmosdb/src/main/docs/azure-cosmosdb-component.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-azure/camel-azure-cosmosdb/src/main/docs/azure-cosmosdb-component.adoc b/components/camel-azure/camel-azure-cosmosdb/src/main/docs/azure-cosmosdb-component.adoc index 0af525f80cf..8cbe73450cf 100644 --- a/components/camel-azure/camel-azure-cosmosdb/src/main/docs/azure-cosmosdb-component.adoc +++ b/components/camel-azure/camel-azure-cosmosdb/src/main/docs/azure-cosmosdb-component.adoc @@ -106,7 +106,7 @@ to("file://directory"); |`CamelAzureCosmosDbDatabaseRequestOptions`| `CosmosDbConstants.DATABASE_REQUEST_OPTIONS`|`CosmosDatabaseRequestOptions`| Sets additional options to execute on database operations. |`CamelAzureCosmosDbContainerPartitionKeyPath`| `CosmosDbConstants.CONTAINER_PARTITION_KEY_PATH`|`String`| Sets the container partition key path. |`CamelAzureCosmosDbContainerRequestOptions`| `CosmosDbConstants.CONTAINER_REQUEST_OPTIONS`|`CosmosContainerRequestOptions`| Sets additional options to execute on container operations. -|`CamelAzureCosmosDbItemPartitionKey`| `CosmosDbConstants.ITEM_PARTITION_KEY`|`PartitionKey`| Sets partition key. Represents a partition key value in the Azure Cosmos DB database service. A partition key identifies the partition where the item is stored in. +|`CamelAzureCosmosDbItemPartitionKey`| `CosmosDbConstants.ITEM_PARTITION_KEY`|`String`| Sets partition key. Represents a partition key value in the Azure Cosmos DB database service. A partition key identifies the partition where the item is stored in. |`CamelAzureCosmosDbItemRequestOptions`| `CosmosDbConstants.ITEM_REQUEST_OPTIONS`|`CosmosItemRequestOptions`| Sets additional options to execute on item operations. |`CamelAzureCosmosDbItemId`| `CosmosDbConstants.ITEM_ID`|`String`| Sets the itemId in case needed for operation on item like delete, replace. |=======================================================================