clay4444 opened a new pull request #1677: Remove lombok depend in common module URL: https://github.com/apache/incubator-dolphinscheduler/pull/1677 # What is the purpose of the pull request I am doing the removal of the lombok dependency. In the common module, I have checked that no classes use lombok, so my first step is to remove the lombok dependency in the common module, and then modify other modules. Because other modules depend on the common module, if its lombok is not deleted first, even if the lombok of other modules has been deleted, it will still be used by the common module.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
