* 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
* 'master' of git://github.com/eugenp/tutorials: (236 commits)
Removing unused files.
Removing unused file.
Moving file parser inside the core-java module. Adding Test cases for
reading files.
Revert "A simple Real Time streaming example with Spring Webflux."
Examples for Reading a file into an arraylist. 1. Using FileReader 2.
Using BufferedReader 3. Using Scanner(String and int) 4. Using
Files.readAllLines
A simple Real Time streaming example with Spring Webflux.
BAEL-1843 - JUnit4 -> JUnit5 migration guide (#4816)
BAEL-7708 04.08.2016 (#4893)
[BAEL-1902] Set timezone of a date (#4659)
BAEL-1552 - Jersey MVC Support
BAEL-1552 - Jersey MVC Support
[BAEL-7819] - Reverted guest folder parent changes im pom.xml - Fixed
wrong push
[BAEL-7819] - Reverted guest folder parent changes im pom.xml
add/fix links - team BAEL-7962 (#4891)
[BAEL-7819] - Added standard parent pom and added start class in
sprig-jooq module
[BAEL-7819] - Added standard parent pom and fixed tests in those
modules
Collection to Stream without nulls in core-java-collections (#4903)
[BAEL-7670] Added logback.xml in missing modules in src/main/resources
Fix typo (#4897)
Bael 1964 (#4881)
...
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
1. Added an API to generate a real time stream returning numbers.
2. Added Test case to consume that API with a webTestClient.
3. Added a client to consume that API, over the network.
* 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)
* Convert time in preferred time zone using Java 7, 8 and Joda-time
* Update the code as per review comments
* Incorporate review comments
* Incorporate review changes
* Use snippets from unit test only
* 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