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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new c9f6d0813f4 [create-pull-request] automated change (#1854)
c9f6d0813f4 is described below

commit c9f6d0813f420a98e4673ffd3a8a699196d07eb7
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 17 07:11:23 2026 +0200

    [create-pull-request] automated change (#1854)
    
    Co-authored-by: oscerd <[email protected]>
---
 .../apache/camel/springboot/catalog/components/aws-cloudtrail.json  | 4 ++--
 .../org/apache/camel/springboot/catalog/components/file.json        | 2 +-
 .../camel-aws-cloudtrail-starter/src/main/docs/aws-cloudtrail.json  | 4 ++--
 .../aws/cloudtrail/springboot/CloudtrailComponentConfiguration.java | 6 ++++--
 docs/spring-boot/modules/ROOT/pages/starters/aws-cloudtrail.adoc    | 2 +-
 5 files changed, 10 insertions(+), 8 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-cloudtrail.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-cloudtrail.json
index fd59ff5caf7..ab1e6f48494 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-cloudtrail.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-cloudtrail.json
@@ -27,7 +27,7 @@
     "bridgeErrorHandler": { "index": 0, "kind": "property", "displayName": 
"Bridge Error Handler", "group": "consumer", "label": "consumer", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Allows for bridging the consumer to the Camel routing Error Handler, which 
mean any exceptions (if possible) occurred while the Camel consumer is trying 
to pickup incoming messages, or the like [...]
     "configuration": { "index": 1, "kind": "property", "displayName": 
"Configuration", "group": "consumer", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.aws.cloudtrail.CloudtrailConfiguration", 
"deprecated": false, "autowired": false, "secret": false, "description": 
"Component configuration" },
     "eventSource": { "index": 2, "kind": "property", "displayName": "Event 
Source", "group": "consumer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.aws.cloudtrail.CloudtrailConfiguration", 
"configurationField": "configuration", "description": "Specify an event source 
to select events" },
-    "maxResults": { "index": 3, "kind": "property", "displayName": "Max 
Results", "group": "consumer", "label": "", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": 1, "configurationClass": 
"org.apache.camel.component.aws.cloudtrail.CloudtrailConfiguration", 
"configurationField": "configuration", "description": "Maximum number of 
records that will be fetched in each poll" },
+    "maxResults": { "index": 3, "kind": "property", "displayName": "Max 
Results", "group": "consumer", "label": "", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": 50, "configurationClass": 
"org.apache.camel.component.aws.cloudtrail.CloudtrailConfiguration", 
"configurationField": "configuration", "description": "Maximum number of 
records that will be fetched in each lookup page. Each poll drains all pages, 
[...]
     "overrideEndpoint": { "index": 4, "kind": "property", "displayName": 
"Override Endpoint", "group": "consumer", "label": "", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.aws.cloudtrail.CloudtrailConfiguration", 
"configurationField": "configuration", "description": "Set the need for 
overriding the endpoint. This option needs to be used in co [...]
     "region": { "index": 5, "kind": "property", "displayName": "Region", 
"group": "consumer", "label": "", "required": false, "type": "enum", 
"javaType": "java.lang.String", "enum": [ "ap-south-2", "ap-south-1", 
"eu-south-1", "eu-south-2", "us-gov-east-1", "me-central-1", "il-central-1", 
"ca-central-1", "eu-central-1", "us-iso-west-1", "eu-central-2", 
"eu-isoe-west-1", "us-west-1", "us-west-2", "af-south-1", "eu-north-1", 
"eu-west-3", "eu-west-2", "eu-west-1", "ap-northeast-3", "ap-north [...]
     "uriEndpointOverride": { "index": 6, "kind": "property", "displayName": 
"Uri Endpoint Override", "group": "consumer", "label": "", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws.cloudtrail.CloudtrailConfiguration", 
"configurationField": "configuration", "description": "Set the overriding uri 
endpoint. This option needs to be used in combination with ov [...]
@@ -56,7 +56,7 @@
   "properties": {
     "label": { "index": 0, "kind": "path", "displayName": "Label", "group": 
"consumer", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws.cloudtrail.CloudtrailConfiguration", 
"configurationField": "configuration", "description": "A label for indexing 
cloudtrail endpoints" },
     "eventSource": { "index": 1, "kind": "parameter", "displayName": "Event 
Source", "group": "consumer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.aws.cloudtrail.CloudtrailConfiguration", 
"configurationField": "configuration", "description": "Specify an event source 
to select events" },
-    "maxResults": { "index": 2, "kind": "parameter", "displayName": "Max 
Results", "group": "consumer", "label": "", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": 1, "configurationClass": 
"org.apache.camel.component.aws.cloudtrail.CloudtrailConfiguration", 
"configurationField": "configuration", "description": "Maximum number of 
records that will be fetched in each poll" },
+    "maxResults": { "index": 2, "kind": "parameter", "displayName": "Max 
Results", "group": "consumer", "label": "", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": 50, "configurationClass": 
"org.apache.camel.component.aws.cloudtrail.CloudtrailConfiguration", 
"configurationField": "configuration", "description": "Maximum number of 
records that will be fetched in each lookup page. Each poll drains all pages 
[...]
     "overrideEndpoint": { "index": 3, "kind": "parameter", "displayName": 
"Override Endpoint", "group": "consumer", "label": "", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.aws.cloudtrail.CloudtrailConfiguration", 
"configurationField": "configuration", "description": "Set the need for 
overriding the endpoint. This option needs to be used in c [...]
     "region": { "index": 4, "kind": "parameter", "displayName": "Region", 
"group": "consumer", "label": "", "required": false, "type": "enum", 
"javaType": "java.lang.String", "enum": [ "ap-south-2", "ap-south-1", 
"eu-south-1", "eu-south-2", "us-gov-east-1", "me-central-1", "il-central-1", 
"ca-central-1", "eu-central-1", "us-iso-west-1", "eu-central-2", 
"eu-isoe-west-1", "us-west-1", "us-west-2", "af-south-1", "eu-north-1", 
"eu-west-3", "eu-west-2", "eu-west-1", "ap-northeast-3", "ap-nort [...]
     "sendEmptyMessageWhenIdle": { "index": 5, "kind": "parameter", 
"displayName": "Send Empty Message When Idle", "group": "consumer", "label": 
"consumer", "required": false, "type": "boolean", "javaType": "boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "If the polling consumer did not poll any files, you can 
enable this option to send an empty message (no body) instead." },
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/file.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/file.json
index d75db7e063e..c41dbd46076 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/file.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/file.json
@@ -89,7 +89,7 @@
     "chmod": { "index": 36, "kind": "parameter", "displayName": "Chmod", 
"group": "producer (advanced)", "label": "producer,advanced", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Specify the file 
permissions that are sent by the producer, the chmod value must be between 000 
and 777; If there is a leading digit like in 0755, we will ignore it." },
     "chmodDirectory": { "index": 37, "kind": "parameter", "displayName": 
"Chmod Directory", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Specify the directory permissions used when the producer 
creates missing directories, the chmod value must be between 000 and 777; If 
there is a leading digit like in 0755, we will ignore it." },
     "eagerDeleteTargetFile": { "index": 38, "kind": "parameter", 
"displayName": "Eager Delete Target File", "group": "producer (advanced)", 
"label": "producer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": true, "description": "Whether or not to eagerly delete any 
existing target file. This option only applies when you use fileExists=Override 
and the tempFileName option as well. You can use [...]
-    "forceWrites": { "index": 39, "kind": "parameter", "displayName": "Force 
Writes", "group": "producer (advanced)", "label": "producer,advanced", 
"required": false, "type": "boolean", "javaType": "boolean", "deprecated": 
false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "Whether to force syncing, writes to the file system. You can 
turn this off if you do not want this level of guarantee, for example, if 
writing to logs \/ audit logs etc.; this would yield [...]
+    "forceWrites": { "index": 39, "kind": "parameter", "displayName": "Force 
Writes", "group": "producer (advanced)", "label": "producer,advanced", 
"required": false, "type": "boolean", "javaType": "boolean", "deprecated": 
true, "autowired": false, "secret": false, "defaultValue": false, 
"description": "Whether to force syncing, writes to the file system. You can 
turn this off if you do not want this level of guarantee, for example, if 
writing to logs \/ audit logs etc.; this would yield [...]
     "keepLastModified": { "index": 40, "kind": "parameter", "displayName": 
"Keep Last Modified", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Will keep the last modified timestamp 
from the source file (if any). Will use the FileConstants.FILE_LAST_MODIFIED 
header to located the timestamp. This header can contain eit [...]
     "lazyStartProducer": { "index": 41, "kind": "parameter", "displayName": 
"Lazy Start Producer", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Whether the producer should be started 
lazy (on the first message). By starting lazy you can use this to allow 
CamelContext and routes to startup in situations where a produ [...]
     "moveExistingFileStrategy": { "index": 42, "kind": "parameter", 
"displayName": "Move Existing File Strategy", "group": "producer (advanced)", 
"label": "producer,advanced", "required": false, "type": "object", "javaType": 
"org.apache.camel.component.file.strategy.FileMoveExistingStrategy", 
"deprecated": false, "autowired": false, "secret": false, "description": 
"Strategy (Custom Strategy) used to move file with special naming token to use 
when fileExist=Move is configured. By default, [...]
diff --git 
a/components-starter/camel-aws-cloudtrail-starter/src/main/docs/aws-cloudtrail.json
 
b/components-starter/camel-aws-cloudtrail-starter/src/main/docs/aws-cloudtrail.json
index ed4981473e3..1a291e337f9 100644
--- 
a/components-starter/camel-aws-cloudtrail-starter/src/main/docs/aws-cloudtrail.json
+++ 
b/components-starter/camel-aws-cloudtrail-starter/src/main/docs/aws-cloudtrail.json
@@ -79,9 +79,9 @@
     {
       "name": "camel.component.aws-cloudtrail.max-results",
       "type": "java.lang.Integer",
-      "description": "Maximum number of records that will be fetched in each 
poll",
+      "description": "Maximum number of records that will be fetched in each 
lookup page. Each poll drains all pages, so this controls the page size rather 
than the total per poll. AWS allows up to 50.",
       "sourceType": 
"org.apache.camel.component.aws.cloudtrail.springboot.CloudtrailComponentConfiguration",
-      "defaultValue": 1
+      "defaultValue": 50
     },
     {
       "name": "camel.component.aws-cloudtrail.override-endpoint",
diff --git 
a/components-starter/camel-aws-cloudtrail-starter/src/main/java/org/apache/camel/component/aws/cloudtrail/springboot/CloudtrailComponentConfiguration.java
 
b/components-starter/camel-aws-cloudtrail-starter/src/main/java/org/apache/camel/component/aws/cloudtrail/springboot/CloudtrailComponentConfiguration.java
index a6e7fb90c65..9860dc43226 100644
--- 
a/components-starter/camel-aws-cloudtrail-starter/src/main/java/org/apache/camel/component/aws/cloudtrail/springboot/CloudtrailComponentConfiguration.java
+++ 
b/components-starter/camel-aws-cloudtrail-starter/src/main/java/org/apache/camel/component/aws/cloudtrail/springboot/CloudtrailComponentConfiguration.java
@@ -62,9 +62,11 @@ public class CloudtrailComponentConfiguration
      */
     private String eventSource;
     /**
-     * Maximum number of records that will be fetched in each poll
+     * Maximum number of records that will be fetched in each lookup page. Each
+     * poll drains all pages, so this controls the page size rather than the
+     * total per poll. AWS allows up to 50.
      */
-    private Integer maxResults = 1;
+    private Integer maxResults = 50;
     /**
      * Set the need for overriding the endpoint. This option needs to be used 
in
      * combination with uriEndpointOverride option
diff --git a/docs/spring-boot/modules/ROOT/pages/starters/aws-cloudtrail.adoc 
b/docs/spring-boot/modules/ROOT/pages/starters/aws-cloudtrail.adoc
index be2abe0eb5e..94b8eef2172 100644
--- a/docs/spring-boot/modules/ROOT/pages/starters/aws-cloudtrail.adoc
+++ b/docs/spring-boot/modules/ROOT/pages/starters/aws-cloudtrail.adoc
@@ -37,7 +37,7 @@ The starter supports 23 options, which are listed below.
 | camel.component.aws-cloudtrail.event-source | Specify an event source to 
select events |  | String
 | camel.component.aws-cloudtrail.health-check-consumer-enabled | Used for 
enabling or disabling all consumer based health checks from this component | 
true | Boolean
 | camel.component.aws-cloudtrail.health-check-producer-enabled | Used for 
enabling or disabling all producer based health checks from this component. 
Notice: Camel has by default disabled all producer based health-checks. You can 
turn on producer checks globally by setting camel.health.producersEnabled=true. 
| true | Boolean
-| camel.component.aws-cloudtrail.max-results | Maximum number of records that 
will be fetched in each poll | 1 | Integer
+| camel.component.aws-cloudtrail.max-results | Maximum number of records that 
will be fetched in each lookup page. Each poll drains all pages, so this 
controls the page size rather than the total per poll. AWS allows up to 50. | 
50 | Integer
 | camel.component.aws-cloudtrail.override-endpoint | Set the need for 
overriding the endpoint. This option needs to be used in combination with 
uriEndpointOverride option | false | Boolean
 | camel.component.aws-cloudtrail.profile-credentials-name | If using a profile 
credentials provider this parameter will set the profile name. |  | String
 | camel.component.aws-cloudtrail.proxy-host | To define a proxy host when 
instantiating the Cloudtrail client |  | String

Reply via email to