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
It looks like BGG added a new property in the XML API named 'poll-summary' with this the thing api no longer works properly and is throwing an error when binding to the BggThing object.
The text was updated successfully, but these errors were encountered:
I would argue that a new (unknown) property shouldn't break the existing API. I assume that LearningProcesss agrees, as they have created this request 2 years ago: pichillilorenzo/jackson-js#41
I've posted the technical solution to ignoring unknown properties in the jackson-js repository. I have also fixed the issue in my fork, but only for this particular problem (BggThingDto object). If @LearningProcesss agrees with the proposal, I can implement it for all DTOs and raise a PR.
Until then, I am using a workaround with my own fork as an npm dependency:
It looks like BGG added a new property in the XML API named 'poll-summary' with this the thing api no longer works properly and is throwing an error when binding to the BggThing object.
The text was updated successfully, but these errors were encountered: