To reproduce FISH-9111 on Payara Micro
- Open the project in IntelliJ.
- Run with project using a Payara Micro run configuration (provided by the plugin).
- Attempt to access the REST endpoint:
/api/hello/test
.
a. This may be performed via the browser or via CURL. - Verify the Status 500: NoClassDefFound error message.
Building the associated PR (and changing this project's payara.version as necessary) should reveal the error has been fixed.