Skip to content

Commit

Permalink
Fix managed transformations retrieval (#4574)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadahar authored Feb 5, 2025
1 parent 7b85d6d commit d3cfba5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ public class CommunityTransformationAddonHandler implements MarketplaceAddonHand

@Activate
public CommunityTransformationAddonHandler(final @Reference StorageService storageService) {
this.storage = storageService.getStorage("org.openhab.marketplace.transformation");
this.storage = storageService.getStorage("org.openhab.marketplace.transformation",
this.getClass().getClassLoader());

this.yamlMapper = new ObjectMapper(new YAMLFactory());
yamlMapper.findAndRegisterModules();
Expand Down

0 comments on commit d3cfba5

Please sign in to comment.