Demogorgon314 opened a new pull request #12585: URL: https://github.com/apache/pulsar/pull/12585
### Motivation The additional servlets use NAR package to implantation plugin mechanism, it need extract to specific directory. However, the `narExtractionDirectory` is from `Properties`, but the properties has only the configuration in the configuration file. The default value of `narExtractionDirectory ` in `ServiceConfiguration` can't be use. ### Modifications When `narExtractionDirectory ` configuration is not set, use `NarClassLoader.DEFAULT_NAR_EXTRACTION_DIR` as default directory. ### Verifying this change This change is a trivial rework / code cleanup without any test coverage. ### Documentation - [x] `no-need-doc` This a bug fix, no need docs. -- 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]
