Merge pull request #250 from bsinno/fix_initial_tenant_creation

remove cacheable on initial tenant creation
This commit is contained in:
Michael Hirsch
2016-07-19 18:35:56 +02:00
committed by GitHub

View File

@@ -167,7 +167,6 @@ public class JpaSystemManagement implements CurrentTenantCacheKeyGenerator, Syst
}
@Override
@Cacheable(value = "tenantMetadata", key = "#tenant.toUpperCase()", cacheManager = "directCacheManager")
@Transactional(isolation = Isolation.READ_UNCOMMITTED)
@Modifying
public TenantMetaData getTenantMetadata(final String tenant) {