You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2020/11/10 16:08:07 UTC

[camel-k-runtime] branch master updated: Cleanup examples

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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/master by this push:
     new 87c03f6  Cleanup examples
87c03f6 is described below

commit 87c03f6818a03204c342f72cfdc3595934ddd2c7
Author: Luca Burgazzoli <lb...@gmail.com>
AuthorDate: Tue Nov 10 15:25:10 2020 +0100

    Cleanup examples
---
 examples/cron/data/application.properties                   | 4 +++-
 examples/cron/src/main/resources/application.properties     | 7 -------
 examples/groovy/data/application.properties                 | 6 ++++--
 examples/groovy/src/main/resources/application.properties   | 8 --------
 examples/java/data/application.properties                   | 6 ++++--
 examples/java/src/main/resources/application.properties     | 9 ---------
 examples/js/data/application.properties                     | 6 ++++--
 examples/js/src/main/resources/application.properties       | 8 --------
 examples/kamelets/data/application.properties               | 6 ++++--
 examples/kamelets/src/main/resources/application.properties | 7 -------
 examples/knative/data/application.properties                | 4 +++-
 examples/knative/src/main/resources/application.properties  | 8 --------
 examples/kotlin/data/application.properties                 | 6 ++++--
 examples/kotlin/src/main/resources/application.properties   | 4 ----
 examples/xml/data/application.properties                    | 6 ++++--
 examples/xml/src/main/resources/application.properties      | 8 +-------
 examples/yaml/data/application.properties                   | 8 +++++---
 examples/yaml/src/main/resources/application.properties     | 8 --------
 18 files changed, 36 insertions(+), 83 deletions(-)

diff --git a/examples/cron/data/application.properties b/examples/cron/data/application.properties
index c32de63..4b7f17c 100644
--- a/examples/cron/data/application.properties
+++ b/examples/cron/data/application.properties
@@ -16,9 +16,11 @@
 ## ---------------------------------------------------------------------------
 
 #
-# Quarkus
+# quarkus
 #
 quarkus.banner.enabled = false
+quarkus.log.level = INFO
+quarkus.log.category."org.apache.camel".level = INFO
 
 #
 # camel - main
diff --git a/examples/cron/src/main/resources/application.properties b/examples/cron/src/main/resources/application.properties
index 88c3528..d5450b7 100644
--- a/examples/cron/src/main/resources/application.properties
+++ b/examples/cron/src/main/resources/application.properties
@@ -14,11 +14,4 @@
 ## See the License for the specific language governing permissions and
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
-#
-# quarkus - log
-#
-quarkus.log.file.enable = false
-quarkus.log.console.enable = true
 
-quarkus.log.level = INFO
-quarkus.log.category."org.apache.camel".level = INFO
diff --git a/examples/groovy/data/application.properties b/examples/groovy/data/application.properties
index b3c7007..7e05518 100644
--- a/examples/groovy/data/application.properties
+++ b/examples/groovy/data/application.properties
@@ -16,9 +16,11 @@
 ## ---------------------------------------------------------------------------
 
 #
-# Quarkus
+# quarkus
 #
 quarkus.banner.enabled = false
+quarkus.log.level = INFO
+quarkus.log.category."org.apache.camel".level = INFO
 
 #
 # camel - main
@@ -28,7 +30,7 @@ camel.main.stream-caching-enabled = true
 camel.main.stream-caching-spool-directory = ${java.io.tmpdir}/camel-q
 
 #
-# Integration
+# integration
 #
 message = test-xs
 
diff --git a/examples/groovy/src/main/resources/application.properties b/examples/groovy/src/main/resources/application.properties
index 3ac1675..d5450b7 100644
--- a/examples/groovy/src/main/resources/application.properties
+++ b/examples/groovy/src/main/resources/application.properties
@@ -15,11 +15,3 @@
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
 
-#
-# quarkus
-#
-quarkus.log.file.enable = false
-quarkus.log.console.enable = true
-
-quarkus.log.level = INFO
-quarkus.log.category."org.apache.camel".level = INFO
diff --git a/examples/java/data/application.properties b/examples/java/data/application.properties
index b3c7007..7e05518 100644
--- a/examples/java/data/application.properties
+++ b/examples/java/data/application.properties
@@ -16,9 +16,11 @@
 ## ---------------------------------------------------------------------------
 
 #
-# Quarkus
+# quarkus
 #
 quarkus.banner.enabled = false
+quarkus.log.level = INFO
+quarkus.log.category."org.apache.camel".level = INFO
 
 #
 # camel - main
@@ -28,7 +30,7 @@ camel.main.stream-caching-enabled = true
 camel.main.stream-caching-spool-directory = ${java.io.tmpdir}/camel-q
 
 #
-# Integration
+# integration
 #
 message = test-xs
 
diff --git a/examples/java/src/main/resources/application.properties b/examples/java/src/main/resources/application.properties
index 3ac1675..fa7a54b 100644
--- a/examples/java/src/main/resources/application.properties
+++ b/examples/java/src/main/resources/application.properties
@@ -14,12 +14,3 @@
 ## See the License for the specific language governing permissions and
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
-
-#
-# quarkus
-#
-quarkus.log.file.enable = false
-quarkus.log.console.enable = true
-
-quarkus.log.level = INFO
-quarkus.log.category."org.apache.camel".level = INFO
diff --git a/examples/js/data/application.properties b/examples/js/data/application.properties
index b3c7007..7e05518 100644
--- a/examples/js/data/application.properties
+++ b/examples/js/data/application.properties
@@ -16,9 +16,11 @@
 ## ---------------------------------------------------------------------------
 
 #
-# Quarkus
+# quarkus
 #
 quarkus.banner.enabled = false
+quarkus.log.level = INFO
+quarkus.log.category."org.apache.camel".level = INFO
 
 #
 # camel - main
@@ -28,7 +30,7 @@ camel.main.stream-caching-enabled = true
 camel.main.stream-caching-spool-directory = ${java.io.tmpdir}/camel-q
 
 #
-# Integration
+# integration
 #
 message = test-xs
 
diff --git a/examples/js/src/main/resources/application.properties b/examples/js/src/main/resources/application.properties
index 3ac1675..d5450b7 100644
--- a/examples/js/src/main/resources/application.properties
+++ b/examples/js/src/main/resources/application.properties
@@ -15,11 +15,3 @@
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
 
-#
-# quarkus
-#
-quarkus.log.file.enable = false
-quarkus.log.console.enable = true
-
-quarkus.log.level = INFO
-quarkus.log.category."org.apache.camel".level = INFO
diff --git a/examples/kamelets/data/application.properties b/examples/kamelets/data/application.properties
index 25628f5..74d4f87 100644
--- a/examples/kamelets/data/application.properties
+++ b/examples/kamelets/data/application.properties
@@ -16,9 +16,11 @@
 ## ---------------------------------------------------------------------------
 
 #
-# logging
+# quarkus
 #
-logging.level.org.apache.camel.k = INFO
+quarkus.banner.enabled = false
+quarkus.log.level = INFO
+quarkus.log.category."org.apache.camel".level = INFO
 
 #
 # camel - main
diff --git a/examples/kamelets/src/main/resources/application.properties b/examples/kamelets/src/main/resources/application.properties
index f56a6e1..d5450b7 100644
--- a/examples/kamelets/src/main/resources/application.properties
+++ b/examples/kamelets/src/main/resources/application.properties
@@ -15,10 +15,3 @@
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
 
-#
-# quarkus
-#
-quarkus.banner.enabled = false
-quarkus.log.console.enable = true
-quarkus.log.level = INFO
-quarkus.log.category."org.apache.camel".level = INFO
diff --git a/examples/knative/data/application.properties b/examples/knative/data/application.properties
index afc8456..b963d7e 100644
--- a/examples/knative/data/application.properties
+++ b/examples/knative/data/application.properties
@@ -16,9 +16,11 @@
 ## ---------------------------------------------------------------------------
 
 #
-# Quarkus
+# quarkus
 #
 quarkus.banner.enabled = false
+quarkus.log.level = INFO
+quarkus.log.category."org.apache.camel".level = INFO
 
 #
 # camel
diff --git a/examples/knative/src/main/resources/application.properties b/examples/knative/src/main/resources/application.properties
index 3ac1675..d5450b7 100644
--- a/examples/knative/src/main/resources/application.properties
+++ b/examples/knative/src/main/resources/application.properties
@@ -15,11 +15,3 @@
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
 
-#
-# quarkus
-#
-quarkus.log.file.enable = false
-quarkus.log.console.enable = true
-
-quarkus.log.level = INFO
-quarkus.log.category."org.apache.camel".level = INFO
diff --git a/examples/kotlin/data/application.properties b/examples/kotlin/data/application.properties
index b3c7007..061a481 100644
--- a/examples/kotlin/data/application.properties
+++ b/examples/kotlin/data/application.properties
@@ -16,12 +16,14 @@
 ## ---------------------------------------------------------------------------
 
 #
-# Quarkus
+# quarkus
 #
 quarkus.banner.enabled = false
+quarkus.log.level = INFO
+quarkus.log.category."org.apache.camel".level = INFO
 
 #
-# camel - main
+# Camel - main
 #
 camel.main.name = camel-q
 camel.main.stream-caching-enabled = true
diff --git a/examples/kotlin/src/main/resources/application.properties b/examples/kotlin/src/main/resources/application.properties
index 1ba4656..fa7a54b 100644
--- a/examples/kotlin/src/main/resources/application.properties
+++ b/examples/kotlin/src/main/resources/application.properties
@@ -14,7 +14,3 @@
 ## See the License for the specific language governing permissions and
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
-
-#
-# empty file to avoid build warning
-#
\ No newline at end of file
diff --git a/examples/xml/data/application.properties b/examples/xml/data/application.properties
index 15f63b0..57afec5 100644
--- a/examples/xml/data/application.properties
+++ b/examples/xml/data/application.properties
@@ -16,9 +16,11 @@
 ## ---------------------------------------------------------------------------
 
 #
-# Quarkus
+# quarkus
 #
 quarkus.banner.enabled = false
+quarkus.log.level = INFO
+quarkus.log.category."org.apache.camel".level = INFO
 
 #
 # camel - main
@@ -28,7 +30,7 @@ camel.main.stream-caching-enabled = true
 camel.main.stream-caching-spool-directory = ${java.io.tmpdir}/camel-q
 
 #
-# Integration
+# integration
 #
 period = 1s
 message = test-app
diff --git a/examples/xml/src/main/resources/application.properties b/examples/xml/src/main/resources/application.properties
index 88c3528..f928a95 100644
--- a/examples/xml/src/main/resources/application.properties
+++ b/examples/xml/src/main/resources/application.properties
@@ -14,11 +14,5 @@
 ## See the License for the specific language governing permissions and
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
-#
-# quarkus - log
-#
-quarkus.log.file.enable = false
-quarkus.log.console.enable = true
 
-quarkus.log.level = INFO
-quarkus.log.category."org.apache.camel".level = INFO
+
diff --git a/examples/yaml/data/application.properties b/examples/yaml/data/application.properties
index 70e98f8..d6beb61 100644
--- a/examples/yaml/data/application.properties
+++ b/examples/yaml/data/application.properties
@@ -16,10 +16,12 @@
 ## ---------------------------------------------------------------------------
 
 #
-# Quarkus
+# quarkus
 #
 quarkus.http.port = 9988
 quarkus.banner.enabled = false
+quarkus.log.level = INFO
+quarkus.log.category."org.apache.camel".level = INFO
 
 #
 # camel - main
@@ -29,12 +31,12 @@ camel.main.stream-caching-enabled = true
 camel.main.stream-caching-spool-directory = ${java.io.tmpdir}/camel-q
 
 #
-# Camel - rest
+# camel - rest
 #
 camel.rest.component = platform-http
 
 #
-# Integration
+# integration
 #
 message = test-app
 
diff --git a/examples/yaml/src/main/resources/application.properties b/examples/yaml/src/main/resources/application.properties
index 88c3528..fa7a54b 100644
--- a/examples/yaml/src/main/resources/application.properties
+++ b/examples/yaml/src/main/resources/application.properties
@@ -14,11 +14,3 @@
 ## See the License for the specific language governing permissions and
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
-#
-# quarkus - log
-#
-quarkus.log.file.enable = false
-quarkus.log.console.enable = true
-
-quarkus.log.level = INFO
-quarkus.log.category."org.apache.camel".level = INFO