All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.DEPENDENCIES.txt Maven / Gradle / Ivy

Go to download

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.

The newest version!
// ------------------------------------------------------------------
// Transitive dependencies of this project determined from the
// maven pom organized by organization.
// ------------------------------------------------------------------

Infinispan Spring 4 Integration


From: 'an unknown organization'
  - AOP alliance (http://aopalliance.sourceforge.net) aopalliance:aopalliance:jar:1.0
    License: Public Domain 
  - avalon-framework  avalon-framework:avalon-framework:jar:4.1.3

  - servlet-api  javax.servlet:servlet-api:jar:2.5

  - logkit  logkit:logkit:jar:1.0.1

  - "Java Concurrency in Practice" book annotations (http://jcip.net/) net.jcip:jcip-annotations:jar:1.0


From: 'Apache Software Foundation' (http://www.apache.org)
  - Apache Log4j API (http://logging.apache.org/log4j/2.x/log4j-api/) org.apache.logging.log4j:log4j-api:jar:2.3
    License: The Apache Software License, Version 2.0  (http://www.apache.org/licenses/LICENSE-2.0.txt)
  - Apache Log4j Core (http://logging.apache.org/log4j/2.x/log4j-core/) org.apache.logging.log4j:log4j-core:jar:2.3
    License: The Apache Software License, Version 2.0  (http://www.apache.org/licenses/LICENSE-2.0.txt)
  - Apache Log4j Commons Logging Bridge (http://logging.apache.org/log4j/2.x/log4j-jcl/) org.apache.logging.log4j:log4j-jcl:jar:2.3
    License: The Apache Software License, Version 2.0  (http://www.apache.org/licenses/LICENSE-2.0.txt)
  - Apache Log4j SLF4J Binding (http://logging.apache.org/log4j/2.x/log4j-slf4j-impl/) org.apache.logging.log4j:log4j-slf4j-impl:jar:2.3
    License: The Apache Software License, Version 2.0  (http://www.apache.org/licenses/LICENSE-2.0.txt)

From: 'JBoss by Red Hat' (http://www.jboss.org)
  - JBoss Logging 3 (http://www.jboss.org) org.jboss.logging:jboss-logging:jar:3.3.0.Final
    License: Apache License, version 2.0  (http://www.apache.org/licenses/LICENSE-2.0.txt)
  - JBoss Marshalling OSGi Bundle (http://www.jboss.org/jboss-marshalling-parent/jboss-marshalling-osgi) org.jboss.marshalling:jboss-marshalling-osgi:bundle:1.4.10.Final
    License: Public Domain  (http://repository.jboss.org/licenses/cc0-1.0.txt)
  - Java Transaction API (http://www.jboss.org/jboss-transaction-api_1.1_spec) org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec:jar:1.0.1.Final
    License: Common Development and Distribution License  (http://repository.jboss.org/licenses/cddl.txt)    License: GNU General Public License, Version 2 with the Classpath Exception  (http://repository.jboss.org/licenses/gpl-2.0-ce.txt)

From: 'JBoss, a division of Red Hat' (http://www.jboss.org)
  - Infinispan Hot Rod Client (http://www.infinispan.org/infinispan-client-hotrod) org.infinispan:infinispan-client-hotrod:bundle:8.1.0.Alpha2
    License: Apache License  (http://www.apache.org/licenses/LICENSE-2.0)
  - Infinispan Commons (http://www.infinispan.org/infinispan-commons) org.infinispan:infinispan-commons:bundle:8.1.0.Alpha2
    License: Apache License  (http://www.apache.org/licenses/LICENSE-2.0)
  - Infinispan Core (http://www.infinispan.org/infinispan-core) org.infinispan:infinispan-core:bundle:8.1.0.Alpha2
    License: Apache License  (http://www.apache.org/licenses/LICENSE-2.0)
  - JGroups (http://www.jgroups.org) org.jgroups:jgroups:bundle:3.6.4.Final
    License: Apache License 2.0  (http://www.apache.org/licenses/LICENSE-2.0.html)

From: 'Spring IO' (http://projects.spring.io/spring-framework)
  - Spring AOP (https://github.com/spring-projects/spring-framework) org.springframework:spring-aop:jar:4.1.0.RELEASE
    License: The Apache Software License, Version 2.0  (http://www.apache.org/licenses/LICENSE-2.0.txt)
  - Spring Beans (https://github.com/spring-projects/spring-framework) org.springframework:spring-beans:jar:4.1.0.RELEASE
    License: The Apache Software License, Version 2.0  (http://www.apache.org/licenses/LICENSE-2.0.txt)
  - Spring Context (https://github.com/spring-projects/spring-framework) org.springframework:spring-context:jar:4.1.0.RELEASE
    License: The Apache Software License, Version 2.0  (http://www.apache.org/licenses/LICENSE-2.0.txt)
  - Spring Core (https://github.com/spring-projects/spring-framework) org.springframework:spring-core:jar:4.1.0.RELEASE
    License: The Apache Software License, Version 2.0  (http://www.apache.org/licenses/LICENSE-2.0.txt)
  - Spring Expression Language (SpEL) (https://github.com/spring-projects/spring-framework) org.springframework:spring-expression:jar:4.1.0.RELEASE
    License: The Apache Software License, Version 2.0  (http://www.apache.org/licenses/LICENSE-2.0.txt)

From: 'The Apache Software Foundation' (http://jakarta.apache.org)
  - Logging (http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/) commons-logging:commons-logging:jar:1.1
    License: The Apache Software License, Version 2.0  (/LICENSE.txt)

From: 'The Apache Software Foundation' (http://www.apache.org/)
  - Commons Pool (http://commons.apache.org/pool/) commons-pool:commons-pool:jar:1.6
    License: The Apache Software License, Version 2.0  (http://www.apache.org/licenses/LICENSE-2.0.txt)







© 2015 - 2024 Weber Informatics LLC | Privacy Policy