This project provides tooling to import AsyncAPI specs into Event Portal.
- Java 11+
- Maven 3.6+
Build the project using maven:
mvn clean install
Build the project usisng Maven, explicitly skipping JUnit tests:
mvn clean install -DskipTests=true
There are a number of JUnit tests designed to test code functionality. Many of these tests require live access to an Event Portal instance and a configured target Application Domain. Accordingly, these tests are not designed to run automatically.
JUnit tests require access and configuration for an Event Portal account and Application Domain.
This module provides the capability to parse and extract objects from an AsyncAPI specifications. This module was created to handle AsyncAPI versions 2.X. The intent is for this module to be used in applications where needed. Convenience methods are provided to obtain objects and fields, including Event Portal Extensions.
Incomplete / Not fully implemented - Under construction. This module is not referenced by other modules at this time.
This module provides the capability to parse and extract objects from an AsyncAPI specifications. This module was created to handle AsyncAPI versions 3.X. The intent is for this module to be used in applications where needed. Convenience methods are provided to obtain objects and fields, including Event Portal Extensions.
This module provides the core functionality of the importer.
- References the AsyncApi Accessor v2 module.
This module provides a wrapper to call the AsyncApi Importer Core module from a command line. Building the project successfully will produce an executable jar in the module target/ directory. Details for how to invoke the CLI can be found in the module's Readme.md file.
- References the AsyncApi Importer Core module
- Add ability to specify new objects as Shared upon creation
- Add AsyncApi 3.X support