azure-notificationhubs-java-backend icon indicating copy to clipboard operation
azure-notificationhubs-java-backend copied to clipboard

Azure Notification Hubs SDK for Java

Results 17 azure-notificationhubs-java-backend issues
Sort by recently updated
recently updated
newest added

**Describe the bug** We are using 21v Azure China, and use Notification hub to push messages to Baidu PNS. Now, we can use following code to push messages to Baidu...

We are trying to send a push notification on android device using GCM/FCM with the latest Notification-Hubs-java-sdk version (1.0.4). We wrote the same code in dotnet and we can successully...

**Query/Question** I have a notification hub which is able to deliver notifications for old iOS versions. I began updating gaps introduced by later releases of ios, but I can't get...

Bumps [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.3.0 to 3.6.1. Commits 4d18cfb [maven-release-plugin] prepare release maven-dependency-plugin-3.6.1 34348ec [MNG-6847] Use diamond operator 0062083 [MDEP-883] - Upgrade maven-plugin parent to 40 c6973da [MDEP-832] - Remove commons-collections-4...

dependencies

Bumps commons-io:commons-io from 2.11.0 to 2.15.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.11.0&new-version=2.15.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.15 to 1.16.0. Changelog Sourced from commons-codec:commons-codec's changelog. Apache Commons Codec 1.16.0 The Apache Commons Codec package contains simple encoder and decoders for various formats such as...

dependencies

Bumps [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.2.1 to 3.3.0. Commits 02a9847 [maven-release-plugin] prepare release maven-source-plugin-3.3.0 f186993 [MSOURCES-135] Cleanup project code 021af55 [MSOURCES-134] Refresh download page b11a457 Use shared GitHub actions v3 7caf2b0 [MSOURCES-133]...

dependencies

Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.10.1 to 3.11.0. Release notes Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases. 3.11.0 🚀 New features and improvements [MCOMPILER-494] - Add a useModulePath switch to the testCompile mojo (#119) @​dmlloyd...

dependencies

**Describe the bug** After updating from 'com.windowsazure:Notification-Hubs-java-sdk:0.4.2' to 'com.windowsazure:Notification-Hubs-java-sdk:1.0.4' we noticed that sometimes we are getting azure hub failures with connection closed. Usually the dispatching succeeds. ***Exception or Stack Trace***...

**Describe the bug** When attempting to send a simple notification using com.windowsazure:Notification-Hubs-java-sdk:1.0.3 using a brand new, empty project that does nothing else, it appears that if Spring is also a...