* Evaluation article about types of bean injection in spring
* BAEL-1319 Quick Guide on Data.sql and Schema.sql Files in Spring
* Revert "Evaluation article about types of bean injection in spring"
This reverts commit eb071171673e0b8fa2b7ecffdad86f596e5fb114.
* BAEL-1218: adding spring-ejb and configuring ejb start and deploy
* BAEL-1218: adding spring
* BAEL-1218: wrapping all together
* BAEL-1218: new spring-ejb module
* BAEL-1218: tests and improvements
* BAEL-1218: removing moved files from old article
* BAEL-1218: code review requested changes
* BAEL-1218: test methods nomenclature correction
* BAEL-1418: removing tabs
* BAEL-1218: removing tabs
* BAEL-1218: correcting boot parent module path
* Sample code for BAEL-1148 - earth001@gmail.com
* Change tabs for spaces in non java files
* Change tabs for spaces in non java files
* Removed unnecessary argument
* 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
* BAEL-1422: measure performance of Random and ThreadLocalRandom using JMH
* BAEL-1422: updated benchmarking examples of Random and ThreadLocalRandom to use newWorkStealingPool that leverages ForkJoinPool
* BAEL-1422: refactored benchmarking examples for comparing performance of ThreadLocalRandom and Random
- initialised the collection of Callable before running benchmarking
- removed for loop for submitting task and instead used executor.invokeAll(collection_of_callable)
* [BAEL-1410] Spring Boot Security Auto-Configuration
* [BAEL-1410] Added some tests for incorrect credentials use case
* [BAEL-1410] Added readme and some code improvements
* BAEL-399: A Guide to Multitenancy in Hibernate 5
* Removed unused properties in profile 2
* Changes after code review
* Updated to use H2 for flyway plugin
* Updated schema property
* Fixed pom format
* Undo things from another PR