backbase-openapi-tools icon indicating copy to clipboard operation
backbase-openapi-tools copied to clipboard

Backbase Open Api Tools (boat) helps manage large OpenAPI projects

Results 39 backbase-openapi-tools issues
Sort by recently updated
recently updated
newest added

In case of nested class the datatype might be: `com.org.package.MyType.MyNestedType`. In such case the packageName will be `com.org.package.MyType` _Originally posted by @walaniam in https://github.com/Backbase/backbase-openapi-tools/pull/632#discussion_r1321536035_

When running `BoatSpringTemplatesTests` on Windows OS it fails with StackOverflowError. This issue is related to https://github.com/swagger-api/swagger-parser/issues/1886 , tested with proposed fix: https://github.com/swagger-api/swagger-parser/pull/1959 ```java java.lang.StackOverflowError at java.base/java.lang.StringLatin1.replace(StringLatin1.java:344) at java.base/java.lang.String.replace(String.java:2970) at org.openapitools.codegen.utils.ModelUtils.getSimpleRef(ModelUtils.java:401)...

The default value should be `target/boat-radio-report/radioOutput.json` ``` [INFO] UPLOAD TO BOAT-BAY SUCCESSFUL, check the full report: /Users/jasper/git/paym/payment-order-presentation-spec/target/target/boat-radio-report/radioOutput.json ```

I am using maven-boat-plugin version 0.14.8 where when using inputMavenArtifact feature of this plugin, boat plugin is unable to inherit version of api-spec from dependency-management section. slack conversation : https://backbase.slack.com/archives/CMU9PLZ5Z/p1629373147018900...

I am using `maven-boat-plugin` version `0.14.8` where when using `inputMavenArtifact` feature of this plugin, I am unable to use wildcard character for version and plugin is forcing me to use...

Wiill the project support complex api projects with includes (zip file)?

Without nullable object type boat is generating java Object type, which is desired behaviour as in our case field should be any Object(including possibility of primitives like boolean, int, etc.)....

In boat maven plugin, swagger-diff report can be used to identify and raise and alert for breaking change

I am trying to create a backbase specification project and while doing mvn clean install for the project i am getting the below errors: I think this is related only...

So the tags rule should not be enforced, **people** don’t agree with it, there is a clash of tags between BOAT and the API Dashboard The tags Rule is https://github.com/Backbase/backbase-openapi-tools/blob/main/boat-quay/boat-quay-rules/src/main/kotlin/com/backbase/oss/boat/quay/ruleset/InfoBlockTagsChecker.kt...