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
Generation of the index.ts file was including a self-reference for non-cleaned compilations. The index.ts file is now ignored to prevent circular references for consumers of and bindings packages generated with this library.
Some properties in the generated Typescript classes reflected the Java field name instead of a name that was compatible with the default property accessor mapping behavior of Jackson (see 700e89f)
Initial public release of tooling libraries for interpreting the vCloud Director API schemas and building useful artifacts from them.
Includes:
Plugins for XML to Java compiler to support specialized version handling in XSDs, and to support JSON subtype representations from XSD representations.
Bindings generator to create Typescript bindings for XSD-based APIs (OpenAPI supported through Swagger codegen tools)
Maven plugin to consume bindings generation as part of a Maven-based project