Skip to content

Commit

Permalink
Use ELK's classloader, not root classloader to discover services (#1108)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahus1 committed Dec 23, 2024
1 parent c213da5 commit 4efdc77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ private LayoutMetaDataService() {
* @return the singleton instance
*/
public static synchronized LayoutMetaDataService getInstance() {
return getInstance(null);
return getInstance(LayoutMetaDataService.class.getClassLoader());
}

/**
Expand Down

0 comments on commit 4efdc77

Please sign in to comment.