Original commit message

ChangeScribe message

Refactored social authentication service property to be set by overridable method call instead of clumsy and non-typesafe String name reference.


BUG - FEATURE: <type-ID>


This is a degenerate modifier commit: this change set is composed of empty, incidental, and abstract methods. These methods indicate that a new feature is planned. This change set is mainly composed of:


1. Changes to package org.springframework.social.config.annotation:


1.1. Modifications to FakeProviderConfigRegistrar.java:


1.1.1. Modify parameterized type Class<?> with Class<? extends SocialAuthenticationService< for getAuthenticationServiceClass() method


2. Changes to package org.springframework.social.config.support:


2.1. Modifications to ProviderConfigurationSupport.java:


2.1.1. Modify parameterized type Class<?> with Class<? extends SocialAuthenticationService< for getAuthenticationServiceClass() method


3. Changes to package org.springframework.social.config.xml:


3.1. Modifications to FakeConnectionFactoryBeanDefinitionParser.java:


3.1.1. Modify parameterized type Class<?> with Class<? extends SocialAuthenticationService< for getAuthenticationServiceClass() method