JSON schema fails to render when a list of Enumerated types is introduced into the data model if spring.data.rest.enable-enum-translation=true [DATAREST-1326] #1685
Labels
type: bug
A general bug
Doug Busley opened DATAREST-1326 and commented
Taking the example from Restbucks, when a collection of elements is added to the Order class as such:
A GET request to http://localhost:8080/profile/orders with an Accept header set to application/schema+json results in:
The issue is only present if spring.data.rest.enable-enum-translation=true
Stacktrace from logs:
Affects: 3.1.3 (Lovelace SR3)
Referenced from: pull request #375
The text was updated successfully, but these errors were encountered: