* 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
* First approach for the scenario, not stable yet.
* Added 2 services for teh article
Consumer is the main example project, with all the debugging functionality
* * cleaned unused spring-5-data functionality
* cleaning unused spring-5-data pom
* *fixed indentation error
* addressed Jira comments:
* Created live test, and renamed unit test as integrtion test
* Tried to fix issue in CI, couldnt reproduce locally
* BAEL-2302 Spring Data REST HTTP Method customization example
* BAEL-2302 Spring Data REST - granular HTTP Methods control
* BAEL-2302 Spring Data REST - fixed parent pom file version error
* BAEL-2302 Fixing thymeleaf dependencies
* BAEL-2302 Spring Data REST - fixed netty bootstrap
* BAEL-2302 Spring Data REST - fixed netty test
* BAEL-2302 Spring Data REST - fixed spring security oauth2
* BAEL-2302 - Fix oauth2 server deps
* Added validation for functional endpoints scenarios:
* validating in handler explicitly
* created abstract handler with validation steps
* using validation handlers with two implementations
* * added annotated entity to be used with springvalidator
* * added tests and cleaning the code slightly
* 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-1814 Guide to Spring Webflux
-Added files for Employee reactive application
-Updated pom.xml for Spring Security
* BAEL-1814 Guide to Spring Webflux
-Added EmployeeControllerTest
-Updated method name in EmployeeController and corrected secured url in EmployeeWebSecurityConfig
* BAEL-1814 Guide to spring webflux
-Fixed security config, now only specific url prompts for authentication and not all endpoints
-Removed @WithMockUser as it is not needed now
* BAEL-1814 Guide To Webflux
-Feedback incorporation
* BAEL-1814 Spring Webflux Guide
-Formatted coded for EmployeeWebSocketHandler.
* Update and rename EmployeeControllerTest.java to EmployeeControllerUnitTest.java
* BAEL-1814 Guide to spring webflux
-Fixed EmployeeControllerUnitTest.java