camunda / connectors

Camunda Connectors
https://docs.camunda.io/docs/components/integration-framework/connectors/out-of-the-box-connectors/available-connectors-overview/
Apache License 2.0
34 stars 36 forks source link

Refactor spring boot starter, exclude `spring-boot-starter-web` dependency #2811

Open jonathanlukas opened 3 days ago

jonathanlukas commented 3 days ago

What should we do?

Refactor the spring boot starter by excluding the embedded webhook connector and modularize it.

Why should we do it?

This allows for using alternative web implementations (reactive stack).