Commit 540ccd0cd414baeab2b6253eb8831ec5c3fd6244
Committed by
Andrew Shvayka
1 parent
1fa4aff5
upgrade: clear cache - //do not break to show explicit calls for next versions
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -44,7 +44,7 @@ public class DefaultCacheCleanupService implements CacheCleanupService { | @@ -44,7 +44,7 @@ public class DefaultCacheCleanupService implements CacheCleanupService { | ||
44 | case "3.0.1": | 44 | case "3.0.1": |
45 | log.info("Clear cache to upgrade from version 3.0.1 to 3.1.0 ..."); | 45 | log.info("Clear cache to upgrade from version 3.0.1 to 3.1.0 ..."); |
46 | clearAllCaches(); | 46 | clearAllCaches(); |
47 | - break; | 47 | + //do not break to show explicit calls for next versions |
48 | case "3.1.1": | 48 | case "3.1.1": |
49 | log.info("Clear cache to upgrade from version 3.1.1 to 3.2.0 ..."); | 49 | log.info("Clear cache to upgrade from version 3.1.1 to 3.2.0 ..."); |
50 | clearCacheByName("devices"); | 50 | clearCacheByName("devices"); |