* BAEL-8020 Fix surefire configs of spring-5 projects
-Removed surefire configurations from spring-5 projects
* BAEL-8020 Fix surefire configs of spring-5 projects
-Fixed surefire and junit configuration of spring-5-** projects
-Fixed mavensurefire plugin to execute JUnit5 tests BAEL-8125
* BAEL-8020 Fix sure fire configs in spring5 project
-Fixed dependency for junit-5
* BAEL-8020 Fix sure fire configs in spring5 project
-Fixed dependency for junit5-migration
* BAEL-8020 Fix surefire configs
-Updated maven war plugin to 3.0.0
* BAEL-8020 Fix surefire configs
-Upgraded surefire custom logger api version to 2.21.0 for all child projects
* BAEL-8020
-Deleted empty test SpringBootMvcApplicationTests.java in spring-boot-mvc.
-Renamed SpringBootMvcApplicationTests.java correct in spring-boot-vue
* BAEL-8020 Fix surfire configs
-Added junit vintage dependency to run junit4 tests
* BAEL-1861 Replaced real tests with demo test "placeholders"
* BAEL-1861 Moved code from new module into existing ones
* BAEL-1861 Renamed main() classes to not violate PMD rules
* Added code for the migration from JUnit 4 to JUnit 5
* Add example for Rule migration support
* Add fix to access modifiers to test methods
* Remove wrong header
* Add junit5-migration module and its code snippets
* Add module configuration to pom
* Remove test classes that were added for the migration from JUnit 4 to JUnit 5 article (moved under correct module)
* 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
* BAEL-1862 Move the Junit 5 logic in the right module
-Moved Method Orders Tests from tutorails/junit5 project into correct project tutorials/testing-modules/junit-5
-Removed tutorials/junit5 project
* Update DefaultOrderOfExecutionTest.java
* Update README.md
* BAEL-1862 Move the Junit 5 logic in the right module
-Renamed *Test to *UnitTest
* Update README.md