* 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>
* BAEL-5327 - Set a description and an example in Swagger
* BAEL-5327 - two space indentation for line continuation
Co-authored-by: Abhinav Pandey <Abhinav2.Pandey@airtel.com>
* adding a example module for printing thread info in log file using log4j
* - fix: removing submodule
* - fix: Adding submodule
* - fix: Removing `.gitignore`, `README.md`, and `application.properties`.
- fix: Removing Spring boot and adding log4j2 from Maven Central
* - fix: Changing module name as suggested to log4j2-thread-info.
- fix: Fixing log path in log4j2 configuration
* - feat: Removing log4j2-thread-info module
- feat: Adding example code into existing log4j2 module
* - fix: Removing unnecessary logging
* - fix: Separating thread info in the logging pattern
* - fix: package name to lowercase
* lowercasing package name and variable name
* changing package name in configuration
* - fix: formatting
* - fix: formatting imports
* BAEL-5323: Spring Boot with multiple data sources
* BAEL-5323: small fixes
* BAEL-5323: fix test class
* BAEL-5323: Refactor configuration classes
* BAEL-5323: Set proeprty to private
* BAEL-5323: rename test class to follow naming conventions
* BAEL-5319 - Remove Basic Error Controller in Swagger
* BAEL-5319 - fixed style
* BAEL-5319 - removed comments and private info
* BAEL-5319 - removed private info
* two space indent for line continuation, optimized import.
Co-authored-by: gpiazzolla <gaetano.piazzolla@dxc.com>