Is this a possible security vulnerability?
Describe the bug
We have binary distributions available in polaris-service/build/distributions (both shadow jar or all dependencies).
Extracting a binary distribution from there (for instance using tar zxvf polaris-service-x.x.x.tar), we have bin and lib folders.
Trying to start Polaris there using bin/polaris-service fails with:
java.lang.ClassNotFoundException: org.apache.polaris.service.PolarisApplication
The bin/polaris-service script is not fully correct here.