This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git
omit 83d70e17fde Regen for commit c34f8eda3a169558b88081515106c7587f7ade09 add 981f2a068d5 Regen for commit c34f8eda3a169558b88081515106c7587f7ade09 add a9a0b6d7be4 Upgrade AWS SDK v2 to version 2.20.85 add f1c0870d18f Sync deps add 22b835619ab Upgrade Hazelcast to version 5.3.1 add 27e75c29559 Sync deps add 367bb374f64 Removed Hawtdispatch property placeholder since not in use add a9f3186bf66 Sync deps add 11d13fd0c86 Removed Hawtbuf property placeholder since not in use add d96a0dd72fe Sync deps add 91f1a8617c4 CAMEL-19159 - Camel-AWS: Support Profile Credential provider as configuration - AWS ECS add 4a26664b756 CAMEL-19159 - Camel-AWS: Support Profile Credential provider as configuration - AWS ECS add 23c0117f960 CAMEL-19159 - Camel-AWS: Support Profile Credential provider as configuration - AWS ECS add ada4b045ad7 CAMEL-19159 - Camel-AWS: Support Profile Credential provider as configuration - AWS ECS add abc144c74ec CAMEL-19159 - Camel-AWS: Support Profile Credential provider as configuration - AWS ECS add 0f976101fb5 CAMEL-19159 - Camel-AWS: Support Profile Credential provider as configuration - AWS ECS add 143e8af0211 CAMEL-19454: camel-jbang - Export should support --open-api add c69072787be CAMEL-19454: camel-jbang - Export should support --open-api This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (83d70e17fde) \ N -- N -- N refs/heads/regen_bot (c69072787be) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: camel-dependencies/pom.xml | 6 +- .../apache/camel/catalog/components/aws2-ecs.json | 44 +- .../apache/camel/catalog/schemas/camel-spring.xsd | 10225 ++++++++----------- .../aws2/ecs/ECS2ComponentConfigurer.java | 12 + .../component/aws2/ecs/ECS2EndpointConfigurer.java | 12 + .../component/aws2/ecs/ECS2EndpointUriFactory.java | 4 +- .../apache/camel/component/aws2/ecs/aws2-ecs.json | 44 +- .../src/main/docs/aws2-ecs-component.adoc | 8 +- .../camel/component/aws2/ecs/ECS2Component.java | 5 +- .../component/aws2/ecs/ECS2Configuration.java | 28 + .../aws2/ecs/client/ECS2ClientFactory.java | 10 +- ...java => ECS2ClientIAMProfileOptimizedImpl.java} | 11 +- .../dsl/Aws2EcsComponentBuilderFactory.java | 35 + .../endpoint/dsl/ECS2EndpointBuilderFactory.java | 51 + dsl/camel-jbang/camel-jbang-core/pom.xml | 4 + .../camel/dsl/jbang/core/commands/Export.java | 2 + .../dsl/jbang/core/commands/ExportBaseCommand.java | 9 +- .../dsl/jbang/core/commands/ExportQuarkus.java | 3 +- .../apache/camel/dsl/jbang/core/commands/Run.java | 2 + .../camel/dsl/jbang/core/common/RuntimeUtil.java | 52 +- parent/pom.xml | 6 +- 21 files changed, 4466 insertions(+), 6107 deletions(-) copy components/camel-aws/camel-aws2-ecs/src/main/java/org/apache/camel/component/aws2/ecs/client/impl/{ECS2ClientIAMOptimizedImpl.java => ECS2ClientIAMProfileOptimizedImpl.java} (88%)