Update of underlaying web server
<ul>
<li>The underlaying web server has been updated to jetty 10.0.9.</li>
<li>Main configuration values of the jetty web server have been moved to a small configuration file (jetty10/jetty.config) - now it should be unnecessary to edit the whole configuration XML of the web server for small changes like port settings etc</li>
<li>The program will now recognize private key changes of the TLS keystore - means there is no need to restart the program after the change of the TLS key</li>
<li>Added the possibility to define the max number of parallel inbound connections</li>
<li>3rd party lib: Updated to jakarta.activation 1.2.1</li>
<li>3rd party lib: Updated to jakartamail 1.6.7</li>
<li>3rd party lib: Updated to commons io 2.11.0</li>
<li>3rd party lib: Updated to lucene 9.1.0</li>
</ul>