* BAEL-1734 add different methods to find file extension
* fix camel case formatting for variables
* fix variable name
Remove camel casing for variable name as it is a single word.
* Adding code for BAEL-1646
* Adding integration tests for BAEL-1646
* Using equalsIgnoreCase to match hashes. Adding cleanup methods
* Corrected junit names
* BAEL-1787 - using Lombok @Builder on methods
* BAEL-1787 - rename class. Add AssertJ to Lombok project.
* BAEL-1787 - rename class again. Change AssertJ tests.
* BAEL-1787 - add Builder directory. Move method cocde to that package. Add code for using builder with a class.
* NatsClient refactor
* add: mongodb reactive repositories
* fix: test names
* fix: test names
* fix: test running on maven
* fix: test name
* fix: test class names
* Rename tests
* Added parent module on poms that have no parent defined
* Removed dependency reduced pom from undertow module
* [BAEL-5374] - Fix test names
* [BAEL-5374] - Fix test names
* [BAEL-5374] - Fix test names
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
* [BAEL-6514] - Fix usage of @AutoConfigureMockMvc without mocking
* [BAEL-6514] - Fix usage of @AutoConfigureMockMvc without mocking
* [BAEL-6514] - Fix usage of @AutoConfigureMockMvc without mocking
* Added parent module on poms that have no parent defined
* Removed dependency reduced pom from undertow module
* [BAEL-6514] - Fix usage of @AutoConfigureMockMvc without mocking
* BAEL-1546: Java 8 Math additions
* Applied feedback to Unit Tests
* BAEL-1546 Added missing test annotations
* Added code for BAEL-1637
* Added script for Windows C++ code compile
* Added compilation script for MacOS
* Added some Unit tests
* Types of Bean Injection in Spring
* Changing config file name
* BAEL-1584 : Find an element in list
* Revert "Changing config file name"
This reverts commit d857db9f65b1cf89773348e3901385ce59d9e1f8.
* Revert "Types of Bean Injection in Spring"
This reverts commit e9efcb8e70f37e7488aa2371bb3ee62c676996f4.
* BAEL-1584 : Find an Element in Given List
* BAEL-1584 : Hashcode impl changed
* BAEL:1584 : ListIterator to Iterator change
* Method name refactoring
* BAEL 1748 - Optional OrElse vs OrElseGet
* BAEL-1748 Benchmark Runner