azure-notificationhubs-java-backend
azure-notificationhubs-java-backend copied to clipboard
Azure Notification Hubs SDK for Java
Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.36 to 2.0.7. Commits d6a21ae update javadoc plugin to version 3.0.5 13950e5 prepare release 2.0.7 122e0c1 add LICENSE.txt files to all modules, rename LICENSE as LICENSE.txt when...
Bumps [slf4j-simple](https://github.com/qos-ch/slf4j) from 1.7.36 to 2.0.7. Commits d6a21ae update javadoc plugin to version 3.0.5 13950e5 prepare release 2.0.7 122e0c1 add LICENSE.txt files to all modules, rename LICENSE as LICENSE.txt when...
Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.4.0 to 3.5.0. Release notes Sourced from maven-javadoc-plugin's releases. 3.5.0 Release Notes Clean up language and update URLs (#172) @elharo Assorted minor FAQ edits (#176) @elharo [MJAVADOC-738]...
Bumps [gson](https://github.com/google/gson) from 2.9.0 to 2.10.1. Release notes Sourced from gson's releases. Gson 2.10.1 This is technically a minor release rather than a patch release because there is one small...
Bumps [maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.2.2 to 3.3.0. Release notes Sourced from maven-jar-plugin's releases. 3.3.0 🚀 New features and improvements [MJAR-278] - Update plugin (requires Maven 3.2.5+) (#19) @cstamas [MJAR-280] - Java...
I'm working on integrating Azure Notification Hub with a Java backend to send notifications of the latest news to Android and iOS devices. In recent days I've identified the following...
Things to consider before you submit the PR: * [x] Are tests passing locally? * [x] Are the files formatted correctly? * [x] Did you add unit tests? * [x]...
I noticed that there was support added for browser push notifications about 6 months ago: https://github.com/Azure/azure-notificationhubs-java-backend/pull/184 When can we expect a release that contains these changes?
Quarkus 3 uses jakarta, which is incompatible with the javax dependency. It would be helpful to either migrate to jakarta, or remove the javax dependency so the SDK can be...