* 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
* BAEL-900 Guide to dynamic tests in Junit 5
* BAEL-900 Guide to Dynamic Tests in Junit 5
* Revert "BAEL-900 Guide to Dynamic Tests in Junit 5"
This reverts commit d0d45c9067223347da20d0f2c80de391fcade38e.
* BAEL-900 Guide to Dynamic Tests in Junit 5
* BAEL-900 Guide to dynamic tests in Junit 5
* removed unnecessary annotation
* BAEL-900 unused imports removed
* BAEL-900 simplified input generator code
* BAEL-252 A Java Client to consume a WebSockets API
* 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
* Selenium Page Object Pattern
Add Chromedrivers
Include hamcrest dependency for matchers on tests
Add PageObjects for Start Here and Home Page
Create config class for selenium
* Update Readme file
Add About page and model for additional example
Create new test for new impl
* Change if to switch statement
Add Matcher and pattern to match os name
* Update imports
* remove merge conflict notation
* added project files for evaluation article by smatt382@gmail.com
* added project files for evaluation article by smatt382@gmail.com
* added class com.baeldung.string.StringToCharStream by smatt382@gmail.com
* updated the example codes. Use assert statements
* updated example codes
* fixed conflict in pom.xml
* remove redundant files'
* added unit test
* Display all beans in Spring Container
* Display all spring managed beans
Add code to configure 'beans' endpoint.
* Added 'spring-boot-starter-test' dependency
Added 'spring-boot-starter-test' dependency with scope 'test'
* Display all spring managed beans Test cases
Added test cases for 'Display all spring managed beans' module.
* BAEL-924: How to get all LocalDates between two dates?
* BAEL-924: Updated code based on review from editor
* BAEL-924: Updated code based on review from editor
* 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
* Selenium Page Object Pattern
Add Chromedrivers
Include hamcrest dependency for matchers on tests
Add PageObjects for Start Here and Home Page
Create config class for selenium
* Update Readme file
Add About page and model for additional example
Create new test for new impl
* Dependency Injection examples
Dependency Injection examples for evaluation article
* Junit test cases added for dependency injection
Junit test cases added for dependency injection
* ClassNotFoundException vs NoClassDefFoundError
Example to reproduce ClassNotFoundException & NoClassDefFoundError
* JUnit test cases for ClassNotFoundException & NoClassDefFoundError
test cases to reproduce ClassNotFoundException & NoClassDefFoundError
* Deleting exampls for evaluation article
* BAEL-831 Examples for ClassNotFoundException & NoClassDefFoundError
* BAEL-831 Removed wrapper class
* Removing evaluation article example
* BAEL-831 removed wrapper class
* BAEL-875 - Hill Climbing Algorithm
BAEL-875 - Implementation for Hill Climbing Algorithm
* BAEL-875 Modified algorithm with stream api