Azure / azure-notificationhubs-java-backend

Azure Notification Hubs SDK for Java
https://docs.microsoft.com/en-us/azure/notification-hubs/
Apache License 2.0
35 stars 49 forks source link

Fixes 500 errors in Direct Batch Send, and upgrades httpclient to 5.2 #160

Closed aziztitu closed 1 year ago

aziztitu commented 1 year ago

Things to consider before you submit the PR:

Description

This PR fixes the bug #150 in Direct Batch Send where the Content Type boundary was not being added on the request that's sent to ANH.

This PR also upgrades the dependencies httpclient, and httpcore to 5.2 to fix the issue #136 where we throw NoClassDefFoundError due to a mismatch in versions of our internal dependencies.

Related PRs or issues

150

136