Ben Thurley

Results 4 issues of Ben Thurley

Is there an API to access bonobo programatically? Specifically I'm thinking of using the Jenkins job DSL plugin to automatically create CI jobs when new repos are added. To do...

is:feature-request

CVEs are being reported against compile time dependencies of JDOM. Whilst this is fairly minor, as these dependencies are optional at runtime, it does still have the potential to show...

I have been using this API to convert an API spec from OAS 2.0 to RAML 1.0 like so. ``` WebApiDocument doc = (WebApiDocument) Oas20.parse(oas20).get(); raml10 = Raml10.generateString(doc).get(); ``` However,...

bug

I have been using this API to convert an API spec from OAS 2.0 to RAML 1.0 like so. ``` WebApiDocument doc = (WebApiDocument) Oas20.parse(oas20).get(); raml10 = Raml10.generateString(doc).get(); ``` However,...

bug
amf