Blog - page 30

Stay up to date with the latest articles and news from Infinispan.

9.x JDBC Store Improvements

January 23, 2017 Ryan Emerson By Ryan Emerson

Infinispan 9 introduces several changes to the JDBC stores, in summary: Configuration of DB version Upsert support for store writes Timestamp indexing c3p0 connection pool replaced by HikariCP DB Version Configuration Previously when configuring a JDBC store i...

Near Cache for native C++/C# Client example

January 11, 2017 Vittorio Rigamonti By Vittorio Rigamonti

Dear Readers, as mentioned in our previous post about the new C++/C# release 8.1.0.Beta1, clients are now equipped with near cache support. The near cache is an additional cache level that keeps the most recently used cache entries in an "in memory" data structure. Near c...

Hotrod clients C++/C# 8.1.0.Beta1 released!

January 04, 2017 Vittorio Rigamonti By Vittorio Rigamonti

New Year, New (Beta) Clients! I’m pleased to announce that the C++/C# clients version 8.1.0.Beta1 are out! The big news in this release is: Near Caching Support Find the bits in the usual place: https://infinispan.org/hotrod-clients/ Features list for 8.1 i...

Spring Boot Starters

December 20, 2016 Sebastian Laskawiec By Sebastian Laskawiec

Spring Boot Starters Ho, ho, hooo! It looks like all members of Infinispan Community have been nice and Santa brought you Spring Boot Starters! This will make you even more productive and your code less verbose! Why do I need starters? Spring Boot Starters make the ...

Data Container Changes Part 1

December 19, 2016 William Burns By William Burns

Infinispan 9.0 Beta 1 introduces some big changes to the Infinispan data container. This is the first of two blog posts detailing those changes. This post will cover the changes to eviction which utilizes a new provider, Caffeine. As you may already know Infinispan has su...

Thanks Soft-Shake and Devoxx Morocco!

December 15, 2016 Galder Zamarreño By Galder Zamarreño

Last month I presented about building functional reactive applications with Infinispan, Node.js and Elm at both Soft-Shake in Geneva (slides) and Devoxx Morocco (slides). Thanks a lot to all the participants who attended the talks and thanks also to the organisers for accep...

Meet Ickle!

December 08, 2016 Adrian Nistor By Adrian Nistor

As you’ve already learned from an earlier post this week, Infinispan 9 is on its final approach to landing and is bringing a new query language. Hurray! But wait, was there something wrong with the old one(s)? Not wrong really …​ I’ll explain. Infinispan is a d...

Distributed Stream Quality of Life Improvements

December 06, 2016 William Burns By William Burns

As I hope most people reading this already know, since Infinispan 8 you can utilize the entire Java 8 Stream API and have it be distributed across your cluster. This performs the various intermediate and terminal operations on the data local to the node it lives on, providin...

Tags
See All