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

provide spring boot autoconfiguration #78

Open
jangalinski opened this issue Jan 21, 2022 · 0 comments
Open

provide spring boot autoconfiguration #78

jangalinski opened this issue Jan 21, 2022 · 0 comments
Assignees
Milestone

Comments

@jangalinski
Copy link
Contributor

see #31

currently, I have to use the spring dependency and add a bean configuration to my app:

@Bean
  fun camel(processEngine:ProcessEngine, camelContext: CamelContext) = CamelServiceImpl().apply {
    setCamelContext(camelContext)
    setProcessEngine(processEngine)

    camelContext.addComponent(CamundaBpmConstants.CAMUNDA_BPM_CAMEL_URI_SCHEME, CamundaBpmComponent(processEngine))
  }

I would love to have en autoconfiguration for this ... it should follow the @EnableCamundaCamel convention and not use the spring-factories config so I can easily choose to enable/disable independent of the jar on my classpath

@jangalinski jangalinski self-assigned this Jan 21, 2022
@jangalinski jangalinski added this to the 0.9.0 milestone Jan 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant