This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 25a7cc5385df08b22447e162c4ece4d99dfe11e9 Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Mon Jan 26 20:02:59 2026 +0000 (chores): ensure usage of text blocks components/camel-aws/camel-aws2-lambda --- .../org/apache/camel/component/aws2/lambda/Lambda2Constants.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/components/camel-aws/camel-aws2-lambda/src/main/java/org/apache/camel/component/aws2/lambda/Lambda2Constants.java b/components/camel-aws/camel-aws2-lambda/src/main/java/org/apache/camel/component/aws2/lambda/Lambda2Constants.java index f09516d670b3..ce53478ef387 100644 --- a/components/camel-aws/camel-aws2-lambda/src/main/java/org/apache/camel/component/aws2/lambda/Lambda2Constants.java +++ b/components/camel-aws/camel-aws2-lambda/src/main/java/org/apache/camel/component/aws2/lambda/Lambda2Constants.java @@ -26,8 +26,10 @@ public interface Lambda2Constants { @Metadata(label = "all", description = "The operation we want to perform. Override operation passed as query parameter", javaType = "String", required = true) String OPERATION = "CamelAwsLambdaOperation"; - @Metadata(label = "createFunction", description = "Amazon S3 bucket name where the .zip file containing\n" + - "your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.", + @Metadata(label = "createFunction", + description = """ + Amazon S3 bucket name where the .zip file containing + your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.""", javaType = "String") String S3_BUCKET = "CamelAwsLambdaS3Bucket"; @Metadata(label = "createFunction", description = "The Amazon S3 object (the deployment package) key name\n" +
