File handle resource check
- Configuration check: When you create a user for the server process under Linux, the default value for maximum open files is 1024, which is not sufficient to run in server mode. You can check this value with ulimit -n. The configuration check now displays a warning if the maximum number of open files is less than 10000. This should not be a problem under Windows, as the default setting is > 100k open files per process.
- Configuration check: The min check amount of memory for the server process is increased to 6GB (was 4GB)- if you reserved less there will be always a configuration warning now
- Partner management: Added a check in the partner management for a receipt URL that is "localhost" or variations of it. Setting "localhost" as receipt URL might look uncommon but if you use the REST/XML interface for partner boarding this could happen
- Certificate manager: An invalid key has been always displayed in red as "valid"
- Dependencies: Update to lucene 9.11 (system event index, transaction log index), updated DB drivers for the external postgres database, updated oauth2 lib to nimbus oauth-oidc-sdk-11.12