11 Commits

Author SHA1 Message Date
va1m
5cf2fe009b
📍Use lombok, reformat, and optimize the code ()
* Use lombok, reformat, and optimize the code

* Fix merge conflicts and some sonar issues

Co-authored-by: va1m <va1m@email.com>
2021-03-13 14:19:21 +02:00
Subhrodip Mohanta
7891c2b117
update inception year to 2021 () 2021-02-14 11:57:57 +02:00
Toxic Dreamz
31471acb69 Fixed most reported issues by SonarCloud. 2020-08-15 21:47:39 +04:00
Ilkka Seppälä
689486267d add explanation to Pipeline 2020-07-23 18:53:47 +03:00
Anurag Agarwal
428efc7d53 Java 11 migrate remaining p ()
* Moves partial-response to Java 11

* Moves pipeline to Java 11

* Moves poison-pill to Java 11

* Moves priority-queue to Java 11

* Moves private-class-data to Java 11

* Moves producer-consumer to Java 11

* Moves promise to Java 11

* Moves property to Java 11

* Moves prototype to Java 11

* Moves proxy to Java 11

* Corrects checkstyle errors

* Fixes build for pipeline pattern
2020-01-16 08:06:36 +02:00
Anurag Agarwal
271d7ae9bd Resolves checkstyle errors for remaining p ()
* Reduces checkstyle errors in page-object

* Reduces checkstyle errors in partial-response

* Reduces checkstyle errors in pipeline

* Reduces checkstyle errors in poison-pill

* Reduces checkstyle errors in priority-queue

* Reduces checkstyle errors in private-class-data

* Reduces checkstyle errors in property

* Reduces checkstyle errors in prototype

* Reduces checkstyle errors in proxy
2019-11-16 14:56:26 +02:00
Alexander Ivanov
4904d7eea0 : Fix checkstyle warnings by changing the license header template ()
* Add custom license header style in order to comply with Google's Checkstyle format

* Update license headers to comply with Google's Checkstyle format
2019-10-22 08:15:35 +03:00
Christopher O'Connell
dd5997b495 993: Fixed the pipeines project layout so that it will load in Eclipse ()
The source directory was not working in the 2019.09 version of Eclipse. The
problem was in the layout of the project: after the src/main/java and
src/test/java, the directory was naed com.iluwatar.pipeline. It should've
been com/iluwatar/pipeline. This follows the hierarchy of all of the other
patterns.

Once these files were moved, the Pipeline project compiled without errors.
2019-10-15 19:21:07 +03:00
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
Ilkka Seppälä
9ebbc421dd Update license headers 2019-10-12 20:05:54 +03:00
Joshua Jimenez
f903d7e9a9 Pipeline pattern ()
*  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 🎨
2019-10-08 09:19:28 +03:00