* BAEL-1216: improve tests
* BAEL-1448: Update Spring 5 articles to use the release version
* Setting up the Maven Wrapper on a maven project
* Add Maven Wrapper on spring-boot module
* simple add
* BAEL-976: Update spring version
* BAEL-1273: Display RSS feed with spring mvc (AbstractRssFeedView)
* Move RSS feed with Spring MVC from spring-boot to spring-mvc-simple
* BAEL-1285: Update Jackson articles
* BAEL-1273: implement both MVC and Rest approach to serve RSS content
* RSS(XML & Json) with a custom model
* BAEL-1273: remove a resource
* BAEL-1519: Guide to scribejava
* BAEL-1273: improve xml representation
* Fix pom
* BAEL-1216: improve tests
* BAEL-1448: Update Spring 5 articles to use the release version
* Setting up the Maven Wrapper on a maven project
* Add Maven Wrapper on spring-boot module
* simple add
* BAEL-976: Update spring version
* BAEL-1273: Display RSS feed with spring mvc (AbstractRssFeedView)
* Move RSS feed with Spring MVC from spring-boot to spring-mvc-simple
* BAEL-1285: Update Jackson articles
* BAEL-1273: implement both MVC and Rest approach to serve RSS content
* RSS(XML & Json) with a custom model
* BAEL-1273: remove a resource
* adding producer side sample for spring-cloud-contract
* adding consumer side sample for spring-cloud-contract
* removing un neccessary code
* adding latest version for spring-cloud-contract in both producer and consumer
* adding producer dependency in consumer
* refactoring after review-1
* refactoring after review-2
* refactoring after review-3
* BAEL-1539 Added list, set and map shuffling code exaamples
* #BAEL-1539 fixed a typo
* #BAEL-1539 refactored sample code, added unit tests
* #BAEL-1539 Added unit tests and example for shuffling with custom randomness
* #BAEL-1539 removed source code and kept only tests as tests are sufficient code sample themselves
* #BAEL-1539 updated map shuffling example to use lambdas
* #BAEL-1539 lambda refactoring
* Fixed an indentation
* 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.
* BAEL-579 Updated Spring Cloud Version
I was getting error: java.lang.NoSuchMethodError:
org.springframework.cloud.config.environment.Environment
After version update, all is okay.
* BAEL-579 Added actuator to Cloud Config Client.
* BAEL-579 Enabled cloud bus and updated dependencies.
* BAEL-579 Config Client using Spring Cloud Bus.
* BAEL-579 Recreated Basic Config Server.
* BAEL-579 Recreated Config Client.
* BAEL-579 Removed test Git URL.
* BAEL-579 Added Actuator to Config Client
* BAEL-579 Added Spring Cloud Bus to Client.
* BAEL-579 Server changes for Spring Cloud Bus
Added dependencies and removed git.clone-on-start as this was causing
server to throw errors after git properties change.
* BAEL-579 Removed Git URL.
* Revert "BAEL-579 Updated Spring Cloud Version"
This reverts commit f775bf91e5.
* Revert "BAEL-579 Config Client using Spring Cloud Bus."
This reverts commit 1d96bc5761.
* Revert "BAEL-579 Enabled cloud bus and updated dependencies."
This reverts commit 7845da922d.
* Revert "BAEL-579 Added actuator to Cloud Config Client."
This reverts commit 076657a26a.
* BAEL-579 Added missing dependency versions.
* BAEL-579 Added missing dependency versions.
* Updated gitignore
* BAEL-1065 Simple performance check StringBuffer vs StringBuilder.
* BAEL-1065 Added JMH benchmarks
* BAEL-1298 Sudoku - Backtracking Algorithm
* BAEL-1298 Sudoku - Backtracking Algorithm
* BAEL-1298 Dancing Links Algorithm. Smaller changes to Backtracking
* BAEL-1298 Resolve conflict - use most up-to-date POM
* Updated code - mostly with CONSTANTS. Extracted methods.
* Removed pointless Java8 code. Renamed constant
* Extracted 'constraints' methods and renamed coverBoard variable
* Extracted 'constraints' methods and renamed coverBoard variable
* Renamed variables
* More variable renames
* [tlinh2110-BAEL1382] Add Security in SI
* [tlinh2110-BAEL1382] Upgrade to Spring 5 & add Logger
* [tlinh2110-BAEL-1382] Update Unit Test
* [tlinh2110-BAEL1382] Remove unnecessary logs
* priority based job execution in java
* minor fixes
* updated to use java 8 features
* fix need for type inference
* handle exception
* indentation
* handling exception generated during terminal of normal flow
* handling exception generated during terminal of normal flow
* added comment