spring-social-google icon indicating copy to clipboard operation
spring-social-google copied to clipboard

Publish GoogleAutoConfiguration as auto-configuration class

Open yankee42 opened this issue 6 years ago • 1 comments

I noticed that the GoogleAutoConfiguration is not automatically discovered. However auto configuration works when using @Import(GoogleAutoConfiguration.class). As far as I can tell this is because the org.springframework.boot.autoconfigure.EnableAutoConfiguration property is not defined in the project. Originally it was defined in 7bd39f378201df2a47fbe0c7c90361e03c24f779 in the spring-social-google/src/main/java/META-INF/MANIFEST.MF, but this file seems to have been deleted.

This PR attempts to bring back this config item.

yankee42 avatar Dec 13 '17 23:12 yankee42

Would be great to have that in. Just took me an hour to even take into consideration that this might be missing...

frommeyerc avatar Feb 19 '18 13:02 frommeyerc