* Added validation for functional endpoints scenarios:
* validating in handler explicitly
* created abstract handler with validation steps
* using validation handlers with two implementations
* * added annotated entity to be used with springvalidator
* * added tests and cleaning the code slightly
* BAEL-1766: Update README
* BAEL-1853: add link to article
* BAEL-1801: add link to article
* Added links back to articles
* Add links back to articles
* BAEL-1795: Update README
* BAEL-1901 and BAEL-1555 add links back to article
* BAEL-2026 add link back to article
* BAEL-2029: add link back to article
* BAEL-1898: Add link back to article
* BAEL-2102 and BAEL-2131 Add links back to articles
* BAEL-2132 Add link back to article
* BAEL-1980: add link back to article
* BAEL-2200: Display auto-configuration report in Spring Boot
* BAEL-2253: Add link back to article
* BAEL-1766: Update README
* BAEL-1853: add link to article
* BAEL-1801: add link to article
* Added links back to articles
* Add links back to articles
* BAEL-1795: Update README
* BAEL-1901 and BAEL-1555 add links back to article
* BAEL-2026 add link back to article
* BAEL-2029: add link back to article
* BAEL-1898: Add link back to article
* BAEL-2102 and BAEL-2131 Add links back to articles
* BAEL-2132 Add link back to article
* BAEL-1980: add link back to article
* BAEL-2200: Display auto-configuration report in Spring Boot
* BAEL-2159: Mini Article on "Separate double into integer and decimal parts"
* BAEL-2189: Tutorial to convert Byte Array to/from hex String.
* BEAL-2189: Code review comments incorporated.
* 1. Added validations for Non-Hex String characters in hex String.
2. Moved classes to algorithms module.
3. Renamed unit test class name ends with *UnitTest.
* 1. Added validations for Non-Hex String characters in hex String.
2. Moved classes to algorithms module.
3. Renamed unit test class name ends with *UnitTest.
* removed: redundant property added for local testing.
* Add code for the article 'Java Primitives versus Objects'
* Use JMH for benchmarking the primitive and wrapper classes
* Uncomment the benchmarks and remove unused class
* Add a binary search tree implementation
* Add an example of how to use the binary tree class
* Adjust the print statements