mikehardy / google-analytics-java

Open Source license compatible Java API for Google Analytics
9 stars 3 forks source link

use completableFuture #33

Closed jtjeferreira closed 5 years ago

jtjeferreira commented 5 years ago

without this change I need to cast GoogleAnalytics to GoogleAnalyticsImpl to be able to call postAsync that returns CompletableFuture

jtjeferreira commented 5 years ago

Hi @mikehardy, there is no rush to release this, as I can cast and have an workaround...

mikehardy commented 5 years ago

Thanks for the fix - I'm on vacation now so the patience is appreciated but I have time here and there, hopefully I'll check it and release something in the next few days

jtjeferreira commented 5 years ago

Thanks for the fix - I'm on vacation now so the patience is appreciated but I have time here and there, hopefully I'll check it and release something in the next few days

enjoy your vacations then...

mikehardy commented 5 years ago

Back from the beach :-), version 2.0.7 should be out on maven repo shortly, or you can fetch it from releases here. Thanks again!