You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix the connector-archetype-internal project inside the bundle. When we run the add_new_connector.sh it fails to copy io.camunda.connector.api.outbound.OutboundConnectorFunction file under resources/META-INF/services folder.
The file is present in the connector-archetype-internal project, so hypotethically it should work.
Why should we do it?
When we run the add_new_connector.sh it will create the new connector but without the resources/META-INF/services folder, which is an issue, because without this folder's content the connector is not usable.
The text was updated successfully, but these errors were encountered:
markfarkas-camunda
added
kind:task
Categorizes an issue or PR as general maintenance, i.e. cleanup, refactoring, etc.
kind:bug
Something isn't working
and removed
kind:task
Categorizes an issue or PR as general maintenance, i.e. cleanup, refactoring, etc.
labels
Jan 19, 2023
What should we do?
Fix the
connector-archetype-internal
project inside the bundle. When we run the add_new_connector.sh it fails to copyio.camunda.connector.api.outbound.OutboundConnectorFunction
file underresources/META-INF/services
folder.The file is present in the
connector-archetype-internal
project, so hypotethically it should work.Why should we do it?
When we run the add_new_connector.sh it will create the new connector but without the resources/META-INF/services folder, which is an issue, because without this folder's content the connector is not usable.
The text was updated successfully, but these errors were encountered: