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: JohnnyMarnell
this was since fixed in mainkebab-case
or even single uncapitalized foo
as schema name for OAS enum
yields compiler errors in Spring java generated EnumConverterConfiguration.java
.
Also, if there are multiple of these classes (or others with @Bean
annotations) generated (e.g. one way is through multiple openapi.yaml
versioning), Spring will error with bean name collision, since it defaults to the method name.
So, use Pascal case, and uniquely name the @Bean
s with fully qualified class prepend.
Spring Technical Committee: @cachescrubber @welshm @MelleD @atextor @manedev79 @javisst @borsch @banlevente @Zomzog
./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
(6.3.0) (minor release - breaking changes with fallbacks), 7.0.x
(breaking changes without fallbacks)To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines.