* 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-1410]refactor tests
* [BAEL-1410] refactor tests
* [BAEL-1410] update
* 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-1273: Display RSS feed with spring mvc (AbstractRssFeedView)
* Move RSS feed with Spring MVC from spring-boot to spring-mvc-simple
* Instance profile credentials example.
* InstanceProfile CloudFormation template included to provision AWS
environment.
* Included java package installation under Yaml script.
* Using SpringApplication reference to prepare application context.
* Introducing SpringCloudS3Service to handle all S3 operations.
* [BAEL 1209] - Java RMI Files.
* Added parent tag and deleted dependency tag for junit.
* Added java-rmi module.
* Removed duplicate java-lite module entry.
* Deleting this file as it is covered in test class.
* Spell check.
* Christopher Franklin A Simple Tagging Implementation with Elasticsearch
Modifying the existing Spring Data Elasticsearch example to use the tags
already on the model. Also added a number of tests as examples of how to
use the tags.
* 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-1273: Display RSS feed with spring mvc (AbstractRssFeedView)
* 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