[JAVA] fix toUrlQueryString for BigDecimal (#15764)

* add MyImportTest.java

* fix original issue

* fix same issue for native library

* remove MyImportTest

* add test configs

* generate samples (again?)

* generate samples again

* generate samples again, undo pom.xml mistake [amended to retrigger circliCi]
This commit is contained in:
martin-mfg
2023-06-08 03:34:06 +02:00
committed by GitHub
parent fbe768bb9c
commit b7f2b723aa
176 changed files with 7934 additions and 8 deletions

View File

@@ -978,6 +978,21 @@ paths:
- fake
x-content-type: application/json
x-accepts: '*/*'
/fake/BigDecimalMap:
get:
description: "for Java apache and Java native, test toUrlQueryString for maps\
\ with BegDecimal keys"
operationId: fakeBigDecimalMap
responses:
"200":
content:
'*/*':
schema:
$ref: '#/components/schemas/fakeBigDecimalMap_200_response'
description: successful operation
tags:
- fake
x-accepts: '*/*'
/fake/jsonFormData:
get:
description: ""
@@ -2107,6 +2122,19 @@ components:
- number
- pattern_without_delimiter
type: object
fakeBigDecimalMap_200_response:
example:
someId: 0.8008281904610115
someMap:
key: 6.027456183070403
properties:
someId:
type: number
someMap:
additionalProperties:
type: number
type: object
type: object
testJsonFormData_request:
properties:
param: