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

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


The following commit(s) were added to refs/heads/main by this push:
     new 546acb3d7f Remove workaround for CAMEL-18143
546acb3d7f is described below

commit 546acb3d7f089d14ddca3549a723724a15a49e15
Author: Lukas Lowinger <[email protected]>
AuthorDate: Mon Aug 11 15:15:47 2025 +0200

    Remove workaround for CAMEL-18143
---
 .../file/src/main/resources/application.properties    | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/integration-tests/file/src/main/resources/application.properties 
b/integration-tests/file/src/main/resources/application.properties
deleted file mode 100644
index 216a568010..0000000000
--- a/integration-tests/file/src/main/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.
-## ---------------------------------------------------------------------------
-
-#quick workaround caused by https://issues.apache.org/jira/browse/CAMEL-18143
-camel.component.quartz.autowired-enabled = false

Reply via email to