-
Notifications
You must be signed in to change notification settings - Fork 373
Can't seemingly use this in scala 2.10 #52
Comments
Twitter will eventually be moving our scala projects to 2.10. In the meantime, your best bet may be to shade joauth and it's dependencies in your build. |
I'm not familiar with an easy way to do that using maven. And if I've got to do any work my preference is just to build and manage joauth against 2.10. But I'm just putting this out there: it does make it harder to even try to adopt any project. For people who don't use Scala at all, all they need are two incompatible dependencies (that they don't even know use Scala under the covers) to have a terrible first impression (of both Scala and the projects that aren't compatible). Thanks for the quick response. |
Yeah, I don't love scala's lack of binary compatibility between versions either. This was definitely a factor in why we chose to write hbc in java. There's always a chance we'd write a version of joauth that is java only. |
Pull Request #95 should solve this by removing the transitive scala dependency. |
Thanks for the heads up! If I get a chance I'll give this a shot. I ended up sticking with Twitter4j. |
HBC uses Joauth which is built using scala 2.9.2. I was hoping to try out HBC in a scala 2.10 project...
So, there are only a few options:
Any chance you guys are interested in either of these options?
The text was updated successfully, but these errors were encountered: