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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
13
13
- Search the [open issue](https://github.com/openapitools/openapi-generator/issues) to ensure no one else has reported something similar and no one is actively working on similar proposed change.
14
14
- If no one has suggested something similar, open an ["issue"](https://github.com/openapitools/openapi-generator/issues) with your suggestion to gather feedback from the community.
15
-
- If you're adding a new option to a generator, please consider using the `-t` option with customized templates instead or start a discussion first by opening an issue as we want to avoid adding too many options to the generator.
15
+
- If you're adding a new option to a generator, please consider using the `-t` option with customized templates instead or staonrt a discussi first by opening an issue as we want to avoid adding too many options to the generator.
16
16
- It's recommended to **create a new git branch** for the change so that the merge commit message looks nicer in the commit history.
Copy file name to clipboardExpand all lines: docs/generators/java-camel.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,6 +105,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
105
105
|useEnumCaseInsensitive|Use `equalsIgnoreCase` when String for enum comparison||false|
106
106
|useFeignClientContextId|Whether to generate Feign client with contextId parameter.||true|
107
107
|useFeignClientUrl|Whether to generate Feign client with url parameter.||true|
108
+
|useJackson3|Set it in order to use jackson 3 dependencies||false|
108
109
|useJakartaEe|whether to use Jakarta EE namespace instead of javax||false|
109
110
|useOneOfInterfaces|whether to use a java interface to describe a set of oneOf options, where each option is a class that implements the interface||true|
110
111
|useOptional|Use Optional container for optional parameters||false|
Copy file name to clipboardExpand all lines: docs/generators/spring.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
98
98
|useEnumCaseInsensitive|Use `equalsIgnoreCase` when String for enum comparison||false|
99
99
|useFeignClientContextId|Whether to generate Feign client with contextId parameter.||true|
100
100
|useFeignClientUrl|Whether to generate Feign client with url parameter.||true|
101
+
|useJackson3|Set it in order to use jackson 3 dependencies||false|
101
102
|useJakartaEe|whether to use Jakarta EE namespace instead of javax||false|
102
103
|useOneOfInterfaces|whether to use a java interface to describe a set of oneOf options, where each option is a class that implements the interface||true|
103
104
|useOptional|Use Optional container for optional parameters||false|
0 commit comments