syndesisio / syndesis-project

Placeholder repository for project management
https://syndesis.io/
Apache License 2.0
6 stars 12 forks source link

Fix Camel connectors to support connector component class properties #171

Closed dhirajsb closed 6 years ago

dhirajsb commented 6 years ago

The current connector maven plugin only generates SpringBoot config classes if a base/delegate component property is exposed. It should also handle connectors that want to expose their own properties and should generate auto-config classes to allow configuring those.

zregvart commented 6 years ago

Don't we have that with connectorProperties JSON property?

For example camel-connector.json generates SqlStoredConnectorConnectorConfigurationCommon.java

Are we missing something, well other than docs?