Skip to content

Commit ce56a83

Browse files
authored
Update openapi spec 3.1 support message (#20492)
* update spec 3.1 support message * update faq
1 parent 4c73faf commit ce56a83

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/faq.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ title: "FAQ: General"
55

66
## Do you have a chat room?
77

8+
Yes, we use Slack.
9+
810
[![Join the Slack chat room](https://img.shields.io/badge/Slack-Join%20the%20chat%20room-orange)](https://join.slack.com/t/openapi-generator/shared_invite/zt-2wmkn4s8g-n19PJ99Y6Vei74WMUIehQA)
911

1012
## What is the governance structure of the OpenAPI Generator project?

modules/openapi-generator/src/main/java/org/openapitools/codegen/CodegenConstants.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -409,9 +409,7 @@ public static enum ENUM_PROPERTY_NAMING_TYPE {camelCase, PascalCase, snake_case,
409409
"If true (default), keep the old (incorrect) behaviour that 'additionalProperties' is set to false by default.";
410410

411411
public static final String UNSUPPORTED_V310_SPEC_MSG =
412-
"Generation using 3.1.0 specs is in development and is not officially supported yet. " +
413-
"If you would like to expedite development, please consider working on the open issues in the 3.1.0 project: https://github.com/orgs/OpenAPITools/projects/4/views/1 " +
414-
"and reach out to our team on Slack at https://join.slack.com/t/openapi-generator/shared_invite/zt-12jxxd7p2-XUeQM~4pzsU9x~eGLQqX2g";
412+
"OpenAPI 3.1 support is still in beta. To report an issue related to 3.1 spec, please kindly open an issue in the Github repo: https://github.com/openAPITools/openapi-generator.";
415413

416414
public static final String ENUM_UNKNOWN_DEFAULT_CASE = "enumUnknownDefaultCase";
417415
public static final String ENUM_UNKNOWN_DEFAULT_CASE_DESC =

0 commit comments

Comments
 (0)