* Quartz example for article: Introduction to Quartz
* Adding new module for Java Quartz
* Removing Quartz code from jee7 module
* Fixing folder structure
* Dependency Injection examples
Dependency Injection examples for evaluation article
* Junit test cases added for dependency injection
Junit test cases added for dependency injection
* ClassNotFoundException vs NoClassDefFoundError
Example to reproduce ClassNotFoundException & NoClassDefFoundError
* JUnit test cases for ClassNotFoundException & NoClassDefFoundError
test cases to reproduce ClassNotFoundException & NoClassDefFoundError
* Deleting exampls for evaluation article
* BAEL-831 Examples for ClassNotFoundException & NoClassDefFoundError
* BAEL-831 Removed wrapper class
* Removing evaluation article example
* BAEL-831 removed wrapper class
* Burlap & Hessian server added
* Burlap & Hessian client work
* Fixed main
* Fixed formatting
* Spring Remote example based on Burlap & Hessian runs in a JUnit test
* Fixed main
* Fixed formatting
* Spring Remote example based on Burlap & Hessian runs in a JUnit test
* Spring Remote example based on Burlap & Hessian runs in a JUnit test
* Burlap & Hessian client work
* Fixed main
* Fixed main
* Fixed formatting
* Fixed formatting
* Spring Remote example based on Burlap & Hessian runs in a JUnit test
* Spring Remote example based on Burlap & Hessian runs in a JUnit test
* Fixed POM
* first step, compile
* works!
* works with proper list of trusted packages
* works the SpringBoot style
* Fixed indentation.
* Example Code For Evaluation Article
This is an example code for the evaluation article on "Different Types of Bean Injection in Spring"
* Added unit tests
* Minor changes to application context
* BAEL-823 Iterating over enum values in Java
* Removed code committed for evaluation article
* Dependency Injection examples
Dependency Injection examples for evaluation article
* Junit test cases added for dependency injection
Junit test cases added for dependency injection
* ClassNotFoundException vs NoClassDefFoundError
Example to reproduce ClassNotFoundException & NoClassDefFoundError
* JUnit test cases for ClassNotFoundException & NoClassDefFoundError
test cases to reproduce ClassNotFoundException & NoClassDefFoundError
* Deleting exampls for evaluation article
* BAEL-831 Examples for ClassNotFoundException & NoClassDefFoundError
* deleting config file for evaluation article
deleting config file for evaluation article
* 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
* BAEL-611: Minor formatting changes
* BAEL-611: Update Test case method names
* BAEL-611 Add JAX-WS client and JUnit Test
* BAEL-245: Issue 1753. Fix the typo - change from writeNumber() to writeString()
* BAEL-741: Spring Security Multiple Authentication Providers
* BAEL-741: Spring Security Multiple Authentication Providers
* Remove unnecessary change in pom.xml
* BAEL-900 Guide to dynamic tests in Junit 5
* BAEL-900 Guide to Dynamic Tests in Junit 5
* Revert "BAEL-900 Guide to Dynamic Tests in Junit 5"
This reverts commit d0d45c9067223347da20d0f2c80de391fcade38e.
* BAEL-900 Guide to Dynamic Tests in Junit 5
* adam.zawada@gmail.com - Different Types of Bean Injection in Spring
* adam.zawada@gmail.com - Different Types of Bean Injection in Spring
switch to Java based configuration
* BAEL-895 calculate the period/duration between two dates in Java 8
* clean old PR
* BAEL-923 How to inject a value from properties to a class not managed by Spring?
* clean PR