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 8e467d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<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.version>11.0.1.Final</infinispan.version>
<infinispan.protostream.version>4.3.2.Final</infinispan.protostream.version>
<caffeine.version>2.8.5</caffeine.version>
<netty.version>4.1.49.Final</netty.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

0 comments on commit 8e467d6

Please sign in to comment.