You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix behavior for array of refs
* Fixed array behaviour for refs with arrays of refs
* Updated Readme version
* Updated Readme
* Update Pom version
Co-authored-by: Pablo José López Rivadulla <59642284+Rivarsal@users.noreply.github.com>
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,6 +178,7 @@ Currently, this plugin has some limitations that will be addressed in the future
178
178
179
179
- This plugin allows the use of AllOfs and AnyOfs in the Response section. However, OpenApi does not support AllOfs in this section and AnyOf usage might not work depending on the OpenApi version you are using.
180
180
- Some OpenApi functionalities are not implemented yet, such as creating example objects, instead you must use the example tag in every property of the object.
181
+
- Due to the OpenApi Parser code, when you use a $ref that points to an external file, there are some limitations when using $ref again in that same file.
181
182
182
183
**Async Api implementation**:
183
184
@@ -191,3 +192,4 @@ Currently, this plugin has some limitations that will be addressed in the future
191
192
- Add support for generating contracts from avro files.
192
193
- Further investigation for OpenApi/AsyncApi and Spring Cloud Contract possibilities.
193
194
- More testing and fixing possible bugs that may occur in the future.
195
+
- Get rid of the OpenApi parser in order to control our own code.
0 commit comments