* BAEL-4464 : how to implement LRU-Cache in java codes added
* BAEL-4464 : how to implement LRU-Cache in java codes added - package named fixed
* BAEL-4464 : how to implement LRU-Cache in java codes added - package named changed
* BAEL-4464 : how to implement LRU-Cache in java codes added - unitTest fixed
* BAEL-4220 | A Guide to IllegalAccessError and when it happens
* BAEL-4220 | A Guide to IllegalAccessError and when it happens | fix tests
* BAEL-4220 | A Guide to IllegalAccessError and when it happens | fix tests
* BAEL-4220 | A Guide to IllegalAccessError and when it happens | BDD test names
* BAEL-4494 | .toArray(new MyClass[0]) or .toArray(new MyClass[myList.size()])?
* BAEL-4494 | .toArray(new MyClass[0]) or .toArray(new MyClass[myList.size()])?
* BAEL-4933 | Differences between static classes and the singleton pattern in Java
Co-authored-by: root <anmoldeep0123@gmail.com>
* Initial Commit - Ports and Adapters
* Restructured code to implement input and outbou ports and adapters
* Added tests for groupingBy Collector
* Revert "Initial Commit - Ports and Adapters"
This reverts commit 55152dea
* Added tests for groupingBy Collector
* reverting
* corrected typo
* used BDD naming strategy for tests
* Added a test for groupingByConcurrent
* added new module and package
* added core-java-streams-4 module in main pom.xml
* updated pom.xml and changed artifactId
* removed gitignore and README.md
Converted spaces to tabs and reformatted code
* removed gitignore and README.md
* used baeldung formatter
* Initial Commit - Ports and Adapters
* Restructured code to implement input and outbou ports and adapters
* Added tests for groupingBy Collector
* Revert "Initial Commit - Ports and Adapters"
This reverts commit 55152dea
* Added tests for groupingBy Collector
* reverting
* corrected typo
* used BDD naming strategy for tests
* Added a test for groupingByConcurrent
* added new module and package
* added core-java-streams-4 module in main pom.xml
* updated pom.xml and changed artifactId
* JPA Entities and the Serializable Interface
* JPA Entities and the Serializable Interface - edit after review
* JPA Entities and the Serializable Interface - formatting
* JPA Entities and the Serializable Interface - indentation
* JAVA-6222: Use parent-boot-2 in spring-boot-cassandre
* JAVA-6222: Fix PMD violation
* JAVA-6222: Cleanup pom.xml
* JAVA-6222: Fix app and package names
* JAVA-6222: Rename unit test to live test
Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>