This is an automated email from the ASF dual-hosted git repository.
dominikriemer pushed a change to branch migrate-configuration-storage
in repository https://gitbox.apache.org/repos/asf/streampipes.git
from 14f541586c Migrate user storage
add 2dd72088bd Fix checkstyle
add ecccad1c3a Add cache for user groups, privileges and roles
No new revisions were added by this update.
Summary of changes:
.../manager/verification/TypeExtractorTest.java | 20 ++++++++++++-----
.../service/core/WebSecurityConfig.java | 1 -
...ardStorage.java => CachedPrivilegeStorage.java} | 18 +++++++--------
...hedChartStorage.java => CachedRoleStorage.java} | 24 ++++++++++----------
...ardStorage.java => CachedUserGroupStorage.java} | 18 +++++++--------
.../core/storage/StorageApiConfiguration.java | 26 ++++++++++++++++------
.../src/main/resources/application.properties | 5 ++++-
.../core/storage/StorageApiConfigurationTest.java | 17 +++++++++++---
8 files changed, 81 insertions(+), 48 deletions(-)
copy
streampipes-service-core/src/main/java/org/apache/streampipes/service/core/storage/{CachedDashboardStorage.java
=> CachedPrivilegeStorage.java} (71%)
copy
streampipes-service-core/src/main/java/org/apache/streampipes/service/core/storage/{CachedChartStorage.java
=> CachedRoleStorage.java} (62%)
copy
streampipes-service-core/src/main/java/org/apache/streampipes/service/core/storage/{CachedDashboardStorage.java
=> CachedUserGroupStorage.java} (71%)