* Initialize smooks subproject
* Add Smooks dependency
* Delete files form badly created submodule
* Add domain classes
* Create class responsible for converting Orders
* Create class responsible for validating messages
* Add configuration file
* Add integration tests for Smooks converters and validators
* ADd en_US locale and fix date format
* Fix number format in expected messages
* Delete unused mapping
* Remove unused conversion to JSON
* Add assertion for ruleName in givenIncorrectOrderXML_whenValidate_thenExpectValidationErrors
* 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
* initial setup with spring boot/ spring data jpa/ flyway
* BAEL-1315 - added flyway test extensions for spring
* BAEL-1315 - added flyway test extensions for spring
* BAEL-1315 - created multiple migration scripts and locations
* BAEL-1315 - test insert after schema creation
* cleanup
* BAEL-1315 - test data changes by a migration
* [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-1410] removed form based auth config because is redundant
added oauth2 server auto-configuration sample with test
* [BAEL-1410] added custom Authorization Server Config
* [BAEL-1410] update README
* [BAEL-1410]refactor tests
* [BAEL-1410]oauth2 resource server
* [BAEL-1410]oauth2 sso sample with facebook
* [BAEL-1410]remove spring-flyway
* [BAEL-1410]refactor tests
* [BAEL-1410] refactor tests
* [BAEL-1410] update
* 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
* Instance profile credentials example.
* InstanceProfile CloudFormation template included to provision AWS
environment.
* Included java package installation under Yaml script.
* Using SpringApplication reference to prepare application context.
* Introducing SpringCloudS3Service to handle all S3 operations.
* [BAEL 1209] - Java RMI Files.
* Added parent tag and deleted dependency tag for junit.
* Added java-rmi module.
* Removed duplicate java-lite module entry.
* Deleting this file as it is covered in test class.
* Spell check.
* Christopher Franklin A Simple Tagging Implementation with Elasticsearch
Modifying the existing Spring Data Elasticsearch example to use the tags
already on the model. Also added a number of tests as examples of how to
use the tags.
* 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)
* BAEL-1418 - spring security with extra login fields
* change delimeter for username/domain concatenation
* remove unnecessary class
* move source to spring-5-security module
* finish moving example code to spring-5-security module
* fix formatting in pom
* adjust spacing
* BAEL-1418 Spring Security with Extra Login Fields
* added additional custom example
* refactored and added tests
* remove final keywords and serialVersionUID constants
* Implemented server factory and its tests. Changed Jetty version to latest, removed duplicate entry and added jetty-webapp dependency in pom.xml.
* Added missing war file and changed tests port for Travis build.
* Sample code for BAEL-1148 - earth001@gmail.com
* Change tabs for spaces in non java files
* Change tabs for spaces in non java files
* Removed unnecessary argument
* BAEL-1148 earth001@gmail.com - Mapped get method in controller / Removed resources
* Merged spring-mvc-push module in spring-mvc-simple
* added updated example codes
* updated example code StringToCharStream
* deleted StringToCharStream.java locally
* removed redundant file
* added code for apache commons collection SetUtils
* refactored example code
* added example code for bytebuddy
* added example code for PCollections
* update pom
* refactored tests for PCollections
* spring security xml config
* spring security xml config
* remove redundant comment
* example code for apache-shiro
* updated example code for Vavr Collections
* updated Vavr's Collection example
* updated Vavr Collection file
* updated example code for Apache Shiro
* updated Vavr Collections example
* added example code for N1QL
* update example code for N1QL
* added integration test for N1QL
* update N1QL Example code
* update the N1QL example Code
* rename module to couchbase
* rename module to couchbase
* change module name in parent module and pom
* added cas-server module
* added cas secured app for Spring SSO with CAS
* refactor cas modules into cas folder
* updated files
* removed redundant files
* refactor the config for cas-server
* added sql file to generate tables and database
* added source code for VRaptor
* update source code for VRaptor article
* update pom and reformat code
* add example code for BAEL-1439
* updated code for netty exceptions
* Added code for BAEL-1230: Getting log in JSON format
* Added code for BAEL-1230: Getting log in JSON format
* Improved tests to check correct JSON format in logs
* Renamed Test classes to make clear what they do
* Fixed wrong indentation