backbase-openapi-tools
backbase-openapi-tools copied to clipboard
Backbase Open Api Tools (boat) helps manage large OpenAPI projects
Small Grammatical Errors Corrected like capitalization and spacing.
Bumps `swagger-core.version` from 2.2.21 to 2.2.22. Updates `io.swagger.core.v3:swagger-models` from 2.2.21 to 2.2.22 Updates `io.swagger.core.v3:swagger-core` from 2.2.21 to 2.2.22 Release notes Sourced from io.swagger.core.v3:swagger-core's releases. Swagger-core 2.2.22 released! Support proper mapping...
Bumps `openapi-generator.version` from 7.4.0 to 7.5.0. Updates `org.openapitools:openapi-generator` from 7.4.0 to 7.5.0 Release notes Sourced from org.openapitools:openapi-generator's releases. v7.5.0 released General Fix method naming for openapi normalizer, openapi ignore list...
The readme of the maven plugin lists all the goals, but boat:doc is missing.
Using lombok in the generated sources does not make sense. Lombok value is to keep source code readable and compact by avoiding boiler-plate getters and setters. Generated code is not...
Both hiberate and jakarta `@Email` annotations are imported because of wildcard import statement, resulting in ``` [375,21] error: reference to Email is ambiguous [ERROR] both class org.hibernate.validator.constraints.Email in org.hibernate.validator.constraints and...
boat maven plugin doc goal has issues: - response schemas not shown - array query parameters show `]` as description - ...
`createApiComponent` configuration flag is respected for API class, but not for the API Client class when using `generate-rest-template-embedded` goal.
`useSetForUniqueItems` is now ignored, but still listed in README and referenced in header comment generated for some classes. the value is always empty. To ignore confusion, the references should be...
_This issue occurs when the first schema is defined in a "common" spec, or is an existing class, and a second spec refers to the previously generated class using `schemaMapping'_...