Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/micronaut-projects/micronaut-session
https://github.com/micronaut-projects/micronaut-session
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/micronaut-projects/micronaut-session
- Owner: micronaut-projects
- License: apache-2.0
- Created: 2022-10-14T11:51:26.000Z (about 2 years ago)
- Default Branch: 4.4.x
- Last Pushed: 2024-05-18T06:08:40.000Z (7 months ago)
- Last Synced: 2024-05-18T07:26:59.289Z (7 months ago)
- Language: Java
- Homepage:
- Size: 1.9 MB
- Stars: 0
- Watchers: 16
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Micronaut Session
[![Maven Central](https://img.shields.io/maven-central/v/io.micronaut.session/micronaut-session.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.micronaut.session%22%20AND%20a:%22micronaut-session%22)
[![Build Status](https://github.com/micronaut-projects/micronaut-session/workflows/Java%20CI/badge.svg)](https://github.com/micronaut-projects/micronaut-session/actions)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=micronaut-projects_micronaut-session&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=micronaut-projects_micronaut-session)
[![Revved up by Develocity](https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A)](https://ge.micronaut.io/scans)Support for Http sessions for Micronaut 4+
## Documentation
See the [Documentation](https://micronaut-projects.github.io/micronaut-session/latest/guide/) for more information.
See the [Snapshot Documentation](https://micronaut-projects.github.io/micronaut-session/snapshot/guide/) for the current development docs.
## Snapshots and Releases
Snapshots are automatically published to [Sonatype Snapshots](https://s01.oss.sonatype.org/content/repositories/snapshots/io/micronaut/) using [Github Actions](https://github.com/micronaut-projects/micronaut-session/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 Maven Central via [Github Actions](https://github.com/micronaut-projects/micronaut-session/actions).
Releases are completely automated. To perform a release use the following steps:
* [Publish the draft release](https://github.com/micronaut-projects/micronaut-session/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-session/actions?query=workflow%3ARelease) to check it passed successfully.
* If everything went fine, [publish to Maven Central](https://github.com/micronaut-projects/micronaut-session/actions?query=workflow%3A"Maven+Central+Sync").
* Celebrate!