Blogs Infinispan 14.0.7.Final

Infinispan 14.0.7.Final

We rarely do announcements for micro-releases, but 14.0.7.Final is a bit special, because it finally adds support for Spring 6 and Spring Boot 3.

Spring Framework 6 and Spring Boot 3

We now ship components to support Spring Framework 6 and Spring Boot 3:

<dependency>
   <groupId>org.infinispan</groupId>
   <artifactId>infinispan-spring-boot3-starter-embedded</artifactId>
   <version>14.0.7.Final</version>
</dependency>
<dependency>
   <groupId>org.infinispan</groupId>
   <artifactId>infinispan-spring-boot3-starter-remote</artifactId>
   <version>14.0.7.Final</version>
</dependency>

Important SIFS fixes

This release also includes very important fixes to the Soft-Index File Store (SIFS), which is our default file-store implementation: if you use it for your persistent caches you should really upgrade !

Release Notes

Bug

Release notes

You can look at the release notes to see what has changed since our latest CR.]

Get them from our download page.]

Get it, Use it, Ask us!

We’re hard at work on new features, improvements and fixes, so watch this space for more announcements!

Please, download and test the latest release.

The source code is hosted on GitHub. If you need to report a bug or request a new feature, look for a similar one on our JIRA issues tracker. If you don’t find any, create a new issue.

If you have questions, are experiencing a bug or want advice on using Infinispan, you can use GitHub discussions. We will do our best to answer you as soon as we can.

The Infinispan community uses Zulip for real-time communications. Join us using either a web-browser or a dedicated application on the Infinispan chat.

Tristan Tarrant

Tristan has been leading the Infinispan Engineering Team at Red Hat for quite a while now, as well as being Principal Architect for Red Hat Data Grid. He's been a passionate open-source advocate and contributor for over three decades.