The com.prosyst.util.common package provides common utilities widely used in almost all bundles.
The com.prosyst.util.common.PropertyUtils class is a utility which allows to easily get, set and remove system properties within the scope of a particular framework. For example, you can save time and resources by using the PropertyUtils.getProperty method instead of BundleContext.getProperty.
The ThreadUtils class holds utility methods for creating threads with increased stack size. The ThreadUtils.ThreadTSS class provides constructor which initializes the thread stack size.