File tree 2 files changed +18
-2
lines changed
2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,14 @@ JUnit tests require access and configuration for an Event Portal account and App
24
24
## AsyncApi Accessor v2
25
25
This module provides the capability to parse and extract objects from an AsyncAPI specifications.
26
26
This module was created to handle AsyncAPI versions 2.X. The intent is for this module to be used in
27
- applications where needed. Convenience methods are provided to obtain objects and fields, including Event Portal Extensions.
27
+ applications where needed. Convenience methods are provided to obtain objects and fields, including Event Portal Extensions.
28
+
29
+ ## AsyncApi Accessor v3
30
+ *** Incomplete / Not fully implemented*** - Under construction. This module is not referenced by other modules at this time.
31
+
32
+ This module provides the capability to parse and extract objects from an AsyncAPI specifications.
33
+ This module was created to handle AsyncAPI versions 3.X. The intent is for this module to be used in
34
+ applications where needed. Convenience methods are provided to obtain objects and fields, including Event Portal Extensions.
28
35
29
36
## AsyncApi Importer Core
30
37
This module provides the core functionality of the importer.
@@ -38,3 +45,4 @@ Details for how to invoke the CLI can be found in the module's
38
45
39
46
# Issues and Enhancements
40
47
1 . Add ability to specify new objects as Shared upon creation
48
+ 2 . Add AsyncApi 3.X support
Original file line number Diff line number Diff line change 16
16
</modules >
17
17
18
18
<name >Solace EP AsyncApi Importer</name >
19
- <url >http://www.example.com</url >
19
+ <url >https://github.com/SolaceLabs/sol-ep-asyncapi-importer</url >
20
+
21
+ <licenses >
22
+ <license >
23
+ <name >Apache License, Version 2.0</name >
24
+ <url >http://www.apache.org/licenses/LICENSE-2.0</url >
25
+ <distribution >repo</distribution >
26
+ </license >
27
+ </licenses >
20
28
21
29
<properties >
22
30
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments