Open blackcat1944 opened 6 years ago
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
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
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