fcrepo4-labs / fcrepo-api-x

Fedora API Extension Framework
Apache License 2.0
10 stars 11 forks source link

Allow ConfigurationAdmin to be undefined #120

Closed birkland closed 7 years ago

birkland commented 7 years ago

The fcrepo-api-x registry mdule injectd a map of properties from ConfigurationAdmin in blueprint. This caused an NPE if the configurationAdmin was undefined. This commit adds some helper code to make it optional.

Resolves #119