-
Notifications
You must be signed in to change notification settings - Fork 39
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
Payment example process application: migrated to sdk #531
base: main
Are you sure you want to change the base?
Payment example process application: migrated to sdk #531
Conversation
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.
@jonathanlukas looks good. 👍 I have a few minor comments. Please have a look. 🍪
❌ We should also update the README of the project.
🔧 Maybe, we need to update the application.properties
as well. See the note in the docs.
<dependency> | ||
<groupId>io.camunda</groupId> | ||
<artifactId>zeebe-process-test-extension-testcontainer</artifactId> | ||
<version>${zeebe.version}</version> | ||
</dependency> |
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.
🔧 We could use the new Camunda Process Test instead of ZPT. It works natively with the Spring SDK. It is in an early stage but should support most of the assertions used in the test.
value: http://camunda-platform-keycloak.camunda-platform.svc.cluster.local/auth/realms/camunda-platform/protocol/openid-connect/token | ||
- name: ZEEBE_TOKEN_AUDIENCE | ||
- name: CAMUNDA_CLIENT_AUTH_AUDIENCE |
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.
❌ The property name is wrong (ref).
- name: CAMUNDA_CLIENT_AUTH_AUDIENCE | |
- name: CAMUNDA_CLIENT_ZEEBE_AUDIENCE |
Description
This PR migrates our payment example process application to the sdk
Additional context
Types of changes
Checklist:
.github/workflows/build.yaml