ed-pilots-network / backend

Project to consume the Kafka, process the messages and provide an API to access the data
Apache License 2.0
12 stars 5 forks source link

#145 - Update JSON deserialization configuration #146

Closed pveeckhout closed 4 months ago

pveeckhout commented 4 months ago

The configuration for JSON deserialization across the Exploration and Trade modules has been updated. A configuration setting, ignoreUnknownProperties, has been added to the local .yaml files which determines how the system should handle unknown properties in the JSON. The ObjectMapper in each module's BeanConfig has been updated to use this new configuration setting.

closes #145