* BAEL-112 | Spring MVC Validation - a Custom Validator
### Implementation of a custom validator in Employee class using
Validator interface
* BAEL-112 | Spring MVC Validation - a Custom Validator
Implementation of a custom validator in Employee class using Validator
interface
* BAEL-112 | Spring MVC Validation - a Custom Validator
Reverting changes made for a previous module
* BAEL-112 | Spring MVC Validation - a Custom Validator
Reverting changes to module ‘spring-mvc-java’
* BAEL-112 | Spring MVC Validation - a Custom Validator
Reverting changes to module ‘spring-mvc-java’
* BAEL-112 | Spring MVC Validation - a Custom Validator
Final reversion of changes to previous module used
* BAEL-112 | Spring MVC Validation - a Custom Validator
formats the EmployeeValidator class
* BAEL-112 | Spring MVC Validation - a Custom Validator
Modification from @RequestMapping POST to @PostMapping as per Final
Review
* BAEL-112 | Spring MVC Validation - a Custom Validator
Reverts the changes made to Employee and Employee Controller. Created a
new class, Customer as implementation for custom validation
* BAEL-112 | Spring MVC Validation - a Custom Validator
Reverting EmployeeController
* BAEL-112 | Spring MVC Validation - a Custom Validator
Reverting EmployeeHome
* WatchService vs. Apache Commons IO Mnitoring
* Indentation fixed
* Indentation fixed
* JAX-RS API using Jersey [BAEL-558]
* JAX-RS API using Jersey [BAEL-558]
* Modifications made to remove xml
* applicationContext.xml removed
* All try catch moved to ExceptionMapper
* fixes
* review comments incorporated
* module renamed
* First test with log4j rolling appenders
* small fix
* Log4j rolling appender
* First set up with rolling file on log4j 2
* Added logback code.
* log4j2 more detailed example
* log4j2 more detailed example
* Improved names and examples
* Fixed configurations
* improved configs
* formatted
* Final fix
* fixed formatting
* Formatting fix
* Fix sample apps to avoid try / catch
* Fix request to replace files
* Fix end lines
* Log4j2 logger is shot down at the end.
* Initial commit, the server starts launched from maven
* made room for client and server projects
* made room for client and server projects
* base example works
* poms restructured
* packages restructured
* packages restructured
* Some renaming and a proper formatting string
* Small renamings
* Small renamings
* Fixed invoked URL in client through fixing bean name
* Add NDC and JBoss Logging to the demo application
* NDC for Log4j, Log4j2 and JBoss Logging
* Simplify NDC example by making it a single operation instead of two
* Make NDC example as RestController, Use JBoss Logging only as a logging bridge
* Fix merge conflicts in pull request - log-mdc pom.xml updated
* BAEL-445 Update to Spring security SpEL example
* BAEL-445: Change tabs to spaces in the updated code
* BAEL-245: Add Enum Serialization exmaple
* BAEL-245: Remove the folder jackson/src/test/java/com/baeldung/jackson/dtos/withEnum as the example is not used anymore
* Add more enum serialization examples to align with previous example and prevent build fail
* Fix the requested changes
* Split into smaller methods
* Split into smaller methods
* Remove apache dependency and split into smaller methods
* Add unit tests