Last night some Ubuntu 20.04.6 LTS servers updated some packages:

libpq5 libxml2 openjdk-17-jdk openjdk-17-jdk-headless openjdk-17-jre openjdk-17-jre-headless

That resulted in errors in our Java application, e.g. messages

'java.io.IOException: error=0, Failed to exec spawn helper'

in the logs when trying to upload files etc.

The workaround described here worked: https://stackoverflow.com/questions/...va-14-on-linux
i.e. adding

-Djdk.lang.Process.launchMechanism=vfork

to the Java command line options.

So that's good, but I'd like to report this to whoever should know knows - any idea where that should go?