Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Latest commit

 

History

History
37 lines (24 loc) · 1.31 KB

README.adoc

File metadata and controls

37 lines (24 loc) · 1.31 KB

badge Quality Gate Status License

SmallRye AsyncAPI

SmallRye AsyncAPI is a proof of concept specification and implementation of Microprofile + AsyncAPI integration.

Instructions

Compile and test the project:

mvn verify

Project structure

  • spec - Specification

    • spec/api - Specification classes and interfaces.

    • spec/doc - Specification documentation.

    • spec/tck - Specification TCK tests.

  • implementation - Implementation of the specification.

  • tck - Test suite to run the spec TCK against the implementation.

Contributing

Please refer to our Wiki for the Contribution Guidelines.