Ehcache JCache Parent Pom

Parent project for Ehcache's implementation of JSR107 - JCACHE.

Лицензия

Лицензия

Категории

Категории

Ehcache Данные Caching
Группа

Группа

org.ehcache
Идентификатор

Идентификатор

ehcache-jcache-parent
Последняя версия

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

1.0.1
Дата

Дата

Тип

Тип

pom
Описание

Описание

Ehcache JCache Parent Pom
Parent project for Ehcache's implementation of JSR107 - JCACHE.
Ссылка на сайт

Ссылка на сайт

https://github.com/Terracotta-OSS/ehcache-jcache
Организация-разработчик

Организация-разработчик

Terracotta
Система контроля версий

Система контроля версий

https://github.com/Terracotta-OSS/ehcache-jcache

Скачать ehcache-jcache-parent

Имя Файла Размер
ehcache-jcache-parent-1.0.1.pom 4 KB
Обзор

Как подключить последнюю версию

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • ehcache-jcache

Ehcache-JCache For Ehcache 2.x.

Important: This project isn't maintained anymore as Ehcache 2.x will slowly retire. Please consider migrating to Ehcache 3.x which has built-in JSR107 support.

About

ehcache-jcache is a full implementation of the API and SPI from JSR-107 (aka JCache). It provides a wrapper around an Ehcache cache that allows allows you to use Ehcache as the caching provider using only JSR-107 APIs.

More detailed information about how to use this is found under the ehcache-jcache module

Modules

  • ehcache-jcache This contains the ehcache-jcache implementation
  • jcache-tck-runner This runs the JSR107 TCK suite against the ehcache-jcache implementation to verify compliance with the spec.

Build

  • Just run the following command line (provided you have maven 3 already installed) :

    mvn clean install

  • You may want to disable the run-tck profile (if you don't have the TCK in your local maven repository since it's not published to a maven repository) :

    mvn clean install -P -run-tck

  • Current build status: Build Status

Build Status

Development

Active development of the ehcache-jcache module follows changes to the spec. There will be no attempt to maintain backwards compatibility between release versions; the focus of each release will be compliance with the latest JSR107 spec.

Release

Following releases of the JSR107 spec APIs, an updated release milestone will be released and the latest stable release code will sit on the master branch of the ehcache-jcache github repository.

Issue tracker

Please log issues to: https://github.com/Terracotta-OSS/ehcache-jcache/issues

License

This software is provided under an Apache 2 open source license, read the LICENSE.txt file for details.

Contributors

This free, open source software was made possible by Terracotta, Inc.. See the CONTRIBUTORS.markdown file for details.

Copyright

Copyright (c) Terracotta

Using it

Maven

Releases are available from Maven Central.

Snapshots are available from the Sonatype OSS snapshot repository. In order to access the snapshots, you need to add the following repository to your pom.xml:

<repository>
    <id>sonatype-nexus-snapshots</id>
    <name>Sonatype Nexus Snapshots</name>
    <url>https://oss.sonatype.org/content/repositories/snapshots</url>
    <releases>
        <enabled>false</enabled>
    </releases>
    <snapshots>
        <enabled>true</enabled>
    </snapshots>
</repository>
org.ehcache

Terracotta Open Source Community

A collection of FOSS projects from Terracotta (http://www.terracotta.org). See also github.com/ehcache , github.com/quartz-scheduler

Версии библиотеки

Версия
1.0.1
1.0.0