Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/micronaut-projects/micronaut-rxjava3
Integration between Micronaut and RxJava 3
https://github.com/micronaut-projects/micronaut-rxjava3
Last synced: about 2 months ago
JSON representation
Integration between Micronaut and RxJava 3
- Host: GitHub
- URL: https://github.com/micronaut-projects/micronaut-rxjava3
- Owner: micronaut-projects
- License: apache-2.0
- Created: 2020-03-26T14:13:06.000Z (over 4 years ago)
- Default Branch: 3.4.x
- Last Pushed: 2024-05-09T10:57:21.000Z (8 months ago)
- Last Synced: 2024-05-09T11:57:37.820Z (8 months ago)
- Language: Java
- Homepage:
- Size: 2.4 MB
- Stars: 5
- Watchers: 17
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Micronaut RxJava 3
[![Maven Central](https://img.shields.io/maven-central/v/io.micronaut.rxjava3/micronaut-rxjava3.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.micronaut.rxjava3%22%20AND%20a:%22micronaut-rxjava3%22)
[![Build Status](https://github.com/micronaut-projects/micronaut-rxjava3/workflows/Java%20CI/badge.svg)](https://github.com/micronaut-projects/micronaut-rxjava3/actions)
[![Revved up by Develocity](https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A)](https://ge.micronaut.io/scans)Integration between Micronaut and RxJava 3
## Documentation
See the [Documentation](https://micronaut-projects.github.io/micronaut-rxjava3/latest/guide/) for more information.
See the [Snapshot Documentation](https://micronaut-projects.github.io/micronaut-rxjava3/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-rxjava3/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-rxjava3/actions).
A release is performed with the following steps:
- [Edit the version](https://github.com/micronaut-projects/micronaut-rxjava3/edit/master/gradle.properties) specified by `projectVersion` in `gradle.properties` to a semantic, unreleased version. Example `1.0.0`
- [Create a new release](https://github.com/micronaut-projects/micronaut-rxjava3/releases/new). The Git Tag should start with `v`. For example `v1.0.0`.
- [Monitor the Workflow](https://github.com/micronaut-projects/micronaut-rxjava3/actions?query=workflow%3ARelease) to check it passed successfully.
- Celebrate!