jongyoul opened a new pull request, #5095:
URL: https://github.com/apache/zeppelin/pull/5095

   ### What is this PR for?
     This PR merges the `zeppelin-zengine` module into `zeppelin-server` to 
simplify the project architecture. The zengine module contained core engine 
functionality for notebook management, paragraph execution, and interpreter 
management, which is tightly coupled with the server. This merge reduces build 
complexity while preserving all git history using `git mv` for file movements.
   
   ### What type of PR is it?
   Refactoring
   
   ### Todos
   * [x] Move all source files from zeppelin-zengine to zeppelin-server using 
git mv (183 files)
   * [x] Merge zengine dependencies into zeppelin-server pom.xml
   * [x] Update zeppelin-plugins to depend on zeppelin-server instead of 
zeppelin-zengine
   * [x] Update zeppelin-interpreter-integration dependencies
   * [x] Update zeppelin-integration dependencies
   * [x] Remove zeppelin-zengine module from root pom.xml
   * [x] Update GitHub Actions workflows
   * [x] Remove zeppelin-zengine directory
   * [X] Verify full build succeeds: `./mvnw clean package`
   
   ### What is the Jira issue?
   * ZEPPELIN-6345
   
   ### How should this be tested?
   * CI
   
   ### Screenshots (if appropriate)
   
   ### 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]

Reply via email to