poorbarcode opened a new pull request, #17025: URL: https://github.com/apache/pulsar/pull/17025
Fixes #9201 Master Issue: #9201 ### Motivation If injection fails, Jersey print the error log, see: https://github.com/javaee/jersey/blame/faa809da43538ce31076b50f969b4bd64caa5ac9/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/JerseyErrorService.java#L89 ### Modifications - The method `checkStatus` is not an injection method, remove `@Context`. - Print warn log if service has not ready. ### Documentation - [ ] `doc-required` (Your PR needs to update docs and you will update later) - [x] `doc-not-needed` (Please explain why) - [ ] `doc` (Your PR contains doc changes) - [ ] `doc-complete` (Docs have been already added) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
