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

feature(inbound-template): refactor the inbound template #186

Merged
merged 5 commits into from
Jan 15, 2025

Conversation

mathias-vandaele
Copy link
Contributor

Description

Work on the refactoring of inbound template

Related issues

closes #https://github.com/camunda/team-connectors/issues/973

@mathias-vandaele mathias-vandaele self-assigned this Jan 10, 2025
@mathias-vandaele mathias-vandaele force-pushed the 973-update-the-template-projects branch from 8a4cbed to 0844a5f Compare January 14, 2025 16:05
README.md Outdated
>
> Read more
>
about [creating Connectors](https://docs.camunda.io/docs/components/connectors/custom-built-connectors/connector-sdk/#creating-a-custom-connector)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think your formatting breaks READMEs in general, you can deselected auto format in .md files.

This line should have a leading >

README.md Outdated
> Read more
>
about [creating Connectors](https://docs.camunda.io/docs/components/connectors/custom-built-connectors/connector-sdk/#creating-a-custom-connector)
>
> Check out the [Connectors SDK](https://github.com/camunda/connector-sdk)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this link is outdated, we might use the new one

README.md Outdated
that are used in other Connectors and the [Connector Runtime](https://github.com/camunda-community-hub/spring-zeebe/tree/master/connector-runtime#building-connector-runtime-bundles).
This helps to avoid classpath conflicts when the Connector is executed.
that are used in other Connectors and
the [Connector Runtime](https://github.com/camunda-community-hub/spring-zeebe/tree/master/connector-runtime#building-connector-runtime-bundles).

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this link is an old one

README.md Outdated

1. Clone the Camunda Platform repository from GitHub:

```shell

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there should be no tab here, it breaks the MD

README.md Outdated

In your IDE you can also simply navigate to the `LocalContainerRuntime` class in test scope and run it via your IDE.
If necessary, you can adjust `application.properties` in test scope.
```shell

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there should be no tab here, it breaks the MD

README.md Outdated

1. Run `io.camunda.example.LocalConnectorRuntime` to start your connector.
2. Create and initiate a process that utilizes your newly created connector within the Camunda
Modeler. ![Connector in Camunda Modeler](img/img.png)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

consider adding a new line here for readability


### Test with SaaS

#### Prerequisites:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

consider adding a new line here for readability

@mathias-vandaele mathias-vandaele merged commit 4c37a54 into main Jan 15, 2025
2 checks passed
@mathias-vandaele mathias-vandaele deleted the 973-update-the-template-projects branch January 15, 2025 15:02
@mathias-vandaele mathias-vandaele restored the 973-update-the-template-projects branch January 15, 2025 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants