An open API service indexing awesome lists of open source software.

https://github.com/smallrye/smallrye-async-api


https://github.com/smallrye/smallrye-async-api

Last synced: 8 months ago
JSON representation

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]