spotify / async-google-pubsub-client

[SUNSET] Async Google Pubsub Client
Apache License 2.0
158 stars 40 forks source link

Up'ng Auto-Matter version to work with Jackson 2.8+ #16

Closed zvozin closed 7 years ago

zvozin commented 8 years ago

Please?

rculbertson commented 8 years ago

Looks like the maven-enforcer-plugin is failing the build because auto-matter 0.13.3 pulls in a more recent version of guava. Would be happy to merge once that's fixed.

zvozin commented 7 years ago

How do you mean 'fixed'? ;)

huysamen commented 7 years ago

Hi guys. Any way this can make it into Maven Central any time soon? The official Google client is a bit useless (hangs indefinitely without errors on first call) but maintaining our own custom branch of this seems a bit tedious.

rculbertson commented 7 years ago

Closing in favor of #25, which also pulls in Guava 19.0 to avoid the issue with the enforcer plugin.