* BAEL-1960: Custom appender for log4j
* Changes as per suggestion to BAEL-1960
* Changes as [er review for BAEL-1960
* Changes for formatting as per suggestion.
* BAEL-1960. Copied pom.xml from master and pasted my changes against it.
* Chnages for spaces instead of tabs.
* Changes for spaces instead of tabs.
* Added parent module on poms that have no parent defined
* Removed dependency reduced pom from undertow module
* [BAEL-6556] - Next set of renames of testcases
* [BAEL-6556] - Next set of renames of testcases
* [BAEL-6556] - Next set of renames of testcases
* [BAEL-6556] - Next set of renames 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 code for BAEL-1230: Getting log in JSON format
* Added code for BAEL-1230: Getting log in JSON format
* Improved tests to check correct JSON format in logs
* Renamed Test classes to make clear what they do
* Fixed wrong indentation
* move security content from spring-security-rest-full
* swagger update
* move query language to new module
* rename spring-security-rest-full to spring-rest-full
* group persistence modules
* group testing modules
* try fix conflict
* cleanup
* group and cleanup