ERROR o.s.a.i.SimpleAsyncUncaughtExceptionHandler - Unexpected exception occurred invoking async method: public void io.gravitee.rest.api.service.impl.NotifierServiceImpl.trigger(io.gravitee.rest.api.service.common.ExecutionContext,io.gravitee.rest.api.service.notification.ApiHook,java.lang.String,java.util.Map)java.lang.ClassCastException: class io.gravitee.apim.core.notification.model.ApiNotificationTemplateData cannot be cast to class io.gravitee.rest.api.model.v4.api.GenericApiEntity (io.gravitee.apim.core.notification.model.ApiNotificationTemplateData and io.gravitee.rest.api.model.v4.api.GenericApiEntity are in unnamed module of loader java.net.URLClassLoader @f6f4d33)at io.gravitee.rest.api.service.notifiers.impl.WebhookNotifierServiceImpl.toJson(WebhookNotifierServiceImpl.java:78)at io.gravitee.rest.api.service.notifiers.impl.WebhookNotifierServiceImpl.trigger(WebhookNotifierServiceImpl.java:52)
Describe the bug :
describe-the-bug-
API webhook notifier receives an error when triggered and does not send the notification to the webhook endpoint.
To Reproduce :
to-reproduce-
Steps to reproduce the behaviour:
Expected behaviour :
expected-behaviour-
Webhook notifier should successfully send a notification when triggered.
Current behaviour :
current-behaviour-
Webhook notifier is unable to send a notification due to an error when triggered.
Useful information :
useful-information-
ERROR o.s.a.i.SimpleAsyncUncaughtExceptionHandler - Unexpected exception occurred invoking async method: public void io.gravitee.rest.api.service.impl.NotifierServiceImpl.trigger(io.gravitee.rest.api.service.common.ExecutionContext,io.gravitee.rest.api.service.notification.ApiHook,java.lang.String,java.util.Map)java.lang.ClassCastException: class io.gravitee.apim.core.notification.model.ApiNotificationTemplateData cannot be cast to class io.gravitee.rest.api.model.v4.api.GenericApiEntity (io.gravitee.apim.core.notification.model.ApiNotificationTemplateData and io.gravitee.rest.api.model.v4.api.GenericApiEntity are in unnamed module of loader java.net.URLClassLoader @f6f4d33)at io.gravitee.rest.api.service.notifiers.impl.WebhookNotifierServiceImpl.toJson(WebhookNotifierServiceImpl.java:78)at io.gravitee.rest.api.service.notifiers.impl.WebhookNotifierServiceImpl.trigger(WebhookNotifierServiceImpl.java:52)
Desktop :
desktop-
* Please see Zendesk Support tab for further comments and attachments.