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

Fix automatic creation of new connector #228

Closed
markfarkas-camunda opened this issue Jan 19, 2023 · 0 comments · Fixed by #253
Closed

Fix automatic creation of new connector #228

markfarkas-camunda opened this issue Jan 19, 2023 · 0 comments · Fixed by #253
Assignees
Labels
kind:bug Something isn't working

Comments

@markfarkas-camunda
Copy link
Contributor

What should we do?

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.

@markfarkas-camunda 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
@chillleader chillleader self-assigned this Jan 27, 2023
chillleader pushed a commit that referenced this issue Apr 21, 2023
…pring-boot.version-2.7.4

Bump spring-boot.version from 2.7.3 to 2.7.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants