Commit 8ca3543
authored
Issue 20804: Add java nullability annotations (#20806)
* issue-20804: Add nullability annotations to Java generated clients
Motivation:
Be able to use generated clients in code checked by tools like NullAway.
* issue-20804: Add nullability annotations to Java generated clients
Motivation:
Be able to use generated clients in code checked by tools like NullAway.
* issue-20804: Add nullability annotations to Java generated clients
Motivation:
Be able to use generated clients in code checked by tools like NullAway.1 parent d81b5a3 commit 8ca3543
File tree
228 files changed
+4520
-4421
lines changed- modules/openapi-generator/src
- main/resources/Java
- libraries
- apache-httpclient
- feign
- google-api-client
- jersey2
- jersey3
- native
- okhttp-gson
- rest-assured
- restclient
- resteasy
- vertx
- webclient
- test/java/org/openapitools/codegen/java
- samples
- client
- echo_api/java
- apache-httpclient/src/main/java/org/openapitools/client/api
- feign-gson/src/main/java/org/openapitools/client/api
- native/src/main/java/org/openapitools/client/api
- okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/api
- okhttp-gson/src/main/java/org/openapitools/client/api
- restclient/src/main/java/org/openapitools/client/api
- resteasy/src/main/java/org/openapitools/client/api
- others/java
- okhttp-gson-oneOf/src/main/java/org/openapitools/client/api
- okhttp-gson-streaming/src/main/java/org/openapitools/client/api
- petstore/java
- apache-httpclient/src/main/java/org/openapitools/client/api
- feign-no-nullable/src/main/java/org/openapitools/client/api
- feign/src/main/java/org/openapitools/client/api
- google-api-client/src/main/java/org/openapitools/client/api
- jersey2-java8-localdatetime/src/main/java/org/openapitools/client/api
- jersey2-java8/src/main/java/org/openapitools/client/api
- jersey3-oneOf/src/main/java/org/openapitools/client/api
- jersey3/src/main/java/org/openapitools/client/api
- native-async/src/main/java/org/openapitools/client/api
- native-jakarta/src/main/java/org/openapitools/client/api
- native/src/main/java/org/openapitools/client/api
- okhttp-gson-3.1-duplicated-operationid/src/main/java/org/openapitools/client/api
- okhttp-gson-3.1/src/main/java/org/openapitools/client/api
- okhttp-gson-awsv4signature/src/main/java/org/openapitools/client/api
- okhttp-gson-dynamicOperations/src/main/java/org/openapitools/client/api
- okhttp-gson-group-parameter/src/main/java/org/openapitools/client/api
- okhttp-gson-nullable-required/src/main/java/org/openapitools/client/api
- okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/api
- okhttp-gson-swagger1/src/main/java/org/openapitools/client/api
- okhttp-gson-swagger2/src/main/java/org/openapitools/client/api
- okhttp-gson/src/main/java/org/openapitools/client/api
- rest-assured-jackson/src/main/java/org/openapitools/client/api
- rest-assured/src/main/java/org/openapitools/client/api
- restclient-swagger2/src/main/java/org/openapitools/client/api
- restclient-useSingleRequestParameter/src/main/java/org/openapitools/client/api
- restclient/src/main/java/org/openapitools/client/api
- resteasy/src/main/java/org/openapitools/client/api
- vertx-no-nullable/src/main/java/org/openapitools/client/api
- vertx/src/main/java/org/openapitools/client/api
- webclient-jakarta/src/main/java/org/openapitools/client/api
- webclient-swagger2/src/main/java/org/openapitools/client/api
- webclient-useSingleRequestParameter/src/main/java/org/openapitools/client/api
- webclient/src/main/java/org/openapitools/client/api
- openapi3/client/petstore/java
- jersey2-java8-special-characters/src/main/java/org/openapitools/client/api
- jersey2-java8-swagger1/src/main/java/org/openapitools/client/api
- jersey2-java8-swagger2/src/main/java/org/openapitools/client/api
- jersey2-java8/src/main/java/org/openapitools/client/api
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
228 files changed
+4520
-4421
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| |||
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| |||
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| 208 | + | |
208 | 209 | | |
209 | 210 | | |
210 | 211 | | |
211 | | - | |
| 212 | + | |
212 | 213 | | |
213 | 214 | | |
214 | 215 | | |
| |||
221 | 222 | | |
222 | 223 | | |
223 | 224 | | |
224 | | - | |
| 225 | + | |
225 | 226 | | |
226 | 227 | | |
227 | 228 | | |
| |||
287 | 288 | | |
288 | 289 | | |
289 | 290 | | |
290 | | - | |
| 291 | + | |
291 | 292 | | |
292 | 293 | | |
293 | 294 | | |
| |||
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| 208 | + | |
208 | 209 | | |
209 | 210 | | |
210 | 211 | | |
211 | | - | |
| 212 | + | |
212 | 213 | | |
213 | 214 | | |
214 | 215 | | |
| |||
221 | 222 | | |
222 | 223 | | |
223 | 224 | | |
224 | | - | |
| 225 | + | |
225 | 226 | | |
226 | 227 | | |
227 | 228 | | |
| |||
287 | 288 | | |
288 | 289 | | |
289 | 290 | | |
290 | | - | |
| 291 | + | |
291 | 292 | | |
292 | 293 | | |
293 | 294 | | |
| |||
0 commit comments