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 e1c69601167 CAMEL-21298: camel-jbang - Version list command to output 
in json
     add 8ceb3e608a0 chore(deps): Bump io.netty:netty-bom from 4.1.113.Final to 
4.1.114.Final (#15793)
     add 6c905af838d chore(deps): Bump micrometer-version from 1.13.4 to 1.13.5 
(#15794)
     add 285ce2c2cb9 chore(deps): Bump io.github.classgraph:classgraph (#15796)
     add c752f3c9fca chore(deps): Bump 
com.googlecode.libphonenumber:libphonenumber (#15799)
     add cc8ae204138 chore(deps): Bump com.cedarsoftware:java-util from 2.14.0 
to 2.15.0 (#15800)
     add 0f60409d5ce fix(jbang): include platform-http dependency
     add 755401a17df chore(deps): Bump cometd-java-server-version from 8.0.5 to 
8.0.6
     add d079c85ea59 Fix and update spring ws tests (#15801)
     add 6bbb9db37bb CAMEL-21300: camel-platform-http - Consumer should have 
option to control if writing response failing should cause Exchange to fail 
(#15802)
     add 677e70400e2 Cleanup dependency management (#15790)

No new revisions were added by this update.

Summary of changes:
 catalog/camel-catalog-common/pom.xml               |  12 -
 .../camel/catalog/components/platform-http.json    |  34 +-
 catalog/camel-csimple-maven-plugin/pom.xml         |  12 -
 catalog/camel-report-maven-plugin/pom.xml          |  12 -
 .../camel-debezium-maven-plugin/pom.xml            |  12 -
 .../http/vertx/VertxPlatformHttpConsumer.java      |  12 +-
 .../http/PlatformHttpComponentConfigurer.java      |   6 +
 .../http/PlatformHttpEndpointConfigurer.java       |   6 +
 .../http/PlatformHttpEndpointUriFactory.java       |   3 +-
 .../component/platform/http/platform-http.json     |  34 +-
 .../platform/http/PlatformHttpComponent.java       |  17 +-
 .../platform/http/PlatformHttpEndpoint.java        |  20 +-
 .../camel-salesforce-codegen/pom.xml               |  12 -
 .../camel-salesforce-maven-plugin/pom.xml          |  12 -
 .../camel-servicenow-maven-plugin/pom.xml          |  12 -
 ...rEndpointMappingByBeanNameRouteTest-context.xml |   2 +-
 ...intMappingResponseHandlingRouteTest-context.xml |  16 +-
 .../spring/ws/ProducerLocalRouteTest-context.xml   |   2 +-
 .../component/spring/ws/SoapHeaderTest-context.xml |   2 +-
 .../ws/SoapResponseAttachmentTest-context.xml      |   2 +-
 .../ws/addresing/CamelDirectSenderTest-context.xml |  10 +-
 .../ConsumerWSAParamsActionTests-context.xml       |  28 +-
 .../addresing/ConsumerWSAParamsTOTests-context.xml |  28 +-
 .../addresing/ProducerParamsBasicTest-context.xml  |  18 +-
 .../ProducerParamsPrecedenceTest-context.xml       |  12 +-
 .../dsl/PlatformHttpComponentBuilderFactory.java   |  22 ++
 .../dsl/PlatformHttpEndpointBuilderFactory.java    |  38 +++
 .../dsl/jbang/core/commands/ExportQuarkus.java     |   3 +-
 .../src/main/resources/templates/quarkus-pom.tmpl  |   4 -
 .../main/resources/templates/spring-boot-pom.tmpl  |   4 -
 .../camel-yaml-dsl-maven-plugin/pom.xml            |  12 -
 parent/pom.xml                                     | 363 ++++++++++++++++++++-
 tooling/camel-tooling-maven/pom.xml                |   4 +
 tooling/maven/bom-generator-maven-plugin/pom.xml   |  11 -
 .../maven/camel-api-component-maven-plugin/pom.xml |  11 -
 tooling/maven/camel-component-maven-plugin/pom.xml |  11 -
 .../pom.xml                                        |  11 -
 tooling/maven/camel-maven-plugin/pom.xml           |  11 -
 tooling/maven/camel-package-maven-plugin/pom.xml   |  12 -
 tooling/maven/camel-restdsl-openapi-plugin/pom.xml |  11 -
 tooling/maven/sync-properties-maven-plugin/pom.xml |  12 -
 tooling/parent/pom.xml                             | 183 -----------
 42 files changed, 570 insertions(+), 489 deletions(-)

Reply via email to