mendelson AS4 2024 b378 released

1
min read
A- A+
read
mendelson AS4

Message part properties issues

  • It was not possible to delete message part property entries once set in the additional PMode
  • It was possible to set a message part property multiple times in single message generation
  • The part property generation priority has been adjusted. Highest prio has now the send order parameter (REST, XML). Then the PMode parameter are taken - if the property is not already used. And finally the automatic generation will generate the mandatory properties like Mime Type if this is not already defined in the other settings before
  • The pixelated icons of the PMode property sheets have been replaced by scalable graphic icons
  • 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
  • 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
Tags