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

connector fix ConstraintDeclarationException method override #1192

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

simonhir
Copy link
Member

Description

Fix connector ConstraintDeclarationException error:

jakarta.validation.ConstraintDeclarationException: HV000151: A method overriding another method must not redefine the parameter constraint configuration, but method ExecuteTaskUseCase#executeTask(ExecuteTaskCommand) redefines the configuration of ExecuteTaskInPort#executeTask(ExecuteTaskCommand).

@simonhir simonhir self-assigned this Jan 10, 2024
@github-actions github-actions bot added digiwf-connector bug Something isn't working labels Jan 10, 2024
Copy link

codecov bot commented Jan 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d44d25f) 38.50% compared to head (92a1219) 38.50%.

Additional details and impacted files
@@                   Coverage Diff                   @@
##             release/2024-january    #1192   +/-   ##
=======================================================
  Coverage                   38.50%   38.50%           
  Complexity                   1308     1308           
=======================================================
  Files                         598      598           
  Lines                        8671     8671           
  Branches                      424      424           
=======================================================
  Hits                         3339     3339           
  Misses                       5194     5194           
  Partials                      138      138           
Flag Coverage Δ
unittests 38.50% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@simonhir simonhir merged commit 671decf into release/2024-january Jan 10, 2024
8 checks passed
@simonhir simonhir deleted the fix/connector-validation-inheritance branch January 10, 2024 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working digiwf-connector
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants