helix
helix copied to clipboard
Fixes #2185 NullPointerException in ResourceUtil for admin-webapp
Issues
Fixes #2185
Description
Fixes a NullPointerException present in ResourceUtil.java. Its due to the order in which static class members are initialized and leads to the given exception because a different static object that is created before the mapper object uses the mapper (on line 49).
Tests
Tests that were previously broken should pass.
Changes that Break Backward Compatibility (Optional)
Does not break backwards compatability