* minor logging fix
* spring security sso
* use basic auth
* use form login
* cleanup
* cleanup
* final cleanup
* second client app for sso
* spring boot bootstrap
* add logic
* cleanup
* add simple controller
* add thymeleaf and security
* minor fix
* minor fix
* add more boot properties
* fix live test
* fix live test
* minor fix
* semaphores
* fix configuration
* kotlin collection
* add more collection examples
* minor logging fix
* spring security sso
* use basic auth
* use form login
* cleanup
* cleanup
* final cleanup
* second client app for sso
* spring boot bootstrap
* add logic
* cleanup
* add simple controller
* add thymeleaf and security
* minor fix
* minor fix
* add more boot properties
* fix live test
* fix live test
* minor fix
* semaphores
* fix configuration
* kotlin collection
* 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 Kotlin test to convert list to map
* Add additional associate methods on test for ListToMap file
* Different Types of Bean Injection in Spring code
* Dataclasses in Kotlin
* Revert "Different Types of Bean Injection in Spring code"
This reverts commit 4b747726b93a9f6bf76d6518792fc77e0d5c2fc9.
* 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 Kotlin test to convert list to map
* BAEL-809: Add Kotlin Mockito supporting code
* BAEL-809: Add references to kotlin-mockito library
* BAEL-809: Move kotlin-mockito to existing kotlin module
Some unused java classes that were in the kotlin-mockito
module were simply deleted instead of moved to the mockito
module.
* 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 simplet test to check Kotlin rerence vs strutural equality
* Update README
* Kotlin equality - fix
Add suite of tests for complex object and arrays
Add User class
* 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 simplet test to check Kotlin rerence vs strutural equality
* Update README
* BAEL-756 code for kotlin null-safety article
* BAEL-756 fix typo
* BAEL-756 increment version of Kotlin
* BAEL-756 remove duplicate form pom
* BAEL-756 add also and run example
* Char array to string and string to char array test cases added
* Minor code renames
* Added groupingBy collector unit tests
* Added test case for int summary calculation on grouped results
* Added the grouping by classes to the main source path
* Reverting char array to string test class
* Reverting char array to string test class
* Reverting char array to string test class
* Reverting char array to string test class
* Unit test class for Kotlin when block + required types
* Minor changes to kotlin when block tests
* Minor change
* Minor change