apupier commented on PR #15372:
URL: https://github.com/apache/camel/pull/15372#issuecomment-2320339521
build failure unrelated to this PR:
```
diff --git
a/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/injection/AnnotationDependencyInjection.java
b/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/injection/AnnotationDependencyInjection.java
index 912d80a7..0479ba6d 100644
---
a/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/injection/AnnotationDependencyInjection.java
+++
b/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/injection/AnnotationDependencyInjection.java
@@ -159,7 +159,8 @@ public final class AnnotationDependencyInjection {
camelContext.getRegistry().unbind(beanName);
// use dependency injection factory to perform the task of
binding the bean to registry
Runnable task =
PluginHelper.getDependencyInjectionAnnotationFactory(camelContext)
- .createBindToRegistryFactory(name, instance, clazz,
beanName, false, bir.initMethod(), bir.destroyMethod());
+ .createBindToRegistryFactory(name, instance, clazz,
beanName, false, bir.initMethod(),
+ bir.destroyMethod());
task.run();
} else {
if (bir != null || cfg != null || instance instanceof
CamelConfiguration) {
```
created https://github.com/apache/camel/pull/15373 to fix the build failure
on main branch
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]