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
-
ISPN-14280 - JSON parser doesn't report error locations correctly
-
ISPN-14453 - Ickle Queries should support BigInteger and BigDecimal
-
ISPN-14470 - REST cache configuration comparison returns 204 for different caches
-
ISPN-14477 - Concurrent Spring session access results in lost session attributes
-
ISPN-14479 - SQL Cache store initiation fails on Sql type CHAR
-
ISPN-14495 - RESP endpoint cannot parse request larger than packet size
-
ISPN-14497 - RESP endpoint needs to release ByteBuf objects it creates
-
ISPN-14500 - REST API blocking when retrieving keys and entries
-
ISPN-14510 - org.infinispan.server.cli.CliIT.testCliInteractive failure
-
ISPN-14542 - AsyncStore needs to use SecurityAction when retrieving ComponentRegistry
-
ISPN-14544 - RESP endpoint cache shouldn't require no expiration configured
-
ISPN-14545 - SIFS Compactor does not properly shut down but the index thinks it is okay
Task
Component Upgrade
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.