-
-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Prepare 3.1.0-SNAPSHOT #408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* [rails] In order to set up the Ruby on Rails stub server easily, remove the dependency on MySQL * [rails] Update sample codes of Ruby on Rails stub server
* add test case for ref to map (boolean) in fake petstore spec * fix alias to map in model properties * remove logging from new method * update samples for the new map test case * fix javadoc string * skip testSanitizeNestedInvalidValue in php test * skip test in php oas3 client * add logic to handle outer enum * update samples * fix alias in model's allOf * generate models for map def * update petstore samples * update petstore samples
…nAPITools#401) when they are defined in a in referenced schema Originally introduced with 6b80798 (OpenAPITools#45), commented with 85090f5 (OpenAPITools#82).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For "Use last prod version", I think other locations should be changed:
- Section "1.3 - Download JAR" of the root readme
dependencies
section inmodules/openapi-generator-gradle-plugin/README.adoc
- the xml example (
<version>..</version>
) inmodules/openapi-generator-maven-plugin/README.md
README.md
Outdated
OpenAPI Generator Version | Release Date | OpenAPI Spec compatibility | Notes | ||
---------------------------- | ------------ | -------------------------- | ----- | ||
4.0.0 (upcoming major release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/4.0.0-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Major release with breaking changes (no fallback) | ||
3.1.0 (upcoming minor release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/3.1.0-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release with breaking changes (with fallbacks) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
near 3.1.0
we need now to indicate (current master, upcoming release)
This needs to be merged with a merge commit (execption to our "Squash and merge" rule) |
I just removed branch |
Description of the PR
Follow up from: Release 3.0.3
See also: Prepare 3.0.3-SNAPSHOT
This PR is based on
3.1.0
.Ensured
bin/utils/ensure-up-to-date
results no diffs.