KevinMitchell
KevinMitchell
I’m a little confused about how versioning is supposed to work with Apicurio Registry. Each of our APIs uses semantic versioning, and this version is tracked in the Info object...
I'm probably doing something really dumb here. But suppose a fragment of my WSDL looks like this: ``` xml ``` When traversing the parsed model I can get as far...
I'm building the parser under OS X Yosemite using IntelliJ. My main program just consists of JavaNodeFactory f = new JavaNodeFactory(); When I run this I get the following stack...