Azure / autorest.java

Extension for AutoRest (https://github.com/Azure/autorest) that generates Java code
MIT License
32 stars 80 forks source link

dpg, fromJson would not work if the type of additionalProperties is JSON array #2705

Closed weidongxu-microsoft closed 2 months ago

weidongxu-microsoft commented 2 months ago

e.g. https://github.com/Azure/autorest.java/blob/main/typespec-tests/src/test/java/com/type/property/additionalproperties/ExtendsTests.java#L57-L76

The code didn't process anything, and hence the parsing never get out of the while loop https://github.com/Azure/autorest.java/blob/main/typespec-tests/src/main/java/com/type/property/additionalproperties/models/ExtendsModelArrayAdditionalProperties.java#L109-L122