Merge branch 'master' into feature_enable_push_in_deployment_view

This commit is contained in:
GAH6KOR
2016-07-20 12:31:28 +02:00
2 changed files with 2 additions and 3 deletions

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) {