* removed BenchmarkUnitTest from cove-java-8
* Removed StreamsOrderingUnitTest from core-java-8
* Removed test annotation from the unit test
This test will not need to be run manually.
* Add code for the article 'Java Primitives versus Objects'
* Use JMH for benchmarking the primitive and wrapper classes
* Uncomment the benchmarks and remove unused class
* Add Long/long to the benchmark
* Remove assertions from the benchmarks
* Add the java docs
* Convert time in preferred time zone using Java 7, 8 and Joda-time
* Update the code as per review comments
* Incorporate review comments
* Incorporate review changes
* Use snippets from unit test only
* BAEL-1766: Update README
* BAEL-1853: add link to article
* BAEL-1801: add link to article
* Added links back to articles
* Add links back to articles
* BAEL-1795: Update README
* BAEL-1901 and BAEL-1555 add links back to article
* BAEL-1849 - Convert from String to Date in Java
* BAEL-1863 - Calling Callbacks with Mockito
* BAEL-1889 - Let's move the Java Number articles into a new module
* BAEL-1889 - Let's move the Java Number articles into a new module
* 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