https://github.com/smallrye/smallrye-async-api
https://github.com/smallrye/smallrye-async-api
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smallrye/smallrye-async-api
- Owner: smallrye
- License: apache-2.0
- Created: 2019-04-11T13:15:26.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T22:41:58.000Z (about 1 year ago)
- Last Synced: 2024-10-19T12:25:19.215Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 227 KB
- Stars: 7
- Watchers: 4
- Forks: 11
- Open Issues: 16
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
:ci: https://github.com/smallrye/smallrye-async-api/actions/workflows/build.yml
:sonar: https://sonarcloud.io/dashboard?id=io.smallrye%3Asmallrye-async-api
image:https://github.com/smallrye/smallrye-async-api/actions/workflows/build.yml/badge.svg?branch=main[link={ci}]
image:https://sonarcloud.io/api/project_badges/measure?project=io.smallrye%3Asmallrye-async-api&metric=alert_status["Quality Gate Status", link={sonar}]
image:https://img.shields.io/github/license/smallrye/smallrye-async-api.svg["License", link="http://www.apache.org/licenses/LICENSE-2.0"]
= SmallRye AsyncAPI
SmallRye AsyncAPI is a proof of concept specification and implementation of Microprofile + AsyncAPI integration.
== Instructions
Compile and test the project:
[source,bash]
----
mvn verify
----
=== Project structure
* link:spec/api[] - Specification classes and interfaces.
* link:spec/tck[] - Specification TCK tests.
* link:implementation[] - Implementation of the specification.
* link:tck[] - Test suite to run the spec TCK against the implementation.
=== Contributing
Please refer to our Wiki for the https://github.com/smallrye/smallrye-parent/wiki[Contribution Guidelines].
=== Links
* http://github.com/smallrye/smallrye-async-api/[Project Homepage]