* BAEL-1766: Update README
* BAEL-1853: add link to article
* BAEL-1801: add link to article
* Added links back to articles
* Add links back to articles
* BAEL-1795: Update README
* BAEL-1901 and BAEL-1555 add links back to article
* Spring Boot and Angular E-Commerce Application
* Spring Boot and Angular E-Commerce Application pom.xml updated
* Spring Boot and Angular E-Commerce Application tests added
* builder pattern in kotlin
* builder pattern in kotlin new-line
* deleted Sandbox, added unit test
* add other tests
* named and default parameters builder
* Make FoodOrderNamed a data class
* Adding files for Exception Handling article
* Updating files
* Test folder
* testing renaming
* Formatting and Naming Conventions
This commit reworks the code for the Intro to Exception Handling
article, ensuring that packages and classes are formatted and named
according to site standards.
* Added example for BAEL-1273 - rss feed with Spring.
* Fixed javadoc
* Removed useless SpringBootServletInitializer in RSS app's launcher
* Explicitely added Spring Boot starting class in pom.xml to prevent errors in package phase.
* add prototype bean ex with function
* remove extra classes
* remove extra import
* separate configs
* separate configs
* Update AppConfig.java
* Code update to support Junit5
* BAEL-1979 Added examples for SnakeYAML Library (#4802)
* BAEL-1979 Added examples for SnakeYAML Library
* BAEL-1979 Moved the snakeyaml related code to libraries module
* BAEL-1979 Removed the System.out.println() statements and converted the assertTrue to assertEquals wherever possible.
* BAEL-1979 Removed println statements, small formatting fix in pom.xml
* BAEL-1852 Renamed one test method, fixed formatting
* BAEL-1562 - Thymeleaf sample working
* BAEL-1562 Code added for Fragments sample
* BAEL-1562 - Last correction for the test
* BAEL-1562 - Thymeleaf sample working
* BAEL-1562 Code added for Fragments sample
* BAEL-1562 - Last correction for the test
* Updates Thymeleaf version to 3.0.9.RELEASE
* Added msf4j projects
* updated msf4j project folder
* fixed issue with spring-thymeleaf/pom.xml
* Removed depedency-reduced-pom.xml
* Whitespacing fix
* Strange git issue with README.MD, wouldn't revert the file
* Added jupiter api
* Corrected junit test
* Added test engine to plugin
* Removed extra tag
* Little fixes to junit4 and junit4 run from java
* Removed scope from pom.xml
* Removed bin file from testing
* Slight changes for PMD
* Slight changes for PMD
* ok, moved code to another folder
* Renamed and fixed runjunitfromjava
* moved test classes to test folder
* moved main to src/java
* BAEL-1861 Moved test running classes to src/test/java
* Added changes to runjunitfromjava
* Added changes to runjunitfromjava
* BAEL-1861 Changed test execution code examples
* BAEL-1861 Changed test execution code examples; formatting
* Added tests for FilenameFilter demo
-added a test to show FilenameFilter implementation
-added another test to show similar functionality using Predicate
* refactored code to get directory at a single location
* fixing formatting
* changed test class name to conform to custom rule
UnitTestNamingConventionRule lists the allowed test class names. Added ManualTest at the end to conform to the rule.