There are currently no pipelines.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines.
Created by: artwo
This PR improves the handling of input and output streams by using the try-with-resources statement to ensure that they are closed. There is a correction on how the try-with-resources is used with multiple streams which is based in this documentation.
The PR is meant to fix the remaining sonarcloud issues of https://github.com/OpenAPITools/openapi-generator/issues/788.
./mvnw clean package
./bin/generate-samples.sh
./bin/utils/export_docs_generators.sh
./bin/generate-samples.sh bin/configs/java*
.
For Windows users, please run the script in Git BASH.master
(5.3.0), 6.0.x
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines.