Skip to content

Commit

Permalink
Backout of upgrade to Ehcache due to Terracotta-OSS/docker#3
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Jul 9, 2021
1 parent 8f90096 commit 693fd4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
import org.ehcache.Cache;
import org.ehcache.CacheManager;
import org.ehcache.config.builders.CacheManagerBuilder;
import org.ehcache.core.internal.statistics.DefaultStatisticsService;
import org.ehcache.core.spi.service.StatisticsService;
import org.ehcache.core.statistics.DefaultStatisticsService;

import java.util.concurrent.ExecutorService;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ package io.micronaut.cache.ehcache
import io.micronaut.context.ApplicationContext
import org.ehcache.CacheManager
import org.ehcache.Status
import org.ehcache.core.internal.statistics.DefaultStatisticsService
import org.ehcache.core.spi.service.StatisticsService
import org.ehcache.core.statistics.DefaultStatisticsService
import spock.lang.Specification

class EhcacheCacheManagerFactorySpec extends Specification {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ groovyVersion=3.0.8
spockVersion=2.0-groovy-3.0

caffeineVersion=2.9.0
ehcacheVersion=3.9.4
ehcacheVersion=3.8.1
hazelcastVersion=4.2.1
infinispanVersion=12.1.6.Final

Expand Down

0 comments on commit 693fd4b

Please sign in to comment.