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

jamesnetherton pushed a commit to branch camel-quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git


The following commit(s) were added to refs/heads/camel-quarkus-main by this 
push:
     new 13b1753  Move message-bridge test related config into src/main 
application.properties
13b1753 is described below

commit 13b1753880f26d3b436626dcf195063d32e935d2
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Wed Dec 11 14:20:04 2024 +0000

    Move message-bridge test related config into src/main application.properties
---
 .../src/main/resources/application.properties         |  6 +++++-
 .../src/test/resources/application.properties         | 19 -------------------
 2 files changed, 5 insertions(+), 20 deletions(-)

diff --git a/message-bridge/src/main/resources/application.properties 
b/message-bridge/src/main/resources/application.properties
index b73d445..01b8b1f 100644
--- a/message-bridge/src/main/resources/application.properties
+++ b/message-bridge/src/main/resources/application.properties
@@ -47,4 +47,8 @@ dummy.resource.directory=target/DummyXAResource
 quarkus.transaction-manager.enable-recovery=true
 
 # do not block artemis if there is less than 10% of free disk space
-quarkus.artemis.devservices.extra-args=--no-autotune --mapped --no-fsync 
--java-options=-Dbrokerconfig.maxDiskUsage=-1
\ No newline at end of file
+quarkus.artemis.devservices.extra-args=--no-autotune --mapped --no-fsync 
--java-options=-Dbrokerconfig.maxDiskUsage=-1
+
+# Silence the logs from the in memory activemq broker
+%test.quarkus.log.category."org.apache.activemq".level=FATAL
+%test.ibm.mq.container.license=accept
diff --git a/message-bridge/src/test/resources/application.properties 
b/message-bridge/src/test/resources/application.properties
deleted file mode 100644
index 3d4bc37..0000000
--- a/message-bridge/src/test/resources/application.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-## ---------------------------------------------------------------------------
-## Licensed to the Apache Software Foundation (ASF) under one or more
-## contributor license agreements.  See the NOTICE file distributed with
-## this work for additional information regarding copyright ownership.
-## The ASF licenses this file to You under the Apache License, Version 2.0
-## (the "License"); you may not use this file except in compliance with
-## the License.  You may obtain a copy of the License at
-##
-##      http://www.apache.org/licenses/LICENSE-2.0
-##
-## Unless required by applicable law or agreed to in writing, software
-## distributed under the License is distributed on an "AS IS" BASIS,
-## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-## See the License for the specific language governing permissions and
-## limitations under the License.
-## ---------------------------------------------------------------------------
-# Silence the logs from the in memory activemq broker
-quarkus.log.category."org.apache.activemq".level=FATAL
-ibm.mq.container.license=accept

Reply via email to