This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot_40x in repository https://gitbox.apache.org/repos/asf/camel.git
from b57a3fc42e9 Revert "CAMEL-19929: camel-main - Dev console for upload should support sub folders" add 51bd076a389 Fix FileConsumerThreadsInProgressIssueTest on Windows (#11599) add 8330e49945b CAMEL-19879: camel-rest- Add option to set headerfilterStrategy add 14e7937e349 CAMEL-19864: remove default value for normalizedLineSeparator (#11609) add 8474f4f3a6c Upgrade AWS SDK v2 to version 2.20.157 (#11608) add a5663dec3f9 Upgrade to CXF 4.0.3 (#11605) add 2f6dcc1d2e5 Upgrade license plugin 4.3 (#11607) add a2a380b6f33 (chores) camel-core: use implicit generics types add 74fc44449bf (chores) camel-core: vet and/or improve methods with varargs add a96f5f6f12d CAMEL-19930 - Camel-Jbang: Upgrade to Camel-Kamelets 4.0.1 (#11610) add e514be75127 Camel-Jbang SBOM generator command: adapt to make it works in Windows too (#11611) No new revisions were added by this update. Summary of changes: .../camel/catalog/dataformats/univocityCsv.json | 10 +++--- .../camel/catalog/dataformats/univocityFixed.json | 10 +++--- .../camel/catalog/dataformats/univocityTsv.json | 10 +++--- .../apache/camel/catalog/models/univocityCsv.json | 10 +++--- .../camel/catalog/models/univocityFixed.json | 10 +++--- .../apache/camel/catalog/models/univocityTsv.json | 10 +++--- .../apache/camel/catalog/schemas/camel-spring.xsd | 10 +++--- .../apache/camel/component/rest/RestComponent.java | 6 +++- .../camel/dataformat/univocity/univocityCsv.json | 10 +++--- .../camel/dataformat/univocity/univocityFixed.json | 10 +++--- .../camel/dataformat/univocity/univocityTsv.json | 10 +++--- .../org/apache/camel/spi/ComponentCustomizer.java | 16 ++++----- .../org/apache/camel/spi/DataFormatCustomizer.java | 16 ++++----- .../org/apache/camel/spi/LanguageCustomizer.java | 2 +- .../support/jsse/BaseSSLContextParameters.java | 10 +++--- .../support/jsse/SSLContextServerParameters.java | 4 +-- .../camel/impl/engine/AbstractDynamicRegistry.java | 2 +- .../camel/impl/engine/DefaultFactoryFinder.java | 2 +- .../camel/model/dataformat/univocityCsv.json | 10 +++--- .../camel/model/dataformat/univocityFixed.json | 10 +++--- .../camel/model/dataformat/univocityTsv.json | 10 +++--- .../org/apache/camel/builder/AdviceWithTasks.java | 2 +- .../org/apache/camel/builder/RouteBuilder.java | 3 +- .../org/apache/camel/model/CatchDefinition.java | 38 +++++++++++++++++++++- .../apache/camel/model/ProcessorDefinition.java | 35 +++++++++++++++++++- .../camel/model/RouteConfigurationDefinition.java | 3 +- .../dataformat/UniVocityAbstractDataFormat.java | 26 +++++++-------- .../java/org/apache/camel/processor/Splitter.java | 2 +- .../FileConsumerThreadsInProgressIssueTest.java | 3 +- .../support/FileWatcherResourceReloadStrategy.java | 2 +- .../org/apache/camel/support/ObjectHelper.java | 6 ++-- .../camel/support/component/ApiMethodParser.java | 2 +- .../main/java/org/apache/camel/util/Scanner.java | 2 +- .../java/org/apache/camel/util/StringHelper.java | 2 +- .../org/apache/camel/util/function/Suppliers.java | 6 ++-- .../apache/camel/util/function/ThrowingHelper.java | 8 ++--- .../dsl/jbang/core/commands/SBOMGenerator.java | 8 ++++- .../camel-jbang-main/dist/CamelJBang.java | 2 +- .../src/main/jbang/main/CamelJBang.java | 2 +- .../dsl/yaml/deserializers/ModelDeserializers.java | 30 ++++++++--------- .../generated/resources/schema/camelYamlDsl.json | 33 +++++++++---------- parent/pom.xml | 6 ++-- pom.xml | 2 +- 43 files changed, 245 insertions(+), 166 deletions(-)