Release Notes / Version 10.2107
Table Of Contents
The Spring Library
spring-social
is not maintained anymore. Therefore, the CoreMedia module
social-spring-social
, which uses
spring-social
, is removed.
This affects the following Elastic Social functionality, that is not available anymore:
Login with provider (Facebook, Twitter)
Registration with Provider (Facebook, Twitter)
Details:
All classes of module
social-spring-social
are removed, as this module is removed:
com.coremedia.elastic.social.springsocial.CommunityUserConnectionRepository
com.coremedia.elastic.social.springsocial.CommunityUsersConnectionRepository
com.coremedia.elastic.social.springsocial.CommunityUserSignInAdapter
com.coremedia.elastic.social.springsocial.ModelIndexes
The following methods are removed from
bpbase-es-common
com.coremedia.blueprint.base.elastic.social.configuration.ElasticSocialConfiguration#isTwitterAuthenticationEnabled
com.coremedia.blueprint.base.elastic.social.configuration.ElasticSocialConfiguration#isFacebookAuthenticationEnabled
Additionally, all functionality in Blueprint, that uses
social-spring-social
, is removed, too. This functionality mainly resides in the Blueprint module
es-cae
.
The package
com.coremedia.blueprint.elastic.social.cae.springsocial
is removed.The class
com.coremedia.blueprint.elastic.social.cae.springsocial.SessionSiteFilter
is moved to a new packagecom.coremedia.blueprint.elastic.social.cae.filter
.All provider specific functionality is removed.
The following templates of the
elastic-social
example brick are adapted:
com.coremedia.blueprint.es.webflow/Login.login.ftl
com.coremedia.blueprint.es.webflow/UserDetails.bpUserDetails.ftl
(CMS-14578)