You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2024/02/27 11:34:02 UTC

(camel) branch bedrock-fix created (now 5ead1c2224a)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch bedrock-fix
in repository https://gitbox.apache.org/repos/asf/camel.git


      at 5ead1c2224a Camel-AWS-Bedrock: Align Category in Endpoint

This branch includes the following new commits:

     new 5ead1c2224a Camel-AWS-Bedrock: Align Category in Endpoint

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



(camel) 01/01: Camel-AWS-Bedrock: Align Category in Endpoint

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch bedrock-fix
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 5ead1c2224a67c9aca77b367eeba34ffab46c77c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 27 12:33:18 2024 +0100

    Camel-AWS-Bedrock: Align Category in Endpoint
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../META-INF/org/apache/camel/component/aws2/bedrock/aws-bedrock.json   | 2 +-
 .../java/org/apache/camel/component/aws2/bedrock/BedrockEndpoint.java   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-aws/camel-aws-bedrock/src/generated/resources/META-INF/org/apache/camel/component/aws2/bedrock/aws-bedrock.json b/components/camel-aws/camel-aws-bedrock/src/generated/resources/META-INF/org/apache/camel/component/aws2/bedrock/aws-bedrock.json
index 941c6a92006..6e053482d9a 100644
--- a/components/camel-aws/camel-aws-bedrock/src/generated/resources/META-INF/org/apache/camel/component/aws2/bedrock/aws-bedrock.json
+++ b/components/camel-aws/camel-aws-bedrock/src/generated/resources/META-INF/org/apache/camel/component/aws2/bedrock/aws-bedrock.json
@@ -6,7 +6,7 @@
     "description": "Invoke Model of AWS Bedrock service.",
     "deprecated": false,
     "firstVersion": "4.5.0",
-    "label": "cloud,management",
+    "label": "ai,cloud",
     "javaType": "org.apache.camel.component.aws2.bedrock.BedrockComponent",
     "supportLevel": "Preview",
     "groupId": "org.apache.camel",
diff --git a/components/camel-aws/camel-aws-bedrock/src/main/java/org/apache/camel/component/aws2/bedrock/BedrockEndpoint.java b/components/camel-aws/camel-aws-bedrock/src/main/java/org/apache/camel/component/aws2/bedrock/BedrockEndpoint.java
index f7bad7e4f54..3d7f35df106 100644
--- a/components/camel-aws/camel-aws-bedrock/src/main/java/org/apache/camel/component/aws2/bedrock/BedrockEndpoint.java
+++ b/components/camel-aws/camel-aws-bedrock/src/main/java/org/apache/camel/component/aws2/bedrock/BedrockEndpoint.java
@@ -32,7 +32,7 @@ import software.amazon.awssdk.services.bedrockruntime.BedrockRuntimeClient;
  * Invoke Model of AWS Bedrock service.
  */
 @UriEndpoint(firstVersion = "4.5.0", scheme = "aws-bedrock", title = "AWS Bedrock",
-             syntax = "aws-bedrock:label", producerOnly = true, category = { Category.CLOUD, Category.MANAGEMENT },
+             syntax = "aws-bedrock:label", producerOnly = true, category = { Category.AI, Category.CLOUD },
              headersClass = BedrockConstants.class)
 public class BedrockEndpoint extends ScheduledPollEndpoint {