* BAEL-5614 Remove Last Char from String Builder
- Added initial code with main
- Added initial tests for each method going to be written on
* Update RemoveLastChar.java
* Update and rename RemoveLastCharTest.java to RemoveLastCharUnitTest.java
Co-authored-by: Grzegorz Piwowarek <gpiwowarek@gmail.com>
* Application source code for the Baeldung article "HTTP PUT vs POST
method in REST API"
* update indention in pom file, update code in Address class
* update indention
* rename application
* update pom
* source code for article "Connection timeout vs read timeout"
* Source code for Baeldung article BAEL-4896
* update code
* code for article "String Equals() Vs Contentequals() Method in Java"
* update code with tests
* code update
* update test methods
* remove upper case and wrong sequence test
* remove wrong sequence and upper case string variables
* 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
Co-authored-by: Vaibhav Jain <vaibhav.ashokjain@vodafone.com>
* Creating the module 'core-java-string-operations-4' for new string related code samples. Implemented code samples for the article BAEL-5196
* including new module 'core-java-string-operations-4 in the parent project
* fixing spacing in the pom file
* fixing the maven configuration for our new project core-java-string-operations-4