* 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.
* Merged changes from the original repository.
* Added event streaming example with WebFlux.
* Deleted auto-generated code.
* Deleted auto-generated code.
* BAEL-2209 : Added java class and JUnit test for QuickSort implementation.
* Revert "Added event streaming example with WebFlux."
This reverts commit 21527b34643bbb0d1437a0ab3ef392024a391107.
* BAEL-2209: Removed main method from Quicksort class.
* BAEL-2209 : Added the implementation and unit test for 3-Way Quicksort.
* BAEL-1849 - Convert from String to Date in Java
* BAEL-1863 - Calling Callbacks with Mockito
* BAEL-1889 - Let's move the Java Number articles into a new module
* BAEL-1889 - Let's move the Java Number articles into a new module
* BAEL-1701: Create SQSApplication, add most functionality (still need to format, and add queue monitoring)
* BAEL-1701: Complete examples
* BAEL-1755: Big O Explained
* BAEL-1755: Move code to test folder
* BAEL-1755: Remove main() method from test class
* BAEL-1755: BBD stylify the unit tests and separate them into their own methods
* Added parent module on poms that have no parent defined
* Removed dependency reduced pom from undertow module
* [BAEL-6556] - Next set of renames of testcases
* [BAEL-6556] - Next set of renames of testcases
* [BAEL-6556] - Next set of renames of testcases
* [BAEL-6556] - Next set of renames of testcases
* Added parent module on poms that have no parent defined
* Removed dependency reduced pom from undertow module
* [BAEL-6556] - Enable our custom PMD rule and fix the build - Fixed Unit test case names
* [BAEL-1641] Find all pairs of numbers in an array that add up to a given sum
* Commiting editor's suggested changes
* Commiting article Spring Data Reactive Mongo DB microservice in Kotlin
* Revert commit for BAEL 1687 - Moving those files to a new branch
* Use AssertJ and BDD-style on unit testing
* Example Code For Evaluation Article
This is an example code for the evaluation article on "Different Types of Bean Injection in Spring"
* Added unit tests
* Minor changes to application context
* Removed code committed for evaluation article
* BAEL-944 Demonstrating the problems with new Url pattern matching in Spring 5
* BAEL-944 Demonstrating the problems with new Url pattern matching in Spring 5
* BAEL-944 Exploring the Spring MVC URL Matching Improvements
* BAEL-944 Exploring the Spring MVC URL Matching Improvements
* BAEL-944 Exploring the Spring MVC URL Matching Improvements
* BAEL-944 Code Formatting and solving build issue
* BAEL-944 Resolving build issue due to change in Spring version
* BAEL-944 Resolving build issue
* BAEL-944 Formatting code
* BAEL-944 Moving tests to correct package
* BAEL-944 Moving tests to correct package
* BAEL-944 Replacing @RequestMapping by @GetMapping
* BAEL-944 Remove unnecessary attribute name, "value" in annotations
* BAEL-79 Intro to Activiti with Spring
* BAEL-79 Intro to Activiti with Spring
* BAEL-79 Adding activiti module to the parent modules
* BAEL-79 Using latest version
* BAEL-79 Update Spring boot version that works with Activiti
* BAEL-79 Replace RequestMapping with GetMapping
* BAEL-79 Use Java 8 Syntax
* BAEL-79 Formatting
* BAEL-79 changed module name
* BAEL-378 A Guide to Activiti with Java
* BAEL-79 Fixed unit tests
* BAEL-79 Simplified the process
* BAEL-79 Fix test cases
* BAEL-1045 Lambda Behave
* BAEL-1045 Lambda Behave
* BAEL-1045 Lambda Behave
* BAEL-1090 Difference between compact and compressed strings in Java 9
* BAEL-1237 String Formatter
* BAEL-1237 String Formatter
* BAEL-1237 String Formatter
* BAEL-1237 String Formatter
* BAEL-1237 Guide to java.util.Formatter
* BAEL-1297 Find kth largest element in a sequence of numbers
* BAEL-1297 fixed issues and modified file name
* BAEL-1297 Modified randomized quickselect
* BAEL-1297 added additional sorting method
* BAEL-1297 UnitTest fix
* BAEL-1297 Additional method
Added QuickSelect With Iterative Partition method
* BAEL-1297 Added AssertJ annotations
* BAEL-1297 added missing assertj dependancy
* Adding node and cycle detection by hashing
* Adding implementation for all algorithms for cycle detection and removal
* Applying formatting rules
* Refactoring methods and adding more tests
* Fixing infinite loop corner case