I was testing the uberjar creation with Payara Micro on this
simple app.
According to the
documentation, I added the plugins to the build section and then ran Maven with
mvn clean package && mvn exec:exec
to generate my uberjar. If I have the 174 version, it works nicely and when the jar is launched it shows the REST endpoints.
If I use the 181 version, it says it's launched correctly but instead of the REST endpoints it says "Application not registered" or something like that.
Same behaviour if I deploy the war file on the respective micro versions.
Am I missing something? Could it be a bug?