You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[New default values for the generated code](#new-default-values-for-the-generated-code)
19
+
-[New fully qualified name for the classes](#new-fully-qualified-name-for-the-classes)
20
+
-[Body parameter name](#body-parameter-name)
21
+
-[Generators not yet fully migrated](#generators-not-yet-fully-migrated)
22
+
7
23
### New docker images
8
24
9
25
The docker images are available on DockerHub: https://hub.docker.com/u/openapitools/
@@ -226,4 +242,14 @@ paths:
226
242
```
227
243
If your API client is using named parameters in the function call (e.g. Perl required & optional parameters, Ruby optional parameters), you will need to add `x-codegen-request-body-name` to the spec to restore the original body parameter name.
228
244
245
+
# Generators not yet fully migrated
246
+
247
+
The following gnereators are not yet fully migrated and tested
248
+
249
+
-`rust-server`
250
+
-`apex`
251
+
252
+
and we welcome contributions from the community to help with the migration
253
+
254
+
229
255
[Back to OpenAPI-Generator's README page](../README.md)
0 commit comments