This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch camel-4.14.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-4.14.x by this push:
new debbacef0005 CAMEL-22603: camel-jbang - Add CSB/CEQ imports to known
dependencies
debbacef0005 is described below
commit debbacef00054c96ba483a3086d055faec331d36
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Oct 24 16:27:16 2025 +0200
CAMEL-22603: camel-jbang - Add CSB/CEQ imports to known dependencies
---
.../resources/camel-main-known-dependencies.properties | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git
a/dsl/camel-kamelet-main/src/main/resources/camel-main-known-dependencies.properties
b/dsl/camel-kamelet-main/src/main/resources/camel-main-known-dependencies.properties
index 52053d4f6c87..fbdf11c8b261 100644
---
a/dsl/camel-kamelet-main/src/main/resources/camel-main-known-dependencies.properties
+++
b/dsl/camel-kamelet-main/src/main/resources/camel-main-known-dependencies.properties
@@ -15,6 +15,20 @@
## limitations under the License.
## ---------------------------------------------------------------------------
+org.springframework.beans.factory.annotation.Autowired = camel:spring
+org.springframework.context.annotation.Bean = camel:spring
+org.springframework.stereotype.Component = camel:spring
+org.springframework.beans.factory.annotation.Qualifier = camel:spring
+org.springframework.stereotype.Service = camel:spring
+org.springframework.beans.factory.annotation.Value = camel:spring
+
+jakarta.enterprise.context.ApplicationScoped =
io.quarkus:quarkus-core:${quarkus-version}
+jakarta.inject.Inject = io.quarkus:quarkus-core:${quarkus-version}
+jakarta.inject.Named = io.quarkus:quarkus-core:${quarkus-version}
+jakarta.enterprise.inject.Produces = io.quarkus:quarkus-core:${quarkus-version}
+jakarta.inject.Singleton = io.quarkus:quarkus-core:${quarkus-version}
+org.eclipse.microprofile.config.inject.ConfigProperty =
camel:microprofile-config
+
com.amazon.redshift.jdbc.Driver = com.amazon.redshift:redshift-jdbc42:2.1.0.33
com.microsoft.sqlserver.jdbc.SQLServerDriver =
com.microsoft.sqlserver:mssql-jdbc:12.10.0.jre11
com.mysql.cj.jdbc.Driver = com.mysql:mysql-connector-j:9.4.0