You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/11/09 07:12:49 UTC

[camel] branch main updated: Regen for commit 61447d837f8d2b9bbad158844229c2a4cbf7e2cc

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 32dec8499b4 Regen for commit 61447d837f8d2b9bbad158844229c2a4cbf7e2cc
32dec8499b4 is described below

commit 32dec8499b4c2870c55be35ca36e7bad548ce03a
Author: davsclaus <da...@users.noreply.github.com>
AuthorDate: Wed Nov 9 07:06:52 2022 +0000

    Regen for commit 61447d837f8d2b9bbad158844229c2a4cbf7e2cc
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../org/apache/camel/dsl/jbang/core/commands/ExportSpringBoot.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportSpringBoot.java b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportSpringBoot.java
index 7bbfa905a2c..055708ed387 100644
--- a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportSpringBoot.java
+++ b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportSpringBoot.java
@@ -159,8 +159,8 @@ class ExportSpringBoot extends Export {
             String value = allProps.getProperty(key);
             jkubeProperties.append("        <").append(key).append(">").append(value).append("</").append(key).append(">\n");
         });
-        context = context.replaceFirst(Pattern.quote("{{ .jkubeProperties }}"), Matcher.quoteReplacement(jkubeProperties.toString()));
-
+        context = context.replaceFirst(Pattern.quote("{{ .jkubeProperties }}"),
+                Matcher.quoteReplacement(jkubeProperties.toString()));
 
         Properties prop = new CamelCaseOrderedProperties();
         RuntimeUtil.loadProperties(prop, settings);