This is an automated email from the ASF dual-hosted git repository.
fmariani pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from fcab67a1f5e fix(components): compute properly endpoints with no name
new c7cd0282805 Allow configuration preset per directory
new b3bfd031341 Remove merge feature + use global instead of local
new 09a481a47fe Run cli testsuite on Mac + documentation
The 3 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:
.../modules/ROOT/pages/camel-jbang.adoc | 20 ++++++-
.../dsl/jbang/core/commands/CamelJBangMain.java | 2 +-
.../dsl/jbang/core/commands/config/ConfigGet.java | 5 +-
.../dsl/jbang/core/commands/config/ConfigList.java | 20 ++++++-
.../dsl/jbang/core/commands/config/ConfigSet.java | 15 ++++--
.../jbang/core/commands/config/ConfigUnset.java | 7 ++-
.../jbang/core/commands/version/VersionGet.java | 5 +-
.../jbang/core/commands/version/VersionSet.java | 10 ++--
.../dsl/jbang/core/common/CommandLineHelper.java | 61 ++++++++++++++++++----
.../dsl/jbang/core/commands/UserConfigHelper.java | 21 ++++++--
.../jbang/core/commands/config/BaseConfigTest.java | 32 +++++-------
.../jbang/core/commands/config/ConfigGetTest.java | 15 +++++-
.../jbang/core/commands/config/ConfigListTest.java | 47 +++++++++++++++--
.../jbang/core/commands/config/ConfigSetTest.java | 18 ++++++-
.../core/commands/config/ConfigUnsetTest.java | 22 +++++++-
.../camel/test/infra/cli/services/Dockerfile | 2 +-
16 files changed, 242 insertions(+), 60 deletions(-)
copy
core/camel-util/src/main/java/org/apache/camel/util/function/ThrowingSupplier.java
=>
dsl/camel-jbang/camel-jbang-core/src/test/java/org/apache/camel/dsl/jbang/core/commands/config/BaseConfigTest.java
(64%)