Any properties that begin with numbers result in generated Java code that will not compile. If generated code is changed to fix the compiler error, i.e. rename field to _5qi, the JSON converter generated from the @DataObject annotation processor omits the "5qi" property.
There are many incidences like this in published API specifications from 3GPP, particularly the dozens of 5G mobile core services. Modifying the specifications themselves is not a feasible option.
Steps to reproduce:
- Go to https://vertx-starter.jetdrone.xyz/#maven
- Select OpenAPI server
- Upload test.yaml (in test.yaml.zip )
- Generate the project (the attached test.zip) - the generated POJO code is not valid.