Last Version

Infinispan Spring 5 support 14.0.0.Dev03

The Infinispan Spring Integration project provides Spring integration for Infinispan, a high performance distributed cache. Its primary features are * An implementation of org.springframework.cache.CacheManager, Spring's central caching abstraction, backed by Infinispan's EmbeddedCacheManager. To be used if your Spring-powered application and Infinispan are colocated, i.e. running within the same VM. * An implementation of org.springframework.cache.CacheManager backed by Infinispan's RemoteCacheManager. To bes used if your Spring-powered application accesses Infinispan remotely, i.e. over the network. * An implementation of org.springframework.cache.CacheManager backed by a CacheContainer reference. To be used if your Spring- powered application needs access to a CacheContainer defined outside the application (e.g. retrieved from JNDI) * Spring namespace support allowing shortcut definitions for all the components above In addition, Infinispan Spring Integration offers various FactoryBeans for facilitating creation of Infinispan core classes - Cache, CacheManager, ... - within a Spring context.

License

License

Categories

Categories

Infinispan Data Caching
GroupId

GroupId

org.infinispan
ArtifactId

ArtifactId

infinispan-spring5-parent
Version

Version

14.0.0.Dev03
Type

Type

pom
Description

Description

Infinispan Spring 5 support
The Infinispan Spring Integration project provides Spring integration for Infinispan, a high performance distributed cache. Its primary features are * An implementation of org.springframework.cache.CacheManager, Spring's central caching abstraction, backed by Infinispan's EmbeddedCacheManager. To be used if your Spring-powered application and Infinispan are colocated, i.e. running within the same VM. * An implementation of org.springframework.cache.CacheManager backed by Infinispan's RemoteCacheManager. To bes used if your Spring-powered application accesses Infinispan remotely, i.e. over the network. * An implementation of org.springframework.cache.CacheManager backed by a CacheContainer reference. To be used if your Spring- powered application needs access to a CacheContainer defined outside the application (e.g. retrieved from JNDI) * Spring namespace support allowing shortcut definitions for all the components above In addition, Infinispan Spring Integration offers various FactoryBeans for facilitating creation of Infinispan core classes - Cache, CacheManager, ... - within a Spring context.
Project Organization

Project Organization

JBoss, a division of Red Hat

Download infinispan-spring5-parent 14.0.0.Dev03


<!-- https://jarcasting.com/artifacts/org.infinispan/infinispan-spring5-parent/ -->
<dependency>
    <groupId>org.infinispan</groupId>
    <artifactId>infinispan-spring5-parent</artifactId>
    <version>14.0.0.Dev03</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.infinispan/infinispan-spring5-parent/
implementation 'org.infinispan:infinispan-spring5-parent:14.0.0.Dev03'
// https://jarcasting.com/artifacts/org.infinispan/infinispan-spring5-parent/
implementation ("org.infinispan:infinispan-spring5-parent:14.0.0.Dev03")
'org.infinispan:infinispan-spring5-parent:pom:14.0.0.Dev03'
<dependency org="org.infinispan" name="infinispan-spring5-parent" rev="14.0.0.Dev03">
  <artifact name="infinispan-spring5-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.infinispan', module='infinispan-spring5-parent', version='14.0.0.Dev03')
)
libraryDependencies += "org.infinispan" % "infinispan-spring5-parent" % "14.0.0.Dev03"
[org.infinispan/infinispan-spring5-parent "14.0.0.Dev03"]

Dependencies

compile (2)

Group / Artifact Type Version
org.infinispan : infinispan-component-annotations jar
net.jcip : jcip-annotations Optional jar 1.0

provided (3)

Group / Artifact Type Version
org.infinispan : infinispan-logging-annotations jar 14.0.0.Dev03
org.jboss.logging : jboss-logging-processor jar 2.1.0.Final
javax.annotation : javax.annotation-api jar 1.3.2

test (5)

Group / Artifact Type Version
org.apache.logging.log4j : log4j-core jar 2.17.2
org.apache.logging.log4j : log4j-jul jar 2.17.2
org.jboss : jboss-transaction-spi-jakarta jar 7.6.1.Final
org.jboss.narayana.jta : narayana-jta jar 5.12.0.Final
org.jacoco : org.jacoco.agent jar 0.8.7

Project Modules

There are no modules declared in this project.