unify xo::parameter handling with classical parameter handling (parameter::get). This change implements calls fo…
Show more
part 2 of parameter reformunify xo::parameter handling with classical parameter handling (parameter::get).This change implements calls for "::xo::parameter get" by parameter::getand outputs deprecated log entries. In addition, the initializationof all parameters is deactivated, such that startup time is slightly faster.so far, the full code is kept but deactivated to allow to changequickly back, in case early adaptors run into troubles.At least in cases, where new naviserver versions are used, the implementatonof parameter::get became sufficiently fast to beat the xo::parameterimplementation, which was at time of its introduction ~30x faster.
Show less