In my app log files, I can see the connectController and providerSignInController on a line of Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultL istableBeanFactory, but their request maps (/connect/{providerId}, /signin/{providerId} etc.) do not show in RequestMappingHandlerMapping. I use the Java-based configurations as shown in the social showcase sample.
What is missing?
