This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a change to branch CAMEL-23209
in repository https://gitbox.apache.org/repos/asf/camel.git
from 2ae5afefe64a CAMEL-23209: Revert null check in
copyFileContentFromContainer
add 8c43aa4f700a CAMEL-23210 - Camel-PQC: Add input validation for
algorithm combinations and key sizes in PQCProducer (#22074)
add f86fda0442c6 CAMEL-23212: Camel-Docling: Harden CLI argument injection
validation in camel-docling (#22082)
add 02a3006c26ea CAMEL-23187: Fix RunCommandITCase.runWithProperties
timeout (#22085)
add c00b0c61147a CAMEL-23202 - workaround jacoco with multirelease jar
add 10893bf89ce6 [build] Set TERM=dumb in CI to suppress JLine terminal
warnings (#22067)
add 555c74b8787d CAMEL-23213: Handle Spring Boot catalog provider
requiring JDK 21+ (#22087)
add 4c0195359915 Merge main into CAMEL-23209
No new revisions were added by this update.
Summary of changes:
.github/actions/install-mvnd/action.yml | 4 +-
.../src/main/docs/docling-component.adoc | 53 +++++
.../camel/component/docling/DoclingProducer.java | 151 ++++++++++++--
.../docling/DoclingCustomArgsValidationTest.java | 122 ++++++++++-
.../apache/camel/component/pqc/PQCProducer.java | 157 +++++++++++++++
.../component/pqc/PQCInputValidationTest.java | 223 +++++++++++++++++++++
coverage/pom.xml | 6 +
.../camel/dsl/jbang/core/common/CatalogLoader.java | 13 +-
.../jbang/core/commands/DependencyListTest.java | 12 +-
.../jbang/core/commands/DependencyUpdateTest.java | 12 +-
.../commands/ExportMainApplicationProperties.java | 12 +-
.../camel/dsl/jbang/core/commands/ExportTest.java | 12 +-
.../camel/dsl/jbang/it/RunCommandITCase.java | 2 +-
parent/pom.xml | 4 +
14 files changed, 745 insertions(+), 38 deletions(-)
create mode 100644
components/camel-pqc/src/test/java/org/apache/camel/component/pqc/PQCInputValidationTest.java