Closed nicolaspayette closed 3 years ago
@nicolaspayette what happened?
I didn't want to pull in changes before running all the Indo/rejection stuff just to be safe.
I'm about to send open a "proper" pull request with the up to date tuna stuff, and the library changes are integrated in it, so there was no need to keep a separate PR open for it. But we can still have the library updates separate if you prefer (just let me know). No rush to merge anything anyway.
Just as a matter of good hygiene. Most of these only required bumping up the versions numbers.
Two slightly more consequential ones:
Representer.getProperties
, which doesn't throw a checkedIntrospectionException
anymore. We were only wrapping these in uncheckedYAMLException
anyway, so there should be no change in control flow. The diffs look big, but it's only really changes in indentation after removing thetry
blocks.