TF-EssentialsX/Essentials
Minecrell 73457453bb Avoid using reflection for things SnakeYAML supports directly now (#1634)
Fixes #1631 properly.

e7ebc94a9e added a workaround to the
SnakeYAML constructor to avoid errors when unknown properties are
used in the storage files. Back then, it was necessary to copy the
method to catch the exception thrown when an unknown property was
encountered.

However, SnakeYAML 1.12 (included in Spigot 1.6.2+) added a method
to ignore missing properties without overriding parts of the
SnakeYAML implementation.

Delete the old workaround and make use of
PropertyUtils.setSkipMissingProperties(true) to achieve the same
effect.
2017-11-10 18:01:29 +00:00
..
src Avoid using reflection for things SnakeYAML supports directly now (#1634) 2017-11-10 18:01:29 +00:00
test/com/earth2me/essentials Update to 1.12. :D 2017-06-18 19:54:04 +01:00
pom.xml Remove Supervisor support. 2017-05-04 13:55:18 +01:00