ParkGyeongTae opened a new pull request, #4988: URL: https://github.com/apache/zeppelin/pull/4988
### What is this PR for? This PR refactors the conditional binding logic for AuthenticationService in ZeppelinServer.java. Previously, the binding decision between ShiroAuthenticationService and NoAuthenticationService was handled via an inline if-else block. To improve readability and maintainability, this logic has been moved to a new AuthenticationServiceFactory class that encapsulates the decision process. This change simplifies the server initialization logic and promotes better separation of concerns. ### What type of PR is it? Refactoring ### Todos * [x] - Add AuthenticationServiceFactory class * [x] - Replace inline if-else binding logic in ZeppelinServer ### What is the Jira issue? * Jira: https://issues.apache.org/jira/browse/ZEPPELIN-6251 ### How should this be tested? There should be no functional change. ### Screenshots (if appropriate) N/A ### 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
