* [BAEL-16662] Move articles out of spring-core and into spring-di and spring-core-2
* [BAEL-16662] Fixed required config classes
* [BAEL-16662] - Removed unused dependencies from spring-core
* FEAT Added Jaxp transformer to convert xml to html
* CHORE Added additional refactors
* UPDATE Refactor to use Map instead of Element navigation
* FEAT Added Stax transformer to convert from XML to HTML
* FEAT Added Freemarker transformer
* FEAT Added Mustache transformer
* BAEL-3132 - Linux Commands - Loop Through Directories/Folders
* BAEL-3132 - Linux Commands - Loop Through Directories/Folders
- update pom description.
* BAEL-3132 - Linux Commands - Loop Through Directories/Folders
- Add another example using find exec.
* BAEL-3132 - Linux Commands - Loop Through Directories/Folders
* added module 'design-patterns-behavioral'
* added module 'design-patterns-structural'
* added module 'design-patterns-creational'
* added module 'design-patterns-architectural'
* added module 'design-patterns-functional'
* moved facade code examples from design-patterns to design-patterns-structural
* moved singleton examples from design-patterns to design-patterns-creational
* moved bridge examples from design-patterns to design-patterns-structural
* moved creational examples from design-patterns to design-patterns-creational
* moved observer examples from design-patterns to design-patterns-behavioral
* moved flyweight examples from design-patterns to design-patterns-creational
* moved service locator examples from design-patterns to design-patterns-architectural
* moved double checked locking singleton examples from design-patterns to design-patterns-creational
* moved composite examples from design-patterns to design-patterns-structural
* moved visitor examples from design-patterns to design-patterns-behavioral
* moved dao examples from design-patterns to design-patterns-architectural
* moved interpreter examples from design-patterns to design-patterns-behavioral
* moved state examples from design-patterns to design-patterns-behavioral
* moved decorator examples from design-patterns to design-patterns-structural
* renamed LogerUtil to LoggerUtil
* moved template method examples from design-patterns to design-patterns-behavioral
* moved chain of responsibility examples from design-patterns to design-patterns-behavioral
* moved command examples from design-patterns to design-patterns-behavioral
* moved constructor vs static factory method examples from design-patterns to design-patterns-creational
* moved adapter examples from design-patterns to design-patterns-structural
* moved currying examples from design-patterns to design-patterns-functional
* moved proxy examples from design-patterns to design-patterns-structural
* moved persistence.xml from design-patterns to design-patterns-architectural
* deleted empty module: design-patterns
* moved mediator examples from design-patterns-2 to design-patterns-behavioral
* moved null object examples from design-patterns-2 to design-patterns-behavioral
* moved null check examples from design-patterns to design-patterns-behavioral
* moved freebuilder examples from design-patterns-2 to design-patterns-creational
* added module design-patterns-behavioral-2
* moved memento examples from design-patterns-2 to design-patterns-behavioral-2
* removed empty module design-patterns-2
* changed http to https in readmes in modules design-patterns-*
* BAEL-2246: add link back to article
* BAEL-2174: rename core-java-net module to core-java-networking
* BAEL-2174: add link back to article
* BAEL-2363 BAEL-2337 BAEL-1996 BAEL-2277 add links back to articles
* BAEL-2367: add link back to article
* BAEL-2335: add link back to article
* BAEL-2413: add link back to article
* Update README.MD
* BAEL-2577: add link back to article
* BAEL-2490: add link back to article
* BAEL-2471: add link back to article
* BAEL-2583: add link back to article
* BAEL-2738: add link back to article
* BAEL-2711: Add spring-boot-angular module to root pom
* BAEL-2544 BAEL-2711 BAEL-2575 BAEL-2657 Add links back to articles
* BAEL-2736: Add link back to article
* BAEL-2789: Add link back to article
* BAEL-2489: add link back to article
* BAEL-2840: add link back to article
* BAEL-2655: add link back to article
* BAEL-2884: add link back to article
* BAEL-2985: Fix Spring Boot Apps in spring-data-rest module
* BAEL-2898 BAEL-3057 BAEL-3020 add links back to articles
* BAEL-3126 BAEL-2463 README
* BAEL-2989: add README
* BAEL-3149 BAEL-3043 update README
* 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