简体   繁体   English

适用于 Spring 引导 2.4.3 的 Infinispan 版本

[英]Infinispan Version for Spring Boot 2.4.3

which version of infinispan should i use for spring boot version 2.4.3?我应该为 spring 启动版本 2.4.3 使用哪个版本的 infinispan?

My pom.xml:我的 pom.xml:

<parent>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-parent</artifactId>
        <version>2.4.3</version>
        <relativePath/>
</parent>



<dependency>
            <groupId>org.infinispan</groupId>
            <artifactId>infinispan-spring-boot-starter-remote</artifactId>
            <version>2.1.7.Final</version>
</dependency>

The deploy fail for this problem:此问题的部署失败:

datagrid-app-hotrod.1389-dev.svc.cluster.local/172.30.145.147:11333] due to transport error 
java.net.SocketTimeoutException: FaultTolerantPingOperation{bilancio-aggiustamento, flags=0, connection=datagrid-app-hotrod.1389-dev.svc.cluster.local/172.30.145.147:11333} timed out after 60000 ms
    at org.infinispan.client.hotrod.impl.operations.HotRodOperation.run(HotRodOperation.java:176)
    at io.netty.util.concurrent.PromiseTask.runTask(PromiseTask.java:98)
    at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:170)
    at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
    at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
    at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:384)
    at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
    at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    at java.lang.Thread.run(Thread.java:748)*

Thanks, Giuseppe.谢谢,朱塞佩。

This pull request was merged a couple of days ago.这个拉取请求在几天前被合并了。 The next release should work with Spring Boot 2.4.3下一个版本应该适用于 Spring Boot 2.4.3

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM