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

Adds Retry Policy behavior to the Java SDK #101

Closed mpodwysocki closed 2 years ago

mpodwysocki commented 3 years ago

Things to consider before you submit the PR:

Description

This PR includes a basic retry policy for the Java SDK. In order to accomplish this, we needed to migrate to the Apache HTTP Core 5.x release from 4.x. This PR updates the import statements with their 5.x as well as introducing the BasicRetryPolicy.

Related PRs or issues

N/A

Misc

N/A