This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch camel-4.10.x in repository https://gitbox.apache.org/repos/asf/camel.git
from 46679fafb20 CAMEL-22282: camel-http: check if message body is empty deciding between GET vs POST also for stream cached new 5fd3875b5d7 CAMEL-22342: camel-jbang - Export using Maven GAV that has number can cause java compilation error new cfa9fabced3 camel-jbang: Fix UpdateList with latest code from main The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../dsl/jbang/core/commands/ExportBaseCommand.java | 21 --------- .../dsl/jbang/core/commands/ExportCamelMain.java | 2 + .../dsl/jbang/core/commands/ExportHelper.java | 50 ++++++++++++++++++++++ .../dsl/jbang/core/commands/ExportQuarkus.java | 2 + .../dsl/jbang/core/commands/ExportSpringBoot.java | 2 + .../dsl/jbang/core/commands/update/UpdateList.java | 46 ++++++++++++++------ ...lCommandBaseTest.java => ExportHelperTest.java} | 19 ++++---- .../java/org/apache/camel/main/KameletMain.java | 3 +- .../main/download/PackageNameSourceLoader.java | 18 +++++++- 9 files changed, 116 insertions(+), 47 deletions(-) create mode 100644 dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportHelper.java copy dsl/camel-jbang/camel-jbang-core/src/test/java/org/apache/camel/dsl/jbang/core/commands/{CamelCommandBaseTest.java => ExportHelperTest.java} (65%)