Joshua Jimenez cfdfedbd2e single logging framework should be enforced ()
*  Add pipeline module to parent pom 

* : Add main application class and test for pipeline

* : Checkstyle format and add log messages on pipeline stages 🎨

* : Fill readme sections of pipeline 

* : Javadocs and checkstyle formatting 🎨

* : Follow PMD checks and add more explanation as block comment on App.java

* : Apply requested PR changes by iluwatar 🎨

* : Replace log4j usage on commander pattern to Slf4j API 🎨

* : Replace log4j usage on dao pattern to Slf4j API 🎨

* : Replace log4j usage on data mapper pattern to Slf4j API 🎨

* : Remove log4j dependency on data transfer object pom 🔥

* : Replace log4j usage on module pattern to Slf4j API 🎨

* : Replace log4j usage on serverless pattern to Slf4j API 🎨

This also removes the aws log4j dependency

* : Remove unnecessary gitignore line for log4j.xml 🔥

* : Remove remaining remnants of log4j 🔥

* : Replace System.out logging with appropriate logging methods 🎨

* : Replace System.out method references to Logger::info 🎨
2019-10-13 23:41:11 +03:00
..