* abh.swar@gmail.com: Code check-in for article on Spring WebFlux
1. EmailWebClient is the client that subscribes to the data from WebFlux server
2. EmailGenerator generates one email per second randomly
3. EmailHandler and EmailRouter deal with handling of request of the subscriber
4. Email is the POJO for data transmitted by the server
* Code check-on for (http://jira.baeldung.com/browse/BAEL-1897) How to increment a Date by one day
- Added code and test to increment date by one day using java 8 and joda-time
- Added joda-time 2.10 dependency in pom.xml
* Revert "abh.swar@gmail.com: Code check-in for article on Spring WebFlux 1. EmailWebClient is the client that subscribes to the data from WebFlux server 2. EmailGenerator generates one email per second randomly 3. EmailHandler and EmailRouter deal with handling of request of the subscriber 4. Email is the POJO for data transmitted by the server"
This reverts commit 6254ad9
* Code check-on for (http://jira.baeldung.com/browse/BAEL-1897) How to increment a Date by one day
- Added code and test to increment date by one day using java.util.Calendar and ApacheCommons and unit tests for it
- Used properties for ${joda.version}
- Formatted the code using IntelliJ formatter
- Renamed DateIncrementerTest to DateIncrementerUnitTest
- Changed test method names to follow _given_when_then convention
* Code check-on for (http://jira.baeldung.com/browse/BAEL-1897) How to increment a Date by one day
- Removed unnecessary comment
* Code check-on for (http://jira.baeldung.com/browse/BAEL-1897) How to increment a Date by one day
- Corrected the order of parameters of assertEquals() method
* BAEL-1846: Java Image to Base64 String
* Move from using main method to Junit test
* Update to use environment variables for testing
* reformat and add test file
* 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
* Added parent module on poms that have no parent defined
* Removed dependency reduced pom from undertow module
* [BAEL-6556] - Next set of testcase renamed
* 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
* 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-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
* Different Types of Bean Injection in Spring
* BAEL-1585
* Revert "Different Types of Bean Injection in Spring"
This reverts commit ae47827879.
* Revert "BAEL-1585"
This reverts commit e792f17f82.
* BAEL-1585
* rev1
* BAEL-1600 Internationalization and Localization in Java 8
The essential code for the article.
* BAEL-1600 Internationalization and Localization in Java 8
The essential code for the article.
* BAEL-1600 Internationalization and Localization in Java 8
JUnit test names fixed.
Default Timezones set.
* BAEL-1600 Internationalization and Localization in Java 8
Default Timezones set.
* Added for BAEL-1584
* updated for BAEL-1584
* Updated as per Suggestions from Josh, for BAEL-1584
* Removed wrapper class and updated few methods to return boolean instead of Integer
* BAEL-1539 Added list, set and map shuffling code exaamples
* #BAEL-1539 fixed a typo
* #BAEL-1539 refactored sample code, added unit tests
* #BAEL-1539 Added unit tests and example for shuffling with custom randomness
* #BAEL-1539 removed source code and kept only tests as tests are sufficient code sample themselves
* #BAEL-1539 updated map shuffling example to use lambdas
* #BAEL-1539 lambda refactoring
* #BAEL-1539 updated map shuffling logic to shuffle entryset instead of keyset
* BAEL-1539 Added list, set and map shuffling code exaamples
* #BAEL-1539 fixed a typo
* #BAEL-1539 refactored sample code, added unit tests
* #BAEL-1539 Added unit tests and example for shuffling with custom randomness
* #BAEL-1539 removed source code and kept only tests as tests are sufficient code sample themselves
* #BAEL-1539 updated map shuffling example to use lambdas
* #BAEL-1539 lambda refactoring
* Fixed an indentation
* New code for First Article 'Types of Bean Injection'
* Adding code for BAEL-1306
* Code changes for BAEL-1306
* Removed code of my evaluation article
* Simplified code to use number arrays BAEL-1306
* Simplified code for BAEL-1306
* Code commit for BAEL-1437
* Removed code that was added for BAEL-1437
* Code commit for BAEL-1437
* BAEL-1375 Counter in Java.
* BAEL-1375 Frequency counter in java.
* BAEL-1375 Refactored method names.
* BAEL-1375 refactored code.
* BAEL-1375 Fixed the test
* BAEL-1375 updated code to include parallel stream.
* initial commit for first article evaluation
* fixed compilation error
* removed final keywords for compliance
* added unit tests and refactored as needed
* refactored application-context.xml to use self-closing tags
* renamed tests to use UnitTest suffix
* removed unnecessary annotation
* added code samples for primitive streams
* removed sample code and tests for evaluation article
* renamed unit test to proper unit test naming
* added a test to show boxed method
* added the assertion to the test fox boxed
* changed mapToInt test to use Arrays.asList instead of a POJO as per Grzegorz and Eugen
* BAEL-1344 add java8 convert methods date, localdate, localdatetime
* BAEL-1344 add java9 example
* Move Date to LocalDate and LocalDateTime converters from core-java-8 to core-java-9
* Updated readme.md
* Updated readme.md
* Updated readme.md
* Updated readme.md
* Updated readme.md
* Updated readme.md
* Updated readme.md
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Updated readme.md
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Updated readme.md
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Updated readme.md
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Updated readme.md
* Updated readme.md
* Created README.md and added relevant articles
* Created README.md and added relevant articles