-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,16 @@ | ||
= Grails Async Framework | ||
[![Main branch build status](https://github.com/graceframework/grace-async/workflows/Grace%20CI/badge.svg?style=flat)](https://github.com/graceframework/grace-async/actions?query=workflow%3A%Grace+CI%22) | ||
[![Apache 2.0 license](https://img.shields.io/badge/License-APACHE%202.0-green.svg?logo=APACHE&style=flat)](https://opensource.org/licenses/Apache-2.0) | ||
[![Latest version on Maven Central](https://img.shields.io/maven-central/v/org.graceframework/grace-async-core.svg?label=Maven%20Central&logo=apache-maven&style=flat)](https://search.maven.org/search?q=g:org.graceframework) | ||
[![Grace on X](https://img.shields.io/twitter/follow/graceframework?style=social)](https://twitter.com/graceframework) | ||
|
||
This project contains APIs and libraries that integrate Grails with various asynchronous libraries and frameworks such as GPars and RxJava. | ||
[![Groovy Version](https://img.shields.io/badge/Groovy-4.0.22-blue?style=flat&color=4298b8)](https://groovy-lang.org/releasenotes/groovy-4.0.html) | ||
[![Grace Version](https://img.shields.io/badge/Grace-2023.0.0-blue?style=flat&color=f49b06)](https://github.com/graceframework/grace-framework/releases/tag/v2023.0.0) | ||
[![Spring Boot Version](https://img.shields.io/badge/Spring_Boot-3.0.13-blue?style=flat&color=6db33f)](https://github.com/spring-projects/spring-boot/releases) | ||
|
||
== Documentation | ||
= Grace Async and Events Framework | ||
|
||
* Latest - http://async.grails.org | ||
* Latest - http://async.grails.org/latest/api | ||
This project contains APIs and libraries that integrate Grace with various asynchronous libraries and frameworks such as GPars and RxJava, RxJava2, RxJava3. | ||
|
||
## Links | ||
|
||
* Snapshot Guide - http://async.grails.org/snapshot | ||
* Snapshot API - http://async.grails.org/snapshot | ||
- [Grace Framework](https://github.com/graceframework/grace-framework) |