* Code for Dependency Injection Article.
* Added Java based configuration. Downloaded formatter.xml and reformatted
all changed files. Manually changed tab into 4 spaces in XML
configuration files.
* BAEL-434 - Spring Roo project files generated by Spring Roo. No
formatting applied. Added POM, java and resources folders.
* Moved project from roo to spring-roo folder.
* upgrade to spring boot 1.5.2
* add full update to REST API
* modify ratings controller
* upgrade herold
* fix integration test
* fix integration test
* minor fix
* fix integration test
* fix integration test
* minor cleanup
* minor cleanup
* remove log4j properties
* use standard logbook.xml
* upgrade to spring boot 1.5.2
* add full update to REST API
* modify ratings controller
* upgrade herold
* fix integration test
* fix integration test
* minor fix
* fix integration test
* fix integration test
* minor cleanup
* minor cleanup
* remove log4j properties
* yasin.bhojawala@gmail.com
Evaluation article on Different Types of Bean Injection in Spring
* Revert "yasin.bhojawala@gmail.com"
This reverts commit 963cc51a7a15b75b550108fe4e198cd65a274032.
* Fixing compilation error and removing unused import
* Introduction to Java9 StackWalking API - yasin.bhojawala@gmail.com
Code examples for the article "Introduction to Java9 StackWalking API"
* BAEL-608 Introduction to Java9 StackWalking API
* BAEL-608 Introduction to Java9 StackWalking API
changing the test names to BDD style
* BAEL-608 Introduction to Java9 StackWalking API
correcting the typo
* BAEL-608 Introduction to Java9 StackWalking API
improving method names
* BAEL-608 Introduction to Java9 StackWalking API
test method names improvements
* BAEL-718 Quick intro to javatuples
* merging pom from master
* BAEL-722 Intro to JSONassert
* BAEL-722 Intro to JSONassert
Updated to 1.5.0
* BAEL-745 Quick Math.pow example
* BAEL-729 Adding custom info to actuator's /info endpoint
* BAEL-88 Testing in Spring Boot
* BAEL-88 Testing in Spring Boot
* BAEL-756 code for flink article
* reorder
* simpler wordCount example
* BAEL-766 changes according to PR
* BAEL-766 change datasource to dataset
* BAEL-766 add sorting example
* BAEL-766 add simple streaming example
* one missing change to dataSet
* windowing example
* add window example
* add dependency explicitly
* add plugin
* add surefire plugin, change neme of the test to *IntegrationTest
* fluent assertions
* test scope
* remove duplicated dep
* Change @ServletSecurity annotation
to reflect usage of 2 different roles
* Modification related to @ServletSecurity
* Add new folder WEB-INF
* Delete .gitkeep
* Create web.xml inside WEB-INF
* Update web.xml
* Deleting this as its moved in to WEB-INF
* BAEL-756 code for flink article
* reorder
* simpler wordCount example
* BAEL-766 changes according to PR
* BAEL-766 change datasource to dataset
* BAEL-766 add sorting example
* BAEL-766 add simple streaming example
* one missing change to dataSet
* windowing example
* add window example
* add dependency explicitly
* add plugin
* add surefire plugin, change neme of the test to *IntegrationTest
* fluent assertions
* Guava IntMath tests
* Guava DoubleMath test
* break down testDoubleMath()
* bdd ut naming
* bdd ut naming 2
* break down round unit test
* rename unit tests
* upgrade to spring boot 1.5.2
* add full update to REST API
* modify ratings controller
* upgrade herold
* fix integration test
* fix integration test
* minor fix
* fix integration test
* fix integration test
* minor cleanup
* minor cleanup
* Add project for hibernate immutable article
Add Event entity
Add hibernate configuration file
Add hibernateutil for configuration
Add test to match snippets from article
* Update master
* Add articles to README
* upgrade to spring boot 1.5.2
* add full update to REST API
* modify ratings controller
* upgrade herold
* fix integration test
* fix integration test
* minor fix
* fix integration test
* fix integration test
* minor cleanup
* BAEL-756 code for flink article
* reorder
* simpler wordCount example
* BAEL-766 changes according to PR
* BAEL-766 change datasource to dataset
* BAEL-766 add sorting example
* BAEL-766 add simple streaming example
* one missing change to dataSet
* windowing example
* add window example
* add dependency explicitly
* add plugin
* add surefire plugin, change neme of the test to *IntegrationTest