fjtirado commented on code in PR #4213:
URL:
https://github.com/apache/incubator-kie-kogito-runtimes/pull/4213#discussion_r2995930668
##########
kogito-workitems/kogito-rest-workitem/src/main/java/org/kogito/workitem/rest/auth/ApiKeyAuthDecorator.java:
##########
@@ -51,7 +52,7 @@ public ApiKeyAuthDecorator(String paramName, Location
location) {
}
@Override
- public void decorate(KogitoWorkItem item, Map<String, Object> parameters,
HttpRequest<?> request) {
+ public void decorate(KogitoWorkItem item, Map<String, Object> parameters,
HttpRequest<?> request, KogitoWorkItemHandler handler) {
Review Comment:
Why do we need the KogitoWorkItemHandler in the decorator?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]