This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from cf655c2aefa Regen for commit e116bfb301e94bb296ab9770ee0e0bd6e5c3c308 
(#7667)
     new 5f87d8b01a6 camel-jbang - Polished
     new 895cf7fc771 CAMEL-18117: camel-jbang - Use profile for commands such 
as run, uber-jar, which allows the profile to control which properties file to 
use with settings.
     new 7db71673406 camel-jbang - Polished
     new bc629b0b5b8 camel-jbang - Polished
     new 82ca7fb67be CAMEL-18117: camel-jbang - Use profile for commands such 
as run, uber-jar, which allows the profile to control which properties file to 
use with settings.

The 5 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:
 .../apache/camel/dsl/jbang/core/commands/Bind.java |  11 +-
 .../camel/dsl/jbang/core/commands/Build.java       |  16 ++-
 .../{CodeGenerator.java => CamelCommand.java}      |  24 +++--
 .../dsl/jbang/core/commands/CamelJBangMain.java    |  37 ++++---
 .../dsl/jbang/core/commands/CodeGenerator.java     |   9 +-
 .../dsl/jbang/core/commands/CodeRestGenerator.java |   9 +-
 .../camel/dsl/jbang/core/commands/Deploy.java      |  10 +-
 .../camel/dsl/jbang/core/commands/Image.java       |   9 +-
 .../apache/camel/dsl/jbang/core/commands/Init.java |  10 +-
 .../camel/dsl/jbang/core/commands/Manifest.java    |   9 +-
 .../camel/dsl/jbang/core/commands/Package.java     |  16 ++-
 .../apache/camel/dsl/jbang/core/commands/Pipe.java |  15 ++-
 .../camel/dsl/jbang/core/commands/Profile.java     |   3 +-
 .../{PropertiesHelper.java => ProfileHelper.java}  |  44 ++++----
 .../apache/camel/dsl/jbang/core/commands/Run.java  | 120 +++++++++++----------
 .../camel/dsl/jbang/core/commands/UberJar.java     |  49 ++++++---
 .../camel/dsl/jbang/core/commands/Undeploy.java    |   9 +-
 17 files changed, 216 insertions(+), 184 deletions(-)
 copy 
dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/{CodeGenerator.java
 => CamelCommand.java} (72%)
 rename 
dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/{PropertiesHelper.java
 => ProfileHelper.java} (84%)

Reply via email to