Infinispan

Последняя версия: 14.0.0.Dev03

Дата:

Последняя версия: 7.2.0.Alpha1

Дата:

Infinispan Embedded Integration Tests

org.infinispan : infinispan-embedded-it

Infinispan Embedded All-in-One module Integration Tests

Последняя версия: 10.0.0.Beta3

Дата:

Infinispan Embedded Query Integration Tests

org.infinispan : infinispan-embedded-query-it

Infinispan Embedded Query All-in-One module Integration Tests

Последняя версия: 10.0.0.Beta3

Дата:

Integration tests - Endpoints interop

org.infinispan : infinispan-endpoint-interop-it

Integration tests for endpoints and in-VM interoperability

Последняя версия: 14.0.0.Dev03

Дата:

Infinispan GridFileSystem WebDAV interface

org.infinispan : infinispan-gridfs-webdav

WebDAV interface for Infinispan's GridFileSystem, packaged as a WAR file for deployment in a servlet container

Последняя версия: 9.2.0.CR2

Дата:

Последняя версия: 10.1.0.Final

Дата:

Последняя версия: 14.0.0.Dev03

Дата:

Infinispan JavaDoc

org.infinispan : infinispan-javadoc

Infinispan common parent POM module

Последняя версия: 9.0.0.Alpha4

Дата:

Последняя версия: 10.0.0.Beta3

Дата:

Последняя версия: 10.0.0.Beta3

Дата:

Integration tests - JBoss Marshalling interop

org.infinispan : infinispan-jboss-marshalling-it

Integration tests for jboss-marshalling enabled clients and server

Последняя версия: 14.0.0.Dev03

Дата:

Последняя версия: 14.0.0.Dev03

Дата:

Infinispan JCACHE (JSR-107) TCK Runner

org.infinispan : infinispan-jcache-tck-runner

JCACHE (JSR-107) TCK runner for Infinispan implementations

Последняя версия: 10.1.0.Final

Дата:

Последняя версия: 14.0.0.Dev03

Дата:

Последняя версия: 14.0.0.Dev03

Дата:

Test Infinispan with JUnit 4

org.infinispan : infinispan-junit-4

Contains utilities for developing unit tests and integration tests backed with Infinispan

Последняя версия: 0.1

Дата:

Test Infinispan with JUnit 5

org.infinispan : infinispan-junit-5

Contains utilities for developing unit tests and integration tests backed with Infinispan

Последняя версия: 0.1

Дата:

Последняя версия: 9.2.0.CR2

Дата:

Последняя версия: 11.0.0.Dev03

Дата:

Последняя версия: 14.0.0.Dev03

Дата:

Последняя версия: 9.0.0.Alpha1

Дата:

Последняя версия: 9.0.0.Alpha1

Дата:

Последняя версия: 14.0.0.Dev03

Дата:

Protocol Parser Generator Maven Plugin

org.infinispan : infinispan-protocol-parser-generator-maven-plugin

Generates an io.netty.handler.codec.ByteToMessageDecoder based on a grammar

Последняя версия: 10.0.0.Beta3

Дата:

Infinispan Remote Client Integration Tests

org.infinispan : infinispan-remote-it

Infinispan Remote Client All-in-One module Integration Tests

Последняя версия: 10.0.0.Beta3

Дата:

Последняя версия: 8.2.12.Final

Дата:

Последняя версия: 14.0.0.Dev03

Дата:

Последняя версия: 14.0.0.Dev03

Дата:

Последняя версия: 10.0.0.Beta2

Дата:

Последняя версия: 14.0.0.Dev03

Дата:

core

org.infinispan : infinispan-spark_2.10

Infinispan Spark Connector

Последняя версия: 0.4

Дата:

core

org.infinispan : infinispan-spark_2.11

Infinispan Spark Connector

Последняя версия: 0.10

Дата:

core

org.infinispan : infinispan-spark_2.12

Infinispan Spark Connector

Последняя версия: 0.10

Дата:

Integration tests - Spring Boot

org.infinispan : infinispan-spring-boot-it

Integration tests for Infinispan and Spring Boot

Последняя версия: 14.0.0.Dev03

Дата:

Последняя версия: 2.2.4.Final

Дата:

Последняя версия: 2.2.4.Final

Дата:

Последняя версия: 2.2.3.Final

Дата:

Последняя версия: 2.2.4.Final

Дата:

Последняя версия: 2.2.4.Final

Дата:

infinispan-spring-boot-starter-autoconfigure

org.infinispan : infinispan-spring-boot-starter-autoconfigure

Parent POM for JBoss projects. Provides default project build configuration.

Последняя версия: 1.0.0.Final

Дата:

Последняя версия: 14.0.0.Dev03

Дата:

infinispan-spring-boot-starter-test-embedded

org.infinispan : infinispan-spring-boot-starter-test-embedded

Parent POM for JBoss projects. Provides default project build configuration.

Последняя версия: 1.0.0.Final

Дата:

infinispan-spring-boot-starter-test-remote

org.infinispan : infinispan-spring-boot-starter-test-remote

Parent POM for JBoss projects. Provides default project build configuration.

Последняя версия: 1.0.0.Final

Дата:

Последняя версия: 14.0.0.Dev03

Дата:

Integration tests - Spring Boot 2

org.infinispan : infinispan-spring-boot2-it

Integration tests for Infinispan and Spring Boot 2

Последняя версия: 9.4.24.Final

Дата:

Infinispan Spring support

org.infinispan : infinispan-spring4-parent

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.

Последняя версия: 10.0.0.Alpha1

Дата:

Infinispan Spring 5 support

org.infinispan : infinispan-spring5-parent

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.

Последняя версия: 14.0.0.Dev03

Дата: