-
Notifications
You must be signed in to change notification settings - Fork 350
spring-social-twitter does not work with Spring boot 2 #251
Comments
I have the same problem. Did you find any solution? |
Using Spring boot 2.0.2.RELEASE, The problem happens on my project. |
I had this same issue. any solution? |
I have the same problem... It is not working with version 1.5.10.RELEASE also. I guess it is because of the changes in twitter api |
I am facing the same issue, any updates on spring boot 2 support? |
Is social media so insignificant you can just skip it from a web framework? |
Any solution? |
So is there still no fix for this? |
any update? this is frustrating. |
Field twitter in masterspringmvc.controller.TwitterController required a bean of type 'org.springframework.social.twitter.api.Twitter' that could not be found version:Spring Boot 2.1.1 |
Is this planned to be fixed? Appreciate that Spring Social is end of life but we still need to use this in our Spring Boot 2 apps. |
has anyone found any alternate solution? |
I guess it's time to move to "Twitter4J" .. |
Summary
spring-social-twitter does not work with Spring boot 2
Actual Behavior
I checked out the code from https://github.com/spring-guides/gs-accessing-twitter
I changed spring boot version to 2.0.1.RELEASE in the pom.xml
The application fails to start with the message below
Parameter 0 of constructor in hello.HelloController required a bean of type 'org.springframework.social.twitter.api.Twitter' that could not be found.
Expected Behavior
should start normally
Configuration
4.0.0
Version
the sample code below is using Spring boot 1.5.10.RELEASE which works fine. The problem happens with
Spring boot 2.0.1.RELEASE
https://github.com/spring-guides/gs-accessing-twitter
Sample
https://github.com/spring-guides/gs-accessing-twitter
The text was updated successfully, but these errors were encountered: