web-push-libs / webpush-java

Web Push library for Java
MIT License
318 stars 112 forks source link

PushAsyncService #139

Closed sp00m closed 3 years ago

sp00m commented 4 years ago

Introducing PushAsyncService for https://github.com/web-push-libs/webpush-java/issues/101.

I tried to keep the existing coding style and to ensure backward compatibility.

Still WIP because of the following points though:

Let me know :)

sp00m commented 4 years ago

Hmm, looks like the CI fails on SeleniumTests too, which is the test I don't manage to get working locally either. Not sure it's the same issue though.

martijndwars commented 4 years ago

Sorry for the delay, I've been on vacation for the last two weeks. I've tried to revive the integration tests in testcafe, but I haven't managed to get these to work on Travis CI. The integration tests have been a huge pain point (for all projects in the web-push-libs organization, as far as I'm aware). I'll run some manual tests when I'm back home. I don't expect any problems and I'll merge and release a new version soon after.

sp00m commented 4 years ago

Sorry for the delay, I've been on vacation for the last two weeks. I've tried to revive the integration tests in testcafe, but I haven't managed to get these to work on Travis CI. The integration tests have been a huge pain point (for all projects in the web-push-libs organization, as far as I'm aware). I'll run some manual tests when I'm back home. I don't expect any problems and I'll merge and release a new version soon after.

Sure, no worries, thanks for your time :)

sp00m commented 3 years ago

Hey @MartijnDwars, any update for this PR? Did you get a chance to run manual tests yet?

martijndwars commented 3 years ago

Yep, ran the tests a while back but forgot to merge. Great work!

fecheromero commented 3 years ago

when do you think we could get this in a new release?

martijndwars commented 3 years ago

I published version 5.1.1 last night (CC @sp00m @fecheromero).