-
Notifications
You must be signed in to change notification settings - Fork 209
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
[incubator-kie-issues-1520] Proper user task exception handling #3705
Conversation
7edd4c6
to
f83306b
Compare
@@ -22,7 +22,7 @@ | |||
import java.util.List; | |||
import java.util.Collection; | |||
|
|||
import jakarta.ws.rs.NotFoundException; | |||
import jakarta.ws.rs.UserTaskInstanceNotFoundException; |
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 seems to have slipped in as a find/replace error.
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.
One minor fix required, otherwise good to go! Thanks @elguardian
f83306b
to
1550ed6
Compare
PR job Reproducerbuild-chain build full_downstream -f 'https://raw.githubusercontent.com/${AUTHOR:apache}/incubator-kie-kogito-pipelines/${BRANCH:main}/.ci/buildchain-config-pr-cdb.yaml' -o 'bc' -p apache/incubator-kie-kogito-runtimes -u #3705 --skipParallelCheckout NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution Please look here: https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-runtimes-pr/job/PR-3705/4/display/redirect Test results:
Those are the test failures: |
…he#3705) * [incubator-kie-issues-1520] Proper user task exception handling * fix quarkus exception resolution
Closes: apache/incubator-kie-issues#1520