You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently notification services have generics that make them hard to use, the default provided bean is of type NotificationResponseService<ResponseWithNotification<?>> that then causes sonar warning and requires casts to be able to use effectively, this should be refactored in a way that avoids wildcards.
Current behaviour
Wildcards in NotificationResponseService type parameters.
Wanted behaviour
No wildcards in NotificationResponseService type parameters.
Possible workarounds
The text was updated successfully, but these errors were encountered:
Basic information
1.2.1
nrich-notification
Additional information
Enhancement description
Currently notification services have generics that make them hard to use, the default provided bean is of type NotificationResponseService<ResponseWithNotification<?>> that then causes sonar warning and requires casts to be able to use effectively, this should be refactored in a way that avoids wildcards.
Current behaviour
Wildcards in NotificationResponseService type parameters.
Wanted behaviour
No wildcards in NotificationResponseService type parameters.
Possible workarounds
The text was updated successfully, but these errors were encountered: