* 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-5131: constructor specification is added c
* BAEL-5131: codes have been reformatted
* BAEL-5131: I've added a few minor changes over on this package.
* BAEL-5131: I've added a few minor changes over on this package.
* working code
* added unit test
* [BAEL-4806] - How to test an LDAP connection from a client
Ticket: http://jira.baeldung.com/browse/BAEL-4806
Draft: https://drafts.baeldung.com/wp-admin/post.php?post=125004&action=edit
* removing draft project
* applying requested changes
* 1. renaming package to comply with java conventions;
* 2. breaking class into methods to enhance readability;
* 3. creating an 'execute' method so it's not necessary to call 'main';
* requested changes
* 1. adding final keyword to constants;
* 2. using diamond operator;
* Update LdapConnectionToolManualTest.java
* BAEL-5277 generate string of repeated characters
* BAEL-5277 fixed test
* BAEL-5277 fixing tests
* removed public from class and methods, removed unnecessary test examples, extracted contants
* renamed constants
* renamed a test
* fixed the string repeat test
* removed public from class and method
* modified the test
* reset the java version
* tests added
* added apache dependency
* removed repeat method for string
* updated tests
* fixed tests
* added two additional tests
* formatted code
* renaming variables
* 1.0.0 | FIX removed unnecessary annotation
* removing EMPTY_STRING constant
Co-authored-by: Matea Pejčinović <matea.pejcinovic@intellexi.hr>