Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.22 KB

README.adoc

File metadata and controls

34 lines (22 loc) · 1.22 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/api - Specification classes and interfaces.

  • 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.