sflpro / notifier

The notifications microservice is an independently deployable component intended for sending various types of notifications.
Apache License 2.0
47 stars 13 forks source link

Inconsistent api client library resource urls. #91

Closed danielyan11vazgen closed 5 years ago

danielyan11vazgen commented 5 years ago

EmailNotificationResourceClientImpl,PushNotificationResourceClientImpl,SmsNotificationResourceClientImpl uses different urls when configuring rest client in case when context path set to : server.servlet.context-path=/* For example: EmailNotificationResourceClientImpl => "notification/email/create" SmsNotificationResourceClientImpl => "rest/notification/sms/create". Also

dnavre commented 5 years ago

This is fixed in version 0.17.0