Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/micronaut-projects/micronaut-cache
This project includes caching support for Micronaut
https://github.com/micronaut-projects/micronaut-cache
Last synced: 5 days ago
JSON representation
This project includes caching support for Micronaut
- Host: GitHub
- URL: https://github.com/micronaut-projects/micronaut-cache
- Owner: micronaut-projects
- License: apache-2.0
- Created: 2019-08-01T17:03:42.000Z (over 5 years ago)
- Default Branch: 5.1.x
- Last Pushed: 2024-12-11T03:55:33.000Z (11 days ago)
- Last Synced: 2024-12-11T04:28:39.859Z (11 days ago)
- Language: Java
- Homepage:
- Size: 11 MB
- Stars: 29
- Watchers: 18
- Forks: 31
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Micronaut Cache
[![Maven Central](https://img.shields.io/maven-central/v/io.micronaut.cache/micronaut-cache-ehcache.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.micronaut.cache%22%20AND%20a:%22micronaut-cache-ehcache%22)
[![Build Status](https://github.com/micronaut-projects/micronaut-cache/workflows/Java%20CI/badge.svg)](https://github.com/micronaut-projects/micronaut-cache/actions)
[![Revved up by Develocity](https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A)](https://ge.micronaut.io/scans)This project includes caching support for [Micronaut](http://micronaut.io).
## Documentation
See the [stable](https://micronaut-projects.github.io/micronaut-cache/latest/guide) or [snapshot](https://micronaut-projects.github.io/micronaut-cache/snapshot/guide) documentation for more information.
See the [Snapshot Documentation](https://micronaut-projects.github.io/micronaut-cache/snapshot/guide) for the
current development docs.## Snapshots and Releases
Snaphots are automatically published to [JFrog OSS](https://oss.jfrog.org/artifactory/oss-snapshot-local/) using [Github Actions](https://github.com/micronaut-projects/micronaut-openapi/actions).
See the documentation in the [Micronaut Docs](https://docs.micronaut.io/latest/guide/index.html#usingsnapshots) for how to configure your build to use snapshots.
Releases are published to JCenter and Maven Central via [Github Actions](https://github.com/micronaut-projects/micronaut-cache/actions).
A release is performed with the following steps:
* [Publish the draft release](https://github.com/micronaut-projects/micronaut-cache/releases). There should be already a draft release created, edit and publish it. The Git Tag should start with `v`. For example `v1.0.0`.
* [Monitor the Workflow](https://github.com/micronaut-projects/micronaut-cache/actions?query=workflow%3ARelease) to check it passed successfully.
* Celebrate!