Reamer opened a new pull request, #4621: URL: https://github.com/apache/zeppelin/pull/4621
### What is this PR for? This PR addresses all comments from the following comment. https://github.com/eclipse/jetty.project/issues/6592#issuecomment-897877018 The comments were very helpful to do a better configuration in the code. Especially `server.setDumpAfterStart(true);` helped to get a good overview. Since the dump is quite long and only helpful for debugging, I added it temporarily during development. However, due to its great usefulness, the command should not go unmentioned. During development, I made sure that we did not use any special Jersey functions to simplify possible portability. ``` packages("org.apache.zeppelin.rest"); ``` Since I forgot to include the Session API during development, I added a simple test class. Please note that we currently expose the API and various other endpoints (e.g. Prometheus, Ping, Health) on two endpoints with appropriate configuration. For the API endpoint once under `/api/` and once under `/next/api/`. I don't think this will cause any problems. ### What type of PR is it? * Improvement ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-5933 ### How should this be tested? * CI ### Questions: * Does the license files need to update? No * Is there breaking changes for older versions? No * Does this needs documentation? No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@zeppelin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org