-
Notifications
You must be signed in to change notification settings - Fork 43
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
chore(deps): migrate to the official Zeebe Spring SDK #3193
Conversation
...runtime-spring/src/main/java/io/camunda/connector/runtime/secret/ConsoleSecretApiClient.java
Dismissed
Show dismissed
Hide dismissed
9c1fc20
to
795af25
Compare
...da-saas-bundle/src/main/java/io/camunda/connector/runtime/saas/SaaSOperateClientFactory.java
Fixed
Show fixed
Hide fixed
...da-saas-bundle/src/main/java/io/camunda/connector/runtime/saas/SaaSOperateClientFactory.java
Fixed
Show fixed
Hide fixed
...da-saas-bundle/src/main/java/io/camunda/connector/runtime/saas/SaaSOperateClientFactory.java
Fixed
Show fixed
Hide fixed
...runtime-spring/src/main/java/io/camunda/connector/runtime/secret/ConsoleSecretApiClient.java
Fixed
Show fixed
Hide fixed
f840958
to
ef3f90e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing this rather large migration.
Only a small comment but nothing blocking it to be merged.
Does this PR require us to update the helm chart or are variables already available?
0c47b0e
to
d01ac03
Compare
This will most likely require Helm chart updates - I'm going to test it after merging |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@chillleader, has this been tackled already or can be followed? I believe this is leading to CI failures like this one. |
* lint * wip: sdk migration * wip: sdk migration * wip: sdk migration * more adjustments to tests and properties * fix saas tests * fix http test * remove hardcoded old versions * fix more tests * fix deps * fix deps * adjust logging levels * bump deps, fix saas tests * fix saas tests * fix e2e tests * fix kafka e2e test * fix soap e2e test * lint * fix email test * use collections-util
This reverts commit cbfc2f7.
Description
This PR will migrate the Connectors project to the official Camunda Spring SDK. Until now, we have been using the community-supported library Spring Zeebe which is now on a deprecation path.
Key changes:
Related issues
closes #2896