ieugen opened a new pull request, #837: URL: https://github.com/apache/ofbiz-framework/pull/837
* Movend lang package to util gradle project * Moved some classes * First road block: Debug needs UtilValidation, UtilProperties -> UtilCache -> Entity ... Explanation: The goal is to have a set of common classes in a library (gradle project) that we can use in the other components. To minimize friction, classes are moved as is. First road block: org.apache.ofbiz.base.util.Debug depends on UtilValidation and UtilProperties that bring a LOT of stuff in and start the dependency cycle. I fixed this in my previous PR by splitting some methods into a Util*Runtime class. -- 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: notifications-unsubscr...@ofbiz.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org