You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a custom serializer for DomainConfigurationUnitType to resolve it.
Or configure jackson ObjectMapper like this.
org.lightadmin.core.config.context.LightAdminRepositoryRestMvcConfiguration.configureJacksonObjectMapper
I am using this cool lib.
After I update some lib to new versions, I met a bug.
lightadmin-1.2.0.RC1
spring-data-rest-webmvc-2.2.4.RELEASE instead of 2.2.2.RELEASE
jackson-*-2.7.5 instead of 2.4.5
The js request such rest service lightadmin/rest/schoolClasses/metadata
and get this response, which should contains "listView" : { ... },
Add a custom serializer for DomainConfigurationUnitType to resolve it.
Or configure jackson ObjectMapper like this.
org.lightadmin.core.config.context.LightAdminRepositoryRestMvcConfiguration.configureJacksonObjectMapper
The text was updated successfully, but these errors were encountered: