You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe the feature that you want to propose
When exporting the documentation for a route, the beans only have name and type properties in the exported document, even though they might have more properties specified.
Use e.g the route:
- route:
id: camel-route
from:
uri: timer
parameters:
timer: "#test"
timerName: test
steps:
- to:
uri: log:test
- beans:
- builderClass: test
builderMethod: test
destroyMethod: test
factoryBean: test
factoryMethod: test
initMethod: test
name: test
type: java.util.Timer
The exported documentation contains only:
The text was updated successfully, but these errors were encountered:
Please describe the feature that you want to propose
When exporting the documentation for a route, the beans only have
name
andtype
properties in the exported document, even though they might have more properties specified.Use e.g the route:
The exported documentation contains only:
The text was updated successfully, but these errors were encountered: