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 b154df32b8 Apply RoutesDiscoveryConfig deprecation only to enabled()
method
b154df32b8 is described below
commit b154df32b87f4e9cb5e0a6abc40517ce2f4835fd
Author: James Netherton <[email protected]>
AuthorDate: Tue Aug 5 07:07:21 2025 +0100
Apply RoutesDiscoveryConfig deprecation only to enabled() method
---
.../src/main/java/org/apache/camel/quarkus/core/CamelConfig.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/CamelConfig.java
b/extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/CamelConfig.java
index d1cbfa6a7c..475b792130 100644
---
a/extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/CamelConfig.java
+++
b/extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/CamelConfig.java
@@ -52,7 +52,6 @@ public interface CamelConfig {
*
* @asciidoclet
*/
- @Deprecated(since = "3.26.0", forRemoval = true)
RoutesDiscoveryConfig routesDiscovery();
/**
@@ -120,6 +119,7 @@ public interface CamelConfig {
*
* @asciidoclet
*/
+ @Deprecated(since = "3.26.0", forRemoval = true)
@WithDefault("true")
boolean enabled();