* added a new project: hexagonal architecture
* Added some test cases for the project
* Added a new project to demo the error: variable might not have been initialized
* Added a new Class to the core-java-modules
* Added a New Class to the core-java-module
* BAEL-5350:
1. Added example usage of creating entries with Java itself
2. Added example usage of creating entries with Apache commons collecttions & Guava
3. Custom entry class and its usages
* BAEL-5350:
1. Created unit tests
* BAEL-5350:
1. simplifed assertion for java 9 entry creation
* BAEL-5350:
1. moved into core-java-collections-maps-4 module
2. updated custom entry class and its unit test
* Convert Byte Array to its Numeric Representation
* Remove Redundant Getter Method
* BAEL-4286 How to get the value of a bit at a certain position from a byte
* BAEL-4286(update): remove redundant test methods
* BAEL-4151: Guide to ByteBuffer
* example for the difference between map and hashmap
* unit tests for the example
* rename unit tests
Co-authored-by: eugene.kovko <eugene.kovko@tensquaregames.com>
* commited initial code for hexagonal architecture
* Deleting to check in again
* Deleing to check in again
* Push first code for Hexagonal Architecture
* final code with UT for JSON to Java conversion
* removed hexagonal-architecture code from last commit
* BEL-5071 updated README
* BAEL-5071: Undo README changes and added a nested object in the JSON example.
* BAEL-5071: fixed whitespace/indentation in JsonToJavaClassConversion.java
* BAEL-5151: Added code for getting the first of a String
* BAEL-5151: Renamed Unit Test
* BAEL-5151: Moved the files from core-java-string-operations to core-java-string-operations-3
* BAEL-5151: Replaced tabs with white spaces.
* BAEL-5228: Adding code for approaches to concatening null string in java
* BAEL-5228: Moved file to correct folder and added a UT.
* BAEL-5228: corrected import statements.
* BAEL-5228: corrected last commit.
* BAEL-5228: removed extra import.
* BAEL-5228: renamed UT
* BAEL-5280: added code for ArrayIndexOutOfBoundsException.
* BAEL-5280: moved code for ArrayIndexOutOfBoundsException in a new module.
* BAEL-5280: Fixed tab/spaces in pom.xml.
* BAEL-5280: Fixed indentation in ArrayIndexOutOfBoundsExceptionDemoUnitTest.java.
Co-authored-by: Vaibhav Jain <vaibhav.ashokjain@vodafone.com>