Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beans only have name and type in route export #2093

Closed
tplevko opened this issue Mar 17, 2025 · 0 comments · Fixed by #2101
Closed

Beans only have name and type in route export #2093

tplevko opened this issue Mar 17, 2025 · 0 comments · Fixed by #2101
Assignees
Labels
bug Something isn't working
Milestone

Comments

@tplevko
Copy link
Contributor

tplevko commented Mar 17, 2025

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:

Image

@lordrip lordrip added the bug Something isn't working label Mar 18, 2025
@lordrip lordrip moved this from New to Backlog in Kanban Board Mar 18, 2025
@igarashitm igarashitm self-assigned this Mar 18, 2025
igarashitm added a commit to igarashitm/kaoto that referenced this issue Mar 18, 2025
igarashitm added a commit to igarashitm/kaoto that referenced this issue Mar 19, 2025
@github-project-automation github-project-automation bot moved this from Backlog to Done in Kanban Board Mar 20, 2025
@lordrip lordrip added this to the 2.5.0 milestone Mar 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants