* initial commit
* Reformatting and addressing review comments
* Examples for 'Finding the difference between two strings in Java'
* Removing evaluation article code
* Adding benchmarks
* Removing performance tests from unit test class
* upgrading diff-match-patch version
* making benchmark methods return a value
* Moving code to java-strings-3
* Moving stuff around
* New unit test format
* fixed Spring Context Test in spring-data-rest-querydsl module
* fixed spring-ejb/spring-ejb-client Context tests, removed ContextIntegrationTest and added a note to the ContextLiveTest. Plus, redefined spring-ejb-remote url in pom, it was not working properly'
* Fixed Context test in spring-remoting/remoting-jms/remoting-jms-server, added notes for Live Test
* Fixed Context test in spring-remoting/remoting-rmi\remoting-rmi-server, added notes for Live Test
* Fixed Context test in spring-rest-query-language, added note for ContextTest and deleter ContextIntegrationTest
* renamed SpringContextIntegrationTest to SpringContextTest, as per comment in BAEL-14304
* Implementation of Introduction to Play Framework in Java
* Implementation of Introduction to Play Framework in Java
* Implementation of Introduction to Play Framework in Java
* Implementation of the tutorial for Introduction to Play Framework.
* Updated code for Play Routing to 2.7.3
* Updated code for Play Routing to 2.7.3
* Initial Commit
* Added request object to create end point
* Finished implementing student-api
* Finished implementing student-api
* Implementation of the tutorial for Introduction to Play Framework.
* Updated test names
* Removed Lombok dependency
* Corrected isSuccessful spelling and removed the +1 on student ids
* fixed context dependency issue and added LiveContext notes in persistence-modules/spring-data-couchbase-2 module
* fixed Context tests and added notes for spring-cloud-bus/spring-cloud-config-client module
* Added context test in spring-cloud-data-flow/spring-cloud-data-flow-stream-processing/data-flow-server module, mainly due to incompatible dependencies, plus fixed parent pom path in different modules
* fixed context tests for spring-cloud/spring-cloud-task/springcloudtaskbatch module, renamed ContextLiveTest as IntegrationTest, now configured to run with an H2 embedded instance. Moved the run note to the application
* Added SpringContextLiveTests in persistence-modules/spring-data-mongodb module
* commits for BAEL-2076
- Created core-java-io2 module
- added resource loading example code
- added core-java-io2 to tutorials pom.xml
* Committing review changes
- change to try-with-resources
- change the order of main method
* Reformatting try-with-resources
* Moving resources example from core-java-io2 to core-java-io. Removing core-java-io2
* Removing stray core-java-io2 in tutorials pom file.