fix(java): default values from allOfs are not correctly definied (#22200)

* fix: extend check for default values of integer and number schema

* add testcases to openapi specs

* generate java clients with the updated fix
This commit is contained in:
Marcel Jacek
2025-10-31 08:58:20 +01:00
committed by GitHub
parent 9b8ab659ac
commit 66b742038a
65 changed files with 3848 additions and 5 deletions

View File

@@ -0,0 +1,14 @@
# AllOfRefToDouble
Object with allOf ref to double
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**height** | **Double** | Height as double | [optional] |

View File

@@ -0,0 +1,14 @@
# AllOfRefToFloat
Object with allOf ref to float
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**weight** | **Float** | Weight as float | [optional] |

View File

@@ -0,0 +1,14 @@
# AllOfRefToLong
Object with allOf ref to long
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**id** | **Long** | Id as long | [optional] |