Open tschlat opened 1 month ago
once done, the copyright headers should be re-applied to all *.java
files.
found the last ci/cd bug. it was actually a case-sensitivity problem, which didn't occur on windows. we should expect to see a green build.
@ueberfuhr - as a user of the current OpenAPI feature, i would be interested in your feedback on this new feature. Especially in the context of OAS validation, which might be breaking, once we merge this MR (see MR description for details). I advise to check this class that tests all aspects of the generated API.
org.citrusframework.openapi.generator.GeneratedRestApiIT
This is the final PR for the new OpenAPI feature.
I apologize for the large size of this PR. It includes the following major changes:
Updates to the OpenAPI Connector:
Revised Implementation of TestAPI Generator:
org.citrusframework.openapi.generator.GeneratedRestApiIT
gives an overview on how to use the generated REST APIorg.citrusframework.openapi.generator.GeneratedSoapApiIT
same for SOAP although only very little, yetEnhanced Server-Side Header Validation for Parameter Serialization:
see org.citrusframework.http.message.HttpQueryParamHeaderValidator
for details