Skip to content

Commit

Permalink
Upgrade Infinispan to 11.0.1.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
karesti committed Jul 27, 2020
1 parent 517024c commit e988b06
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@
<testng.version>6.14.2</testng.version>
<assertj.version>3.16.1</assertj.version>
<json-smart.version>2.3</json-smart.version>
<infinispan.version>10.1.5.Final</infinispan.version>
<infinispan.protostream.version>4.3.2.Final</infinispan.protostream.version>
<infinispan.version>11.0.1.Final</infinispan.version>
<infinispan.protostream.version>4.3.3.Final</infinispan.protostream.version>
<caffeine.version>2.8.5</caffeine.version>
<netty.version>4.1.49.Final</netty.version>
<reactive-streams.version>1.0.3</reactive-streams.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ public final class SubstituteRemoteCacheManager {
@Substitute
private void initRemoteCache(RemoteCacheImpl remoteCache, OperationsFactory operationsFactory) {
// Invoke the init method that doesn't have the JMX ObjectName argument
remoteCache.init(marshaller, operationsFactory, configuration.keySizeEstimate(),
configuration.valueSizeEstimate(), configuration.batchSize());
remoteCache.init(marshaller, operationsFactory, configuration);
}

@Substitute
Expand Down
6 changes: 3 additions & 3 deletions integration-tests/infinispan-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,17 +95,17 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.10.0</version>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.10.0</version>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.10.0</version>
<version>2.11.0</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit e988b06

Please sign in to comment.