-
Notifications
You must be signed in to change notification settings - Fork 5
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
Valtimo issue #25: Decouple FVM from Form.io #1687
base: next-minor
Are you sure you want to change the base?
Conversation
@laurens-ritense is working on the required changes in valtimo-frontend-libraries. Please do not merge this PR until the FE changes are ready, or the user will be presented with a process-link option that cannot be configured yet. |
@MockBean | ||
lateinit var camundaTaskService: CamundaTaskService | ||
// @MockBean | ||
// lateinit var camundaTaskService: CamundaTaskService |
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.
This can be removed
@@ -40,19 +43,42 @@ class TestApplication { | |||
@TestConfiguration | |||
class TestConfig { | |||
|
|||
// @Bean | |||
// @ConditionalOnMissingBean(ObjectMapper::class) |
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.
This can be removed
Describe the changes
Link to the related Github issue: valtimo-platform/valtimo-issues#25
Relevant comments:
Breaking changes
Documentation
Link to the pull request in the Valtimo documentation repository:
New features or changes that have been introduced have been documented.
Tests
Unit tests have been added that cover these changes
Integration tests have been added that cover these changes
Security
The Secure by Default principle has been applied to these changes
Added or changed REST API endpoints have authentication and authorization in place
Valtimo access control checks have been implemented
Dependencies
Newly added dependencies do not introduce known vulnerabilities/CVE's and are in line with the Valtimo license