elastic / elasticsearch

Free and Open Source, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
1.05k stars 24.83k forks source link

Twitter4j needs an update #1393

Closed karussell closed 13 years ago

karussell commented 13 years ago

Twitter updated its streaming endpoints. So twitter4j needs an update to 2.2.5-SNAPSHOT or change the endpoints by hand.

http://groups.google.com/group/twitter4j/browse_thread/thread/e6b5ca7c96dd1022

pmalves commented 13 years ago

Here's the pull request on the fix. I didn't find a repository for 2.2.5, so I'm putting the definitions to 2.2.4 and replacing the jar with the twitter-snapshot. Works now and should be changed to 2.2.5 when available

https://github.com/elasticsearch/elasticsearch/pull/1395

karussell commented 13 years ago

2.2.5 SNAPSHOT is here http://twitter4j.org/maven2

kimchy commented 13 years ago

Updated to 2.2.5 snapshot, once its out, will update to the formal version.