davsclaus opened a new issue, #905:
URL: https://github.com/apache/camel-karavan/issues/905
In Camel 4.1 we make it more tooling friendly to configure beans, such as
constructors are now
```
- beans:
- name: orderService
type: "com.foo.OrderService"
constructors:
0: "true"
1: "#bean:office"
```
The numbers are 0, 1, 2 as index for the constructor.
There are plans for more, such as factory-method and start/stop methods.
--
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]