helix icon indicating copy to clipboard operation
helix copied to clipboard

Fixes #2185 NullPointerException in ResourceUtil for admin-webapp

Open wmorgan6796 opened this issue 3 years ago • 0 comments

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

wmorgan6796 avatar Aug 04 '22 20:08 wmorgan6796