Twitter4J 1.1.4 released
Twitter4J 1.1.4 is now available for download.
http://yusuke.homeip.net/twitter4j/en/index.html#download
Projects using getUserDetail() need to apply this version in order to avoid NPE with protected users(TFJ-70).
This version will also be available in the Maven central repository in 24 hours.
Here are the list of fixes included in version 1.1.4.
Recompilation of your project is suggested before you update your twitter4j jar file.
Bug
- [TFJ-70] - getting a protected user profile causes a NullPointerException
Improvement
- [TFJ-69] - some async methods are declared to throw TwitterException mistakenly