* [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-399: A Guide to Multitenancy in Hibernate 5
* Removed unused properties in profile 2
* Changes after code review
* Updated to use H2 for flyway plugin
* Updated schema property
* Fixed pom format
* Undo things from another PR
* Define beans for handling different message types in a lean chat app
* Add class based spring beans configuration
* Define spring configuration in XML for constructor based bean injection
* Refactor package structure to separate constructor based bean injection code set from setter based bean injection code set
* Define configuration and classes specific to setter-based bean injection.
* Implement tests for constructor-based and setter-based bean injections
* develop codes for explaining type erasure
* Write unit tests for type erasure examples
* Remove evaluation article code
* Modify type erasure examples and unit tests
* Modify type erasure examples and unit tests
* Add expected exception in TypeErasureUnitTest
* Correct grammar in class name
* Implement File Manager app to demonstrate Polymorphism. Develop unit tests for Polymorphism article code
* Add examples for static polymorphism
* Change sysout statments to slf4j log info statements
* Add assertions and expected errors check on Test
* Add assertions and expected errors check on Test
* Correct compile time error of symbol not found
* Removed commented out non-compiling test.
* Replace string concatenations with String.format
* Replace string concatenations with String.format
* Remove verbose file info descriptor and replace with simpler one
* Add example codes for Hibernate Interceptors article
Write tests for session-scoped and sessionFactory-scoped interceptors
* BAEL-1216: Introduction to the Oriented Java APIs
* OrientDB Java Graph and Document APIs
* some cleans
* BAEL-1216: Object API + code formating
* Prevent the build to failed
* Improve code and readme
* Update Readme
* Simulate failed test in jenkins pipeline
* New code for First Article 'Types of Bean Injection'
* Adding code for BAEL-1306
* Code changes for BAEL-1306
* Removed code of my evaluation article
* Simplified code to use number arrays BAEL-1306
* Simplified code for BAEL-1306
* Code commit for BAEL-1437
* Removed code that was added for BAEL-1437
* Code commit for BAEL-1437
* BAEL-1375 Counter in Java.
* BAEL-1375 Frequency counter in java.
* BAEL-1375 Refactored method names.
* BAEL-1375 refactored code.
* BAEL-1375 Fixed the test
* BAEL-1375 updated code to include parallel stream.