webpush-java
webpush-java copied to clipboard
Web Push library for Java
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.guava:guava](https://redirect.github.com/google/guava) | `31.0.1-jre` -> `33.4.8-jre` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [commons-io:commons-io](https://commons.apache.org/proper/commons-io/) ([source](https://gitbox.apache.org/repos/asf?p=commons-io.git)) | `2.11.0` -> `2.21.0` |  |  | --- ###...
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [org.apache.httpcomponents:fluent-hc](http://hc.apache.org/httpcomponents-client-ga) ([source](https://redirect.github.com/apache/httpcomponents-client)) | `4.5.13` -> `4.5.14` |  |  | --- ###...
I use only one vapid key for all subscribe but half of them send success, the other response: **the VAPID credentials in the authorization header do not correspond to the...
Hello, the current GA 5.1.1 pulls in org.asynchttpclient:async-http-client:2.10.4 which in turn pulls in a whole truckload of CVEs in nearly all io.netty components. build.gradle on master has already been updated...
Since there already is a dependency to BouncyCastle in Utils.java it doesn't add any more restrictions doing this, also this solves the following issue https://github.com/web-push-libs/webpush-java/issues/5
This library force the user to get 2 parameters from the client side that simply dont exist in other implementations: ``` // Get public key and user auth from the...
When I create an instance of `PushAsyncService`, it automatically creates an `AsyncHttpClient` instance upon initialization. The client spawns some threads that prevent my whole application from shutting down (e.g. if...
https://firebase.google.com/docs/cloud-messaging/migrate-v1 But I did not see a new release of this webpush-java to migrate it.
I'm trying to use web-push to push messages, and it works fine on Microsoft Chrome, but Google Chrome gets error 403 Forbidden.(Use the same key pair) return message: **the VAPID...