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
from 9ff2e15c3c8 CAMEL-20644 - Camel-AWS-Bedrock-Agent-Runtime: Support usage of sessionId to continue the same session with the knowledge base (#13695) add 06c22e4f50c rest-dsl - binding part 4 (#13697) add e070aae9898 CAMEL-20557: Rest DSL to use openapi spec directly add 3e03b8e2c50 CAMEL-20557: Rest DSL to use openapi spec directly add 663029a99f9 CAMEL-20562 - Camel-AWS-Bedrock: Support Mistral AI models - Mistral 7B Instruct (#13700) add 2cfd8957b06 Fixed wrong link add 3f19fbe0105 Add Spring Boot Docs add 80f1e21f440 Add Smb client configuration add 86842afe186 Polished add bf616cd524c CAMEL-20557: Rest DSL to use openapi spec directly add 31699bd91c8 camel-smb: polish add ed12b8a0d1c CAMEL-20562 - Camel-AWS-Bedrock: Support Mistral AI models - Mistral 8x7B Instruct add 650e1aa9166 CAMEL-20562 - Camel-AWS-Bedrock: Support Mistral AI models - Mistral 8x7B Instruct add 46d5af7431a CAMEL-20557: Rest DSL to use openapi spec directly add 30928a1a89a Regen add 846e43b3487 Bump com.fasterxml.woodstox:woodstox-core from 6.6.1 to 6.6.2 (#13705) add d4526df5c72 (chores) camel-test-infra-arangodb: use the correct property for startup attempts add 3d844b0d2eb (chores) camel-test-infra-arangodb: upgrade to the ArangoDB 3.11.8 add 88d6be77241 (chores) camel-test-infra-openldap: decouple the container from the local service add d9fb364bd66 (chores) camel-test-infra-redis: decouple the container from the local service add ff1ad0ae9c2 CAMEL-19533 - camel-mail: replace Thread.sleep in tests. add c4499beb638 CAMEL-19543 - camel-sjms2: replace Thread.sleep in tests. add d5e89dacfec CAMEL-20640: Remove unused and old openapi v2 stuff add 9e563446713 Fixed missing license information on the top of the files add 2f9a0712b3a Regen SBOM from commit 9e563446713838887fa969aed0b4c59caeb71fea (#13709) add 71a21b78345 CAMEL-18017: return body part fields copied from parsed MDN entity to avoid corruption (#13708) add be07323653b Fix camel-vertx-websocket endpoint instantiation when connection to remote websocket server (#13707) No new revisions were added by this update. Summary of changes: camel-sbom/camel-sbom.json | 4344 ++++++++++---------- camel-sbom/camel-sbom.xml | 3859 ++++++++--------- .../org/apache/camel/catalog/components/smb.json | 55 +- .../AS2MessageDispositionNotificationEntity.java | 15 +- .../util/DispositionNotificationContentUtils.java | 10 +- .../component/as2/api/entity/EntityParserTest.java | 80 +- .../component/aws2/bedrock/BedrockModels.java | 4 +- .../aws2/bedrock/runtime/BedrockProducer.java | 13 + .../runtime/integration/BedrockProducerIT.java | 58 + .../mail/MailAttachmentsUmlautIssueTest.java | 9 +- .../camel/component/mail/MailDisconnectTest.java | 20 +- .../component/mail/MailPostProcessActionTest.java | 12 +- .../openapi/DefaultRestDefinitionsResolver.java | 6 - .../camel/openapi/RestDefinitionsResolver.java | 2 - .../apache/camel/openapi/RestOpenApiReader.java | 3 - .../openapi/jmx/JmxRestDefinitionsResolver.java | 18 - .../http/vertx/VertxPlatformHttpConsumer.java | 4 +- .../http/vertx/VertxPlatformHttpEngine.java | 4 +- ...sumer.java => DefaultPlatformHttpConsumer.java} | 33 +- .../platform/http/PlatformHttpComponent.java | 2 +- .../platform/http/PlatformHttpEndpoint.java | 10 +- .../platform/http/spi/PlatformHttpConsumer.java | 19 +- .../http/spi/PlatformHttpConsumerAware.java | 17 +- .../platform/http/spi/PlatformHttpEngine.java | 7 +- .../http/JettyCustomPlatformHttpConsumer.java | 5 +- .../http/JettyCustomPlatformHttpEngine.java | 4 +- .../DefaultRestOpenapiProcessorStrategy.java | 18 +- .../rest/openapi/RestOpenApiEndpoint.java | 9 +- .../rest/openapi/RestOpenApiProcessor.java | 41 +- .../rest/openapi/RestOpenapiProcessorStrategy.java | 8 +- .../consumer/InOnlyTopicDurableConsumerTest.java | 13 +- .../camel/component/smb/SmbEndpointConfigurer.java | 11 + .../camel/component/smb/SmbEndpointUriFactory.java | 8 +- .../org/apache/camel/component/smb/smb.json | 55 +- .../camel-smb/src/main/docs/smb-component.adoc | 5 + .../camel/component/smb/SmbConfiguration.java | 34 +- .../apache/camel/component/smb/SmbConsumer.java | 8 +- .../apache/camel/component/smb/SmbEndpoint.java | 3 +- .../apache/camel/component/smb/SmbComponentIT.java | 10 +- .../vertx/websocket/VertxWebsocketComponent.java | 13 +- .../VertxWebsocketEndpointConfigurationTest.java | 13 + .../camel/support/processor/RestBindingAdvice.java | 5 +- .../ROOT/pages/camel-4x-upgrade-guide-4_5.adoc | 4 +- .../ROOT/pages/camel-4x-upgrade-guide-4_6.adoc | 5 + .../modules/ROOT/pages/camel-4x-upgrade-guide.adoc | 2 +- .../modules/ROOT/pages/rest-dsl-openapi.adoc | 137 +- .../builder/endpoint/StaticEndpointBuilders.java | 4 +- .../endpoint/dsl/SmbEndpointBuilderFactory.java | 109 +- .../apache/camel/kotlin/components/SmbUriDsl.kt | 24 +- parent/pom.xml | 2 +- .../infra/arangodb/common/ArangoDBProperties.java | 1 + .../services/ArangoDBLocalContainerService.java | 2 +- .../infra/arangodb/services/container.properties | 2 +- .../infra/openldap/services/OpenLdapContainer.java | 29 +- .../services/OpenldapLocalContainerService.java | 53 +- .../test/infra/redis/services/RedisContainer.java | 47 + .../redis/services/RedisLocalContainerService.java | 27 +- 57 files changed, 5012 insertions(+), 4303 deletions(-) rename components/camel-platform-http/src/main/java/org/apache/camel/component/platform/http/{PlatformHttpConsumer.java => DefaultPlatformHttpConsumer.java} (67%) copy test-infra/camel-test-infra-arangodb/src/test/java/org/apache/camel/test/infra/arangodb/common/ArangoDBProperties.java => components/camel-platform-http/src/main/java/org/apache/camel/component/platform/http/spi/PlatformHttpConsumer.java (66%) copy test-infra/camel-test-infra-arangodb/src/test/java/org/apache/camel/test/infra/arangodb/common/ArangoDBProperties.java => components/camel-platform-http/src/main/java/org/apache/camel/component/platform/http/spi/PlatformHttpConsumerAware.java (70%) copy components/camel-aws/camel-aws-bedrock/src/main/java/org/apache/camel/component/aws2/bedrock/BedrockModels.java => test-infra/camel-test-infra-openldap/src/test/java/org/apache/camel/test/infra/openldap/services/OpenLdapContainer.java (50%) create mode 100644 test-infra/camel-test-infra-redis/src/test/java/org/apache/camel/test/infra/redis/services/RedisContainer.java