Enterprise Java

Infinispan Versions Mapped to Minimum Java Versions

I’ve been playing around a little bit with Infinispan recently and one of the characteristics of this “distributed in-memory key/value data store” that I have noticed is its relatively aggressive adoption and even requirement of later major versions of Java.

The following maps Infinispan releases to minimum required Java SE versions per referenced Infinispan documentation.

Infinispan Versions and Their Minimum Required Java Version
Infinispan VersionDownload VersionMininum JavaReferences / Notes
Infinispan 8.2.x8.2.4 (“Chakra”)Java SE 8Frequently Asked Questions
Infinispan ISPN-6313
Infinispan 8.1.x8.1.3 (“Mahou”)Java SE 8Frequently Asked Questions
Infinispan ISPN-6313
Infinispan 8.0.x8.0.2 (“Infinite Darkness”)Java SE 8?Frequently Asked Questions
Infinispan ISPN-6313
Infinispan Release Notes
Infinispan Blog
Infinispan 7.2.x7.2.5 (“Insanely Bad Elf”)Java SE 7Frequently Asked Questions
Infinispan ISPN-4335
Infinispan 7.1.x7.1.1 (“Hoptimus Prime”)Java SE 7Frequently Asked Questions
Infinispan ISPN-4335
Infinispan 7.0.x7.0.3 (“Guinness”)Java SE 7Frequently Asked Questions
Infinispan ISPN-4335
Infinispan 6.0.x6.0.2 (“Infinium”)Java SE 6Frequently Asked Questions
Infinispan 5.3.x5.3.0 (“Tactical Nuclear Penguin”)Java SE 6Frequently Asked Questions

It’s easy to remember the minimum version of Java required for Infinispan 6.x, Infinispan 7.x, and Infinispan 8.x as each of them requires at least the Java with major version of the same number (Infinispan 6.x requires Java SE 6, Infinispan 7.x requires Java SE 7, and Infinispan 8.x requires Java SE 8).

Want to know how to develop your skillset to become a Java Rockstar?

Join our newsletter to start rocking!

To get you started we give you our best selling eBooks for FREE!

 

1. JPA Mini Book

2. JVM Troubleshooting Guide

3. JUnit Tutorial for Unit Testing

4. Java Annotations Tutorial

5. Java Interview Questions

6. Spring Interview Questions

7. Android UI Design

 

and many more ....

 

Receive Java & Developer job alerts in your Area

I have read and agree to the terms & conditions

 

Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Inline Feedbacks
View all comments
Back to top button