* BAEL-1712 Fix tests in libraries project
-Renamed 45 test files to standard naming conventions.
-Updated maven dependencies in libraries/pom.xml
-Fixed assertion errors in some tests.
-Included libraries project back into parent pom.xml
* BAEL-1712 Fix tests in libraries project
-Downgraded apache maven pmd plugin from 3.9.0 to 3.8 because pmd 6.0.1 present in pmd plugin 3.9.0 was unable to resolve classes having static final inner classes and was resulting into build failure.
* BAEL-1712 Fix libraries
-Fixed JodaTimeUnitTest
* BAEL-1783
* tabs to spaces, artifact id renamed
* tabs to spaces
* Added module spring-boot-logging-log4j2
* Removed <name> node
* @GetMapping instead of the older @RequestMapping
* @GetMapping instead of the older @RequestMapping
* Moved Lambda examples to separate module
Implementation of API Gateway example
* Format fixes
* Format fixes
* Minor fixes
* Minor fixes
* Minor fixes
* 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
* Added parent module on poms that have no parent defined
* Removed dependency reduced pom from undertow module
* Added README
* [BAEL-6729] - Spring modules needs a spring parent
* [BAEL-6729] - Spring modules needs a spring parent
* Added parent module on poms that have no parent defined
* Removed dependency reduced pom from undertow module
* Added README
* [BAEL-6556] - Renamed next set of testcases
* [BAEL-6556] - Renamed next set of testcases
* [BAEL-6556] - Renamed next set of testcases
This commit features a number of tests for programmatically configuring log4j.
Note that in order to have these tests live together, there is a slight deviation in how
these are configured vs how they are in the real world, specifically around static initialization.
Generally speaking, whenever static initialization is needed for a given configuration,
it is embedded in a @BeforeClass-annotated JUnit method.
Also, to isolate the tests from each other's plugins, annotation processing was turned off
in the build. This is not required when doing programmatic configuration of log4j. It is simply
needed for the specific use case of demonstrating these various log4j plugins all in the
same module.
* Added parent module on poms that have no parent defined
* Removed dependency reduced pom from undertow module
* Added new parent pom
* initial clean up of child poms
* Added new parent pom
* [BAEL-5247] - New Parents in the tutorials repo
* Added parent module on poms that have no parent defined
* Removed dependency reduced pom from undertow module
* [BAEL-6056] - Move collection-related logic from core-java to core-java-collections
* [BAEL-6056] - Move collection-related logic from core-java to core-java-collections
* [BAEL-6056] - Move collection-related logic from core-java to core-java-collections
* [BAEL-6056] - Move collection-related logic from core-java to core-java-collections
* Added parent module on poms that have no parent defined
* Removed dependency reduced pom from undertow module
* [BAEL-5249] - 21.02 - pom cleanup - formatted pom.xml
* Added parent module on poms that have no parent defined
* Removed dependency reduced pom from undertow module
* Defined the integration profile in the parent