spring-attic / spring-social-facebook

Facebook API binding and connect support.
http://projects.spring.io/spring-social-facebook
Apache License 2.0
247 stars 270 forks source link

Maven Latest Spring-Boot dependencie breaks Spring Social #176

Open cescoferraro opened 8 years ago

cescoferraro commented 8 years ago

My app uses Spring Boot and I am trying to use Spring Social to do the facebook log-in. But I was only able to run the Getting Started · Accessing Facebook Data - Spring tutorial of yours using this

    <parent>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-parent</artifactId>
    <version>1.2.3.RELEASE</version>
    </parent>

as confirmed in this SO question but my app runs with this, which is the same version you guys mention in the tutorial.

    <parent>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-parent</artifactId>
    <version>1.2.7.RELEASE</version>
    </parent>

What should I do?

cescoferraro commented 8 years ago

You can see the error I am getting on this SO Question

AndreevskiAleksandar commented 8 years ago

So have you found a way around to bypass this error? I dont mean downgrading to 1.2.3 (that is absurd, if they have a RELEASE version of boot, make it be compatible with everything else...) as I am using some stuff from the newer releases.

cescoferraro commented 8 years ago

@AndreevskiAleksandar I have not. But I just checked the Spring Boot github page and it seems that there is a 1.3.0 RELEASE out there, Again, have not tested, but they might have overcome this, hence I also posted this issue there, but it seems that cross posting is not polite.

AndreevskiAleksandar commented 8 years ago

@cescoferraro I am on 1.3.0 RELEASE and still the same problem..

cescoferraro commented 8 years ago

@AndreevskiAleksandar sad. I wish I could help, but kinda left this project aside for a while.

apuravchauhan commented 8 years ago

Doesn't look like this library is actively maintained.