* BAEL-1418 - spring security with extra login fields
* change delimeter for username/domain concatenation
* remove unnecessary class
* move source to spring-5-security module
* finish moving example code to spring-5-security module
* fix formatting in pom
* adjust spacing
* BAEL-1418 Spring Security with Extra Login Fields
* added additional custom example
* refactored and added tests
* remove final keywords and serialVersionUID constants
* Implemented server factory and its tests. Changed Jetty version to latest, removed duplicate entry and added jetty-webapp dependency in pom.xml.
* Added missing war file and changed tests port for Travis build.
* 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
* BAEL-1148 earth001@gmail.com - Mapped get method in controller / Removed resources
* Merged spring-mvc-push module in spring-mvc-simple
* added updated example codes
* updated example code StringToCharStream
* deleted StringToCharStream.java locally
* removed redundant file
* added code for apache commons collection SetUtils
* refactored example code
* added example code for bytebuddy
* added example code for PCollections
* update pom
* refactored tests for PCollections
* spring security xml config
* spring security xml config
* remove redundant comment
* example code for apache-shiro
* updated example code for Vavr Collections
* updated Vavr's Collection example
* updated Vavr Collection file
* updated example code for Apache Shiro
* updated Vavr Collections example
* added example code for N1QL
* update example code for N1QL
* added integration test for N1QL
* update N1QL Example code
* update the N1QL example Code
* rename module to couchbase
* rename module to couchbase
* change module name in parent module and pom
* added cas-server module
* added cas secured app for Spring SSO with CAS
* refactor cas modules into cas folder
* updated files
* removed redundant files
* refactor the config for cas-server
* added sql file to generate tables and database
* added source code for VRaptor
* update source code for VRaptor article
* update pom and reformat code
* add example code for BAEL-1439
* updated code for netty exceptions
* Added code for BAEL-1230: Getting log in JSON format
* Added code for BAEL-1230: Getting log in JSON format
* Improved tests to check correct JSON format in logs
* Renamed Test classes to make clear what they do
* Fixed wrong indentation
* BAEL-1216: improve tests
* BAEL-1448: Update Spring 5 articles to use the release version
* Setting up the Maven Wrapper on a maven project
* Add Maven Wrapper on spring-boot module
* simple add
* BAEL-976: Update spring version
* BAEL-1418 - spring security with extra login fields
* change delimeter for username/domain concatenation
* remove unnecessary class
* move source to spring-5-security module
* finish moving example code to spring-5-security module
* fix formatting in pom
* adjust spacing
* initial setup with spring boot/ spring data jpa/ flyway
* BAEL-1315 - added flyway test extensions for spring
* BAEL-1315 - added flyway test extensions for spring
* BAEL-1315 - created multiple migration scripts and locations
* BAEL-1315 - test insert after schema creation
* cleanup
* BAEL-1315 - test data changes by a migration
* [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-1410] removed form based auth config because is redundant
added oauth2 server auto-configuration sample with test
* [BAEL-1410] added custom Authorization Server Config
* [BAEL-1410] update README
* [BAEL-1410]refactor tests
* [BAEL-1410]oauth2 resource server
* [BAEL-1410]oauth2 sso sample with facebook
* [BAEL-1410]remove spring-flyway
* 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-1282: added TDD type junit tests for geospatial queries elasticsearch