/cos-fleet-catalog-camel

Implementation of the Managed Connector Catalog API for Camel.

Primary LanguageJavaApache License 2.0Apache-2.0

cos-fleet-catalog-camel

Generating connectors catalog

  • Connectors definition files are now generated automatically after a merge to main.
  • A PR will be created automatically in the cos-manifests repo.
  • The new generation system will only bump the revision of the impacted connectors.

Generate resources locally

To generate the catalog sources locally for testing or validating changes:

  1. Clone cos-manifests
  2. Run the command bellow (update the path):
./mvnw clean install -U -Dcos.connector.catalog.root=<path-to-local-cos-manifests/tree/main/connectors/cos-fleet-catalog-camel> -Dlog.enabled=true
  1. Do a git diff in cos-manifests to see the changes.