chbrown / twttr

Twitter API client for Clojure supporting REST and Streaming endpoints
35 stars 11 forks source link

Issue with aleph 0.4.4 when running twttr on java 10.0.2 #4

Closed bzg closed 5 years ago

bzg commented 5 years ago

twttr requires aleph 0.4.4 but @brejoc reported an issue when running twttr (from my small retweet bot) with java from openjdk version "10.0.2" 2018-07-17.

I suggest to require aleph 0.4.6 (the latest stable version now). Thanks!

chbrown commented 5 years ago

Okay, I've upgraded aleph (a.o.) as of a4d8cc6 / 3.2.2.

Closing, but I didn't test it with java 10, so if there's still an issue, please follow up :)

brejoc commented 5 years ago

Works like a charm. Thanks a lot!