* BAEL-1412 add java 8 spring data features
* BAEL-21 new HTTP API overview
* BAEL-21 fix executor
* BAEL-1432 add custom gradle task
* BAEL-1567 add samples of cookie and session in serlvet
* BAEL-1567 use stream api
* BAEL-1636 file upload with Spring Boot (nothing changes in the code per se, just the dependencies)
* BAEL-1636 removed bogus dependencies
* Updated rest-assured version because 2.9.0 is no longer on Central
* Added for BAEL-1584
* updated for BAEL-1584
* Updated as per Suggestions from Josh, for BAEL-1584
* Removed wrapper class and updated few methods to return boolean instead of Integer
* BAEL-1068 - Javadoc example classes
* BAEL-1068 - Formatting change for pom.xml
* Updated javadoc comments to reflect article example
* Added javadoc tags for throws, deprecated, and version and a clause to throw an exception
* 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
* BAEL-1285: Update Jackson articles
* BAEL-1273: implement both MVC and Rest approach to serve RSS content
* RSS(XML & Json) with a custom model
* BAEL-1273: remove a resource
* BAEL-1519: Guide to scribejava
* BAEL-1273: improve xml representation
* Fix pom
* BAEL-1587: JUnit 5 upgrade
* BAEL-1519: add GitHub implementation and improve article
* BAEL-1273: build a custom message converter to serve Rome Rss feed as json
* BAEL-1273: add two test of the articles feed controller
* Revert "BAEL-1273: add two test of the articles feed controller"
This reverts commit 3e4ced8a16e495971c05bccd5c507c4d68039ea0.
* BAEL-1273: add two test of the articles feed controller
* Remove some others article files
* 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
* BAEL-1524: added example for chain of responsibility design pattern
* BAEL-1524: added BDD style jUnit test to test unknown handler in ChainOfResponsibility design pattern
* BAEL-1524: refactored ChainOfResponsibility design pattern example
* BAEL-1524: refactored ChainOfResponsibility design pattern example
* BAEL-1524: updated ChainOfResponsibility design pattern example
* BAEL-1524: updated ChainOfResponsibility design pattern example
* BAEL-1524: moved chain of responsibility example from core-java module to patterns module
* Squashed commit of the following:
commit b31955df9638a6217a804e61faa230d8eacb293b
Author: Juan Moreno <earth001@gmail.com>
Date: Wed Feb 21 22:45:52 2018 -0300
Sample code for BAEL-1159 - Working with Kotlin and JPA - earth001@gmail.com
* Squashed commit of the following:
commit 4e6e27c914a401ee6bc599c7ffe913384137646a
Author: Juan Moreno <earth001@gmail.com>
Date: Wed Feb 21 23:26:20 2018 -0300
Fix package names
commit b31955df9638a6217a804e61faa230d8eacb293b
Author: Juan Moreno <earth001@gmail.com>
Date: Wed Feb 21 22:45:52 2018 -0300
Sample code for BAEL-1159 - Working with Kotlin and JPA - earth001@gmail.com
* Added sample with null fields
* Removed unused dependency