Commit b06ad9e
docs: Mention Gson alongside Moshi in OpenAPI REST userguide
The guide stated "Axis2 uses Moshi" as if it were the only JSON
library. Axis2 actually supports four JSON families:
- Moshi (standard + H2-enhanced)
- Gson (standard + H2-enhanced)
- Streaming (JSONStreamingMessageFormatter, MoshiStreamingMessageFormatter)
- Legacy Badgerfish
Updated the Request/Response Models section and Performance section
to reflect the full library choice.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 73a75cb commit b06ad9e
1 file changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
| 216 | + | |
217 | 217 | | |
218 | | - | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
219 | 224 | | |
220 | 225 | | |
221 | 226 | | |
| |||
550 | 555 | | |
551 | 556 | | |
552 | 557 | | |
553 | | - | |
| 558 | + | |
554 | 559 | | |
555 | 560 | | |
556 | 561 | | |
| |||
0 commit comments