Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.20.0
-
None
-
Unknown
Description
The atmos component has a AtmosPropertyManager class which attempts to do:
AtmosPropertyManager.class.getResource("/atmos.properties");
This assumes the resource is available to the ClassLoader of AtmosPropertyManager. This may not be the case in OSGi or JavaEE containers.
I see there's a TODO comment at the top of this class. So maybe we remove this class and make it so we configure these properties on the component instead?