* JAVA-2154: Removed module, now split into guava-utilities and guava-core
* JAVA-2154: Removed module, articles moved to new module guava-core
* JAVA-2154: Moved module inside guava-modules
* JAVA-2154: Moved module inside guava-modules
* JAVA-2154: Moved module inside guava-modules
* JAVA-2154: Moved module inside guava-modules
* JAVA-2154: Moved 1 article to guava-collections
* JAVA-2154: New module guava-collections-list
* JAVA-2154: New module guava-core
* JAVA-2154: New module guava-utilities
* JAVA-2154: Updated README, removed extra article reference
* JAVA-2154: parent module pom changes
* JAVA-2154: main pom changes - removed guava related modules as they have
been shifted inside guava-modules
* JAVA-2154: rearranged and moved module inside guava-modules folder
* JAVA-2113: Move Proxies With RestTemplate to spring-resttemplate-2
* JAVA-2113: Move A Custom Media Type for a Spring REST API to spring-resttemplate-2
* JAVA-2113: Move RestTemplate Post Request with JSON to spring-resttemplate-2
* JAVA-2113: Move Download an Image or a File with Spring MVC to spring-boot-mvc-3
* JAVA-2113: Fix the test
* Hexagonal architecture in Java
* BAEL-4403
* Revert "Hexagonal architecture in Java"
This reverts commit 7ba4c9dcbd99ca418c070a73bd9ab9f6c956d185.
* Updated code to use only Console
* Added System.out
* Created seaprate method for each functionality
* Added Unit Test Case for ConsoleAndOut class
Co-authored-by: Tarun Jain <tarunalways@gmail.com>
* BAEL-1258 Added example code for Jess and JSR94
* BAEL-1258 Relocate to rule-modules
* BAEL-1258 Remove README as per PR review
* BAEL-1258 Declared exceptions and replace System.out.println with log statements
* BAEL-1258 Removed Lombok
* BAEL-1258 Removed Lombok
* BAEL-1258 Rename artifactId to match directory name
* BAEL-4006 | Liskov Substitution Principle in Java
* BAEL-4006 | UNDO unintentional commit to pom.xml
* BAEL-4006 | Code review feedback implementation
* BAEL-4006 | Changes made to support the article review feedback implementation
* BAEL-4006 | Minor change to a comment