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 c089d56 CAMEL-16400: split unit and integration tests for camel-spring-rabbitmq (#5382) add c3addd9 (chores): use JUnit's 5 @DisabledOnOs for disabling tests on specific OSes (#5383) add 89514f4 Upgrade AWS SDK v2 to version 2.16.43 add 4319881 Sync deps add 81fea0c camel-bindy - Fix typo in BindyFixedLengthFactory javadoc add 37ada72 camel-netty-http - Fixed flaky test add c9c4c74 CAMEL-16366: camel-netty and camel-netty-http - Support Exchange pooling. add a5fdf24 Fixed camel-report maven plugin to use a specific http client which is what maven plexus uses. add 0af36b5 CAMEL-16518 - Deprecate Camel-APNS add 6aa5b1b CAMEL-16518 - Deprecate Camel-APNS add 05e357d Regen add ee1d527 Upgrade Optaplanner to version 8.5.0.Final add aa4a194 Sync deps add c24dad8 Upgrade JBPM to version 7.52.0.Final add c95ab4b Sync deps add 129b89c Fixed CS No new revisions were added by this update. Summary of changes: camel-dependencies/pom.xml | 6 ++--- catalog/camel-catalog-maven/pom.xml | 4 ++- .../org/apache/camel/catalog/components/apns.json | 2 +- .../apache/camel/catalog/docs/apns-component.adoc | 5 ++-- catalog/camel-report-maven-plugin/pom.xml | 14 ++++++++++ components/camel-apns/pom.xml | 2 +- .../services/org/apache/camel/component.properties | 2 +- .../org/apache/camel/component/apns/apns.json | 2 +- .../camel-apns/src/main/docs/apns-component.adoc | 5 ++-- components/camel-atom/pom.xml | 16 ----------- .../camel/component/atom/AtomEndpointTest.java | 3 +++ .../atom/AtomEntryPollingConsumerTest.java | 3 +++ .../AtomEntryPollingConsumerWithBasicAuthTest.java | 3 +++ .../camel/component/atom/AtomEntrySortTest.java | 3 +++ .../camel/component/atom/AtomGoodBlogsTest.java | 3 +++ .../camel/component/atom/AtomHttpConsumerTest.java | 3 +++ .../atom/AtomHttpNoCamelParametersTest.java | 3 +++ .../atom/AtomPollingConsumerIdleMessageTest.java | 3 +++ .../component/atom/AtomPollingConsumerTest.java | 3 +++ .../atom/AtomPollingConsumerWithBasicAuthTest.java | 3 +++ .../component/atom/AtomPollingLowDelayTest.java | 3 +++ .../component/atom/AtomPollingUnthrottledTest.java | 3 +++ .../camel/component/atom/AtomProducerTest.java | 3 +++ .../apache/camel/component/atom/AtomRouteTest.java | 3 +++ .../camel/component/atom/JettyTestServer.java | 3 +++ .../component/atom/UpdatedDateFilterTest.java | 3 +++ .../dataformat/bindy/BindyFixedLengthFactory.java | 6 ++--- components/camel-iota/pom.xml | 26 ------------------ .../camel/component/iota/IOTAProducerTest.java | 4 +++ .../http/handlers/HttpServerChannelHandler.java | 5 +--- .../netty/http/NettyHttpCompressTest.java | 31 +++++++++------------- .../netty/handlers/ServerChannelHandler.java | 4 ++- components/camel-printer/pom.xml | 16 ----------- .../camel/component/printer/PrinterPrintTest.java | 3 +++ .../component/ComponentsBuilderFactory.java | 1 + .../component/dsl/ApnsComponentBuilderFactory.java | 1 + .../src/generated/resources/metadata.json | 2 +- .../builder/endpoint/StaticEndpointBuilders.java | 2 ++ .../endpoint/dsl/ApnsEndpointBuilderFactory.java | 3 +++ .../modules/ROOT/pages/apns-component.adoc | 5 ++-- parent/pom.xml | 6 ++--- 41 files changed, 119 insertions(+), 102 deletions(-)