This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch automatic-periodic-sync in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
omit aa639bf5b88 [create-pull-request] automated change add 1629311c647 [create-pull-request] automated change (#1200) add 1f7f8597edb Regen add 5d34256bb43 Regen add 41ffde503d8 Regen add 670853c4dde Regen add ed5530a4a5d CAMEL-19182: camel-platform-http-starter - Async processing with Spring Boot (#1199) 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 (aa639bf5b88) \ N -- N -- N refs/heads/automatic-periodic-sync (ed5530a4a5d) 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: .../catalog/components/atmosphere-websocket.json | 2 +- .../catalog/components/aws2-kinesis.json | 4 +- .../catalog/components/azure-eventhubs.json | 36 +++---- .../camel/springboot/catalog/components/http.json | 2 +- .../camel/springboot/catalog/components/https.json | 2 +- .../camel/springboot/catalog/components/jetty.json | 2 +- .../springboot/catalog/components/servlet.json | 2 +- .../src/main/docs/aws2-kinesis.json | 2 +- .../springboot/Kinesis2ComponentConfiguration.java | 9 +- .../src/main/docs/azure-eventhubs.json | 18 ++-- .../EventHubsComponentConfiguration.java | 44 ++++---- .../springboot/SpringBootPlatformHttpConsumer.java | 34 +++--- .../PlatformHttpAsyncRequestHandlingTest.java | 116 +++++++++++++++++++++ .../platform/http/springboot/PlatformHttpBase.java | 26 ++++- .../SpringBootPlatformHttpRestDSLTest.java | 28 +++-- .../springboot/SpringBootPlatformHttpTest.java | 28 +++-- .../src/test/resources/application.properties | 2 + 17 files changed, 265 insertions(+), 92 deletions(-) create mode 100644 components-starter/camel-platform-http-starter/src/test/java/org/apache/camel/component/platform/http/springboot/PlatformHttpAsyncRequestHandlingTest.java create mode 100644 components-starter/camel-platform-http-starter/src/test/resources/application.properties