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 e472759ef4a [create-pull-request] automated change add dab8a15e3e9 [create-pull-request] automated change add 2f9659d50a9 Regen add d1449e24096 CAMEL-18507: camel-resilience4j - Add option to throw exception if CB rejected due to half-open/open state add b0e105c1843 [CAMEL-18509]use servlet transport for camel-cxf spring boot test 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 (e472759ef4a) \ N -- N -- N refs/heads/automatic-periodic-sync (b0e105c1843) 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/springboot/catalog/components/imap.json | 4 + .../camel/springboot/catalog/components/imaps.json | 4 + .../camel/springboot/catalog/components/pop3.json | 4 + .../camel/springboot/catalog/components/pop3s.json | 4 + .../camel/springboot/catalog/components/smtp.json | 4 + .../camel/springboot/catalog/components/smtps.json | 4 + .../camel-core-starter/src/main/docs/core.json | 7 ++ .../Resilience4jConfigurationDefinitionCommon.java | 15 ++++ components-starter/camel-cxf-rest-starter/pom.xml | 22 ++++++ .../rest/springboot/CxfRsConsumerWithBeanTest.java | 27 ++++--- .../rest/springboot/CxfRsProducerSessionTest.java | 26 +++---- .../cxf/rest/springboot/CxfRsStreamCacheTest.java | 25 +++++-- .../routes/CxfRsSpringProducerSession.xml | 6 +- components-starter/camel-cxf-soap-starter/pom.xml | 22 ++++++ .../cxf/soap/springboot/CXFMultiPartTest.java | 16 +++- .../soap/springboot/CxfConsumerMessageTest.java | 20 +++-- .../CxfConsumerPayLoadConverterTest.java | 12 ++- .../soap/springboot/CxfConsumerPayloadTest.java | 86 +++++++++++----------- .../soap/springboot/CxfConsumerProviderTest.java | 22 ++++-- .../cxf/soap/springboot/WSSUsernameTokenTest.java | 21 ++++-- .../src/test/resources/routes/MultiPartTest.xml | 2 +- .../src/test/resources/routes/soap-security.xml | 2 +- .../camel-mail-starter/src/main/docs/mail.json | 12 +++ .../springboot/MailComponentConfiguration.java | 31 ++++++++ 24 files changed, 296 insertions(+), 102 deletions(-)