* 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.
* BAEL-838 Initial code showing how to remove last char - helper class and tests.
* BAEL-838 Corrected Helper class and associated empty string test case. Added StringUtils.substing tests.
* BAEL-838 Refromatted code using formatter.xml. Added Assert.assertEquals import. Renamed test to follow convention. Reordered tests.
* BAEL-838 - Added regex method and updated tests.
* BAEL-838 Added new line examples.
* BAEL-838 Renamed RemoveLastChar class to StringHelper and added Java8 examples. Refactord code.
* BAEL-838 Changed method names
* BAEL-838 Tiny change to keep code consistant. Return null or empty.
* BAEL-838 Removed unresolved conflict.
* BAEL-821 New class that shows different rounding techniques. Updated POM.
* BAEL-821 - Added unit test for different round methods.
* BAEL-821 Changed test method name to follow the convention
* BAEL-821 Added more test and updated round methods.
* BAEL-837 - initial commit. A few examples of adding doubles.
* BAEL-837 - Couple of smaller changes
* BAEL-837 - Added jUnit test.
* - added classes for asciidoctor article
- added tests for that article
- added exclusion in pom.xml in libraries
* - fixed test
* - fixed formating in pom
* Separating displayAllBeans logic from main method
* Removing as 'Person' bean is no longer used
* Removing as 'Person' bean is no longer used
* Removing as 'Person' bean is no longer used
* Added FooService and FooController
* Changed test cases as per new configuration
* Template to handle front-end view
* Fixed spacing issue
* Fixed spaces
* Fixed spacing issue
* 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