Describe the bug
After upgrading from 2.1.0 to 2.2.0 the example payloads are missing in the AsyncApi spec.
The examples are were generated by springwolf.
2.1.0:
"AEvent": {
"title": "AEvent",
"type": "object",
"properties": {
"deviceId": {
"type": "string"
},
"deviceType": {
"title": "DeviceType",
"type": "string"
},
"resolvedAt": {
"type": "string",
"format": "date-time"
}
},
"examples": [
{
"deviceId": "string",
"deviceType": "TEST",
"resolvedAt": "2015-07-20T15:49:04-07:00"
}
]
}
2.2.0:
"AEvent": {
"title": "AEvent",
"type": "object",
"properties": {
"deviceId": {
"type": "string"
},
"deviceType": {
"title": "DeviceType",
"type": "string"
},
"resolvedAt": {
"type": "string",
"format": "date-time"
}
},
"examples": [
null
]
}
Dependencies and versions used
Code example
For me it's just upgrading to 2.2.0 and the events published by my application are missing the examples.
Stack trace and error logs
Describe the bug
After upgrading from 2.1.0 to 2.2.0 the example payloads are missing in the AsyncApi spec.
The examples are were generated by springwolf.
2.1.0:
2.2.0:
Dependencies and versions used
springwolf-coreversion2.2.0springwolf-uiversion2.2.0Code example
For me it's just upgrading to 2.2.0 and the events published by my application are missing the examples.
Stack trace and error logs