* 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-1567 fix optional
* BAEL-1679 add query annotation jpa spring data
* BAEL-1679 added new junits
* BAEL-1679 use assertJ, use givenWhenThen naming convention
* BAEL-1679 move query annotation examples to persistence modules
* BAEL-1679 fix formatting
* BAEL-659 add junits for repositories
* BAEL-659 add one junit
* BAEL-659 remove one duplicated dependency
* BAEL-659 fix test class name
* Bean Object, server side and client side example for event streaming
example
* BAEL-1628
Access a File from the Classpath in a Spring Application
* inputstream retrieval added
* Removed files related to evaluation article
* + Aligning code to the article. Removed Utility methods and classes
* BAEL - 1628
* PMD fixes
* Code Review changes
Refactored : whenResourceUtils_thenReadSuccessful
* BAEL-1737 - Access Modifiers examples
* BAEL-1737 - Corrected constructors
* BAEL-1737 - Smaller formatting fixes
* BAEL-1737 - Updated comments
* BAEL-1667 - Select and Option examples.
* BAEL-1667 - Corrected typo - closing select tag - that actually made the code to work. COrrected solution works well too and produces valid HTML
* 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
* Add example for FTP client
Using Apache Commons Net
* Add missing resource
* Fix wrong file download in integration test
* Add example for using FTP support in JDK
* Close input stream after copy
* Fix test name
* BAEL-1773 - find middle element of linked list
* changes from review
* changes from review
* find middle element in linked list
* typo
* changes from CR
* BAEL-1773 formatting
* removing Bean injection
* BAEL-1715- Control Bean Creation Order with @DependsOn annotation
* BAEL-1715- Formatting changes, test case improvement
* Created new Config file for UnitTest
* Corrected test case- from BeanCreationException to NoSuchBeanDefinitionException
* correcting error- for circular dependency expected exception is- BeanCreationException