This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch automatic-periodic-sync
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
omit e631edd8575 [create-pull-request] automated change
add 136ac6d3f4f [create-pull-request] automated change (#1813)
add da1d5bcfe0b Regen
add 747e663c125 Migrate infinispan-commons-test to infinispan-testing
add db1f0dd7429 Regen
add 22193626a9c Regen
add a8da88d6de7 Fix warnings in AWS2 SQS tests
add 901336e57e4 Remove IT test related to removed camel-github component
add 2ad47a61137 CAMEL-23755 - force jooq version compatible with JDK 17
(#1818)
add c527d92320f [create-pull-request] automated change
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 (e631edd8575)
\
N -- N -- N refs/heads/automatic-periodic-sync (c527d92320f)
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:
.../components/elasticsearch-rest-client.json | 7 +-
.../catalog/components/elasticsearch.json | 7 +-
.../camel/springboot/catalog/components/http.json | 38 +++---
.../camel/springboot/catalog/components/https.json | 38 +++---
.../camel/springboot/catalog/components/imap.json | 134 +++++++++++----------
.../camel/springboot/catalog/components/imaps.json | 134 +++++++++++----------
.../camel/springboot/catalog/components/jetty.json | 3 +-
.../springboot/catalog/components/netty-http.json | 19 +--
.../springboot/catalog/components/openai.json | 59 ++++-----
.../catalog/components/platform-http.json | 2 +-
.../camel/springboot/catalog/components/pop3.json | 134 +++++++++++----------
.../camel/springboot/catalog/components/pop3s.json | 134 +++++++++++----------
.../catalog/components/rest-openapi.json | 3 +-
.../springboot/catalog/components/servlet.json | 13 +-
.../camel/springboot/catalog/components/smtp.json | 134 +++++++++++----------
.../camel/springboot/catalog/components/smtps.json | 134 +++++++++++----------
.../camel/springboot/catalog/components/solr.json | 7 +-
.../springboot/catalog/components/spring-ws.json | 45 +++----
.../springboot/catalog/components/undertow.json | 13 +-
.../springboot/catalog/components/whatsapp.json | 3 +-
.../catalog/dev-consoles/route-dump.json | 2 +-
.../component/aws2/sqs/JmsStyleSelectorTest.java | 3 -
.../camel/component/aws2/sqs/SqsComponentTest.java | 1 -
.../component/aws2/sqs/SqsDeadletterTest.java | 5 -
.../component/aws2/sqs/SqsDelayedQueueTest.java | 6 +-
.../component/aws2/sqs/SqsOperationsTest.java | 2 -
.../aws2/sqs/SqsProducerAutoCreateQueueTest.java | 17 +--
.../src/main/docs/elasticsearch-rest-client.json | 13 ++
...sticsearchRestClientComponentConfiguration.java | 29 +++++
.../ElasticsearchRestClientComponentConverter.java | 2 +
.../src/main/docs/elasticsearch.json | 13 ++
.../ElasticsearchComponentConfiguration.java | 29 +++++
.../ElasticsearchComponentConverter.java | 2 +
.../camel-http-starter/src/main/docs/http.json | 7 ++
.../springboot/HttpComponentConfiguration.java | 23 ++++
.../camel-infinispan-starter/pom.xml | 2 +-
.../camel-mail-starter/src/main/docs/mail.json | 28 +++++
.../springboot/MailComponentConfiguration.java | 58 +++++++++
.../camel-solr-starter/src/main/docs/solr.json | 13 ++
.../springboot/SolrComponentConfiguration.java | 29 +++++
.../solr/springboot/SolrComponentConverter.java | 2 +
.../src/main/docs/spring-boot.json | 2 +-
parent/pom.xml | 5 +
.../camel/itest/springboot/CamelGithubIT.java | 28 -----
tooling/camel-spring-boot-dependencies/pom.xml | 87 +++++++------
45 files changed, 879 insertions(+), 590 deletions(-)
delete mode 100644
tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelGithubIT.java