Skip to content

Commit 3c40c0d

Browse files
authored
Merge pull request #3200 from mathieucarbou/offheap
Bump to offheap-store 2.5.5
2 parents 0209e83 + 6c4cb73 commit 3c40c0d

7 files changed

Lines changed: 7 additions & 1 deletion

File tree

clustered/osgi-test/src/test/java/org/ehcache/osgi/ClusteredOsgiTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ public Option[] individualModules() {
9393
gradleBundle("org.terracotta:statistics"),
9494
gradleBundle("org.ehcache:sizeof"),
9595
gradleBundle("org.terracotta:offheap-store"),
96+
gradleBundle("org.terracotta:fast-restartable-store"),
9697
gradleBundle("org.terracotta:terracotta-utilities-tools"),
9798

9899
baseConfiguration("ClusteredOsgiTest", "individualModules"),

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ehcacheVersion = 3.10-SNAPSHOT
33

44
# Terracotta third parties
5-
offheapVersion = 2.5.3
5+
offheapVersion = 2.5.5
66
statisticVersion = 2.1.2
77
jcacheVersion = 1.1.0
88
slf4jVersion = 1.7.36

osgi-test/src/test/java/org/ehcache/osgi/ByteSizedOnHeapOsgiTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ public Option[] individualModules() {
5858
gradleBundle("org.terracotta:statistics"),
5959
gradleBundle("org.ehcache:sizeof"),
6060
gradleBundle("org.terracotta:offheap-store"),
61+
gradleBundle("org.terracotta:fast-restartable-store"),
6162
gradleBundle("org.terracotta:terracotta-utilities-tools"),
6263

6364
baseConfiguration("ByteSizedOnHeapOsgiTest", "individualModules")

osgi-test/src/test/java/org/ehcache/osgi/Jsr107OsgiTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ public Option[] individualModules() {
6767
gradleBundle("org.terracotta:statistics"),
6868
gradleBundle("org.ehcache:sizeof"),
6969
gradleBundle("org.terracotta:offheap-store"),
70+
gradleBundle("org.terracotta:fast-restartable-store"),
7071
gradleBundle("org.terracotta:terracotta-utilities-tools"),
7172

7273
baseConfiguration("Jsr107OsgiTest", "individualModules")

osgi-test/src/test/java/org/ehcache/osgi/OffHeapOsgiTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ public Option[] individualModules() {
5656
gradleBundle("org.terracotta:statistics"),
5757
gradleBundle("org.ehcache:sizeof"),
5858
gradleBundle("org.terracotta:offheap-store"),
59+
gradleBundle("org.terracotta:fast-restartable-store"),
5960
gradleBundle("org.terracotta:terracotta-utilities-tools"),
6061

6162
baseConfiguration("OffHeapOsgiTest", "individualModules")

osgi-test/src/test/java/org/ehcache/osgi/SimpleOsgiTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ public Option[] individualModules() {
7070
gradleBundle("org.terracotta:statistics"),
7171
gradleBundle("org.ehcache:sizeof"),
7272
gradleBundle("org.terracotta:offheap-store"),
73+
gradleBundle("org.terracotta:fast-restartable-store"),
7374
gradleBundle("org.terracotta:terracotta-utilities-tools"),
7475

7576
baseConfiguration("SimpleOsgiTest", "individualModules")

osgi-test/src/test/java/org/ehcache/osgi/TransactionalOsgiTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ public Option[] individualModules() {
6161
gradleBundle("org.terracotta:statistics"),
6262
gradleBundle("org.ehcache:sizeof"),
6363
gradleBundle("org.terracotta:offheap-store"),
64+
gradleBundle("org.terracotta:fast-restartable-store"),
6465
gradleBundle("org.terracotta:terracotta-utilities-tools"),
6566

6667
baseConfiguration("TransactionalOsgiTest", "individualModules")

0 commit comments

Comments
 (0)