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: artemitin
Fixes #10256 (closed)
This fixes Java codegen. I introduced correct default values and examples for LocalDate, OffsetDateTime, BigDecimal, UUID.
Also here it is the support for inline enums: take the first value from availables as example. Works both for inline enums, and enums defined in schema components.
Created unit test to cover the changes.
to mention: @bbdouglas (2017/07) @sreeshas (2017/08) @jfiala (2017/08) @lukoyanov (2017/09) @cbornet (2017/09) @jeff9finger (2018/01) @karismann (2019/03) @Zomzog (2019/04) @lwlee2608 (2019/10) @nmuesch (2021/01)
./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.