Infinispan 9.3.0.Final 已正式发布,这也是首个可同时使用 Java 8 和 Java 10 的 final 版本。值得注意的是,Infinispan 仍然只能在类路径模式下工作。
其他值得关注的更新:
- Transaction support Hot Rod. The java Hot Rod client can participate in Java transactions via Synchronization or XA enlistment. Note that recovery isn't supported yet.
- Caches can now configure the maximum number of attempts to start a CacheWriter/CacheLoader on startup before cache creation fails.
- Write-behind stores are now fault-tolerant by default.
- Segmented On Heap Data Container. It improves performance of stream operations.
- Server upgraded to Wildfly 13.
- We have introduced several WildFly feature packs to make it easier for Infinispan to be utilised on WildFly instances via the Server Provisioning Plugin. The following feature packs have been created, most notably:
- This is equivalent to the Wildfly-modules.zip
- The same as above but with query capabilities
- The modules required for ded instances of Infinispan
- All of the modules required to connect to a hotrod server via the client
- infinispan-feature-pack-client
- infinispan-feature-pack- ded
- infinispan-feature-pack- ded-query
- infinispan-feature-pack-wf-modules
- Hibernate second-level cache provider works with Hibernate ORM 5.3.
- The Hot Rod Server allows now to use multiple protocols with a Single Port. The initial version supports HTTP/1.1, HTTP/2 and Hot Rod. Switching protocols can be done using TLS/ALPN and HTTP/1.1 Upgrade header.
- Admin console - improved all editors (schema, s, JSON data) to include syntax highlighting.
- Several enhancements in the Java Hot Rod client allowing to read and write data in different formats such as JSON, for cache operations and deployed filters/converters.
- Cluster wide max idle expiration.
- Component Upgrades
- Hibernate Search 5.10
- Hibernate ORM 5.3
- Numerous bug fixes which improve stability
可以看到,现已支持在 Hot Rod 中进行扩展事务,但尚未支持事务恢复;而两级缓存现在可以与 Hibernate ORM 5.3 一起搭配使用;服务器现在允许使用单个端口的多个协议,最初的版本支持 HTTP/1.1, HTTP/2 和 Hot Rod。
具体细节可查看问题追踪列表 https://issues.jboss.org/secure/ReleaseNote.jspa?projectId=12310799&version=12336209
下载地址:https://infinispan.org/download/ 发布主页:https://blog.infinispan.org/2018/06/infinispan-930final-is-out.html
Infinispan 是一个开源的数据网格平台。它公开了一个简单的数据结构(一个 Cache)来存储对象。虽然可以在本地模式下运行 Infinspan,但其真正的价值在于分布式,在这种模式下,Infinispan 可以将集群缓存起来并公开大容量的堆内存。这可比简单的复制强大的多,因为它会为每个结点分配固定数量的副本 —— 服务器故障的一种恢复手段 —— 同时还提升了可伸缩性,这是由于存储每个结点所需的工作量是与集群大小息息相关的。
继续阅读与本文标签相同的文章
上一篇 :
vue生成文件本地打开查看效果的实例
下一篇 :
Android银行卡扫描获取银行卡号
-
阿里雷卷:Reactive 基金会的成立将对开发方式带来哪些影响?
2026-05-18栏目: 教程
-
8 分钟了解 Kubernetes
2026-05-18栏目: 教程
-
Helm 从入门到实践 | 从 0 开始制作一个 Helm Charts
2026-05-18栏目: 教程
-
阿里云突发性能实例t5 和共享型实例xn4 n4的区别
2026-05-18栏目: 教程
-
【DockerCon2017技术解读】Docker特性介绍
2026-05-18栏目: 教程
