HSLdevcom / OpenTripPlanner

An open source multi-modal trip planner
http://www.opentripplanner.org
Other
33 stars 31 forks source link

Downgrade jackson version to revert changes to null serialization in … #325

Closed optionsome closed 4 years ago

optionsome commented 4 years ago

Downgrade jackson version so that the null values are in GraphQL similarly as before. After jackson was upgraded, field was completely missing if value was "null". After this change it will behave like before, in other words return field: null