* java 8 stream code so far
* more examples
* code change
* fix test names
* fix unit test
* move code to correct location
* more unit tests
* more tests
* [BAEL-1536] A Guide to the Resource Bundle
The essential code for the article
* [BAEL-1536] A Guide to the Resource Bundle #2
The essential code for the article after the first article review.
* [BAEL-1536] A Guide to the Resource Bundle #3
Essential changes after the second review.
* [BAEL-1536] A Guide to the Resource Bundle #4
Essential changes after the second review:
- Doubles to BigDecimals
* Squashed commit of the following:
commit b31955df9638a6217a804e61faa230d8eacb293b
Author: Juan Moreno <earth001@gmail.com>
Date: Wed Feb 21 22:45:52 2018 -0300
Sample code for BAEL-1159 - Working with Kotlin and JPA - earth001@gmail.com
* Squashed commit of the following:
commit 4e6e27c914a401ee6bc599c7ffe913384137646a
Author: Juan Moreno <earth001@gmail.com>
Date: Wed Feb 21 23:26:20 2018 -0300
Fix package names
commit b31955df9638a6217a804e61faa230d8eacb293b
Author: Juan Moreno <earth001@gmail.com>
Date: Wed Feb 21 22:45:52 2018 -0300
Sample code for BAEL-1159 - Working with Kotlin and JPA - earth001@gmail.com
* 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-1490 First examples, Maven setup
* BAEL-1490 Each checker has its own source file
* BAEL-1490 Added checker for String.format
* BAEL-1490 The Checker Framework and Java Pluggable Type Systems
* Added comments, removed example that is probably too technical for a brad audience.
* Spring Cloud Task modules are added.
* Unnecessary files are removed.
* All Sysout are replaced by Logger from Util.
* class name is fixed in Logger.
* Spring cloud task batch module POM updated with dependencies from Maven
Central.
* Links are removed and unnecessary comments are removed from POM.
* BAEL-1422: measure performance of Random and ThreadLocalRandom using JMH
* BAEL-1422: updated benchmarking examples of Random and ThreadLocalRandom to use newWorkStealingPool that leverages ForkJoinPool
* BAEL-1422: refactored benchmarking examples for comparing performance of ThreadLocalRandom and Random
- initialised the collection of Callable before running benchmarking
- removed for loop for submitting task and instead used executor.invokeAll(collection_of_callable)
* BAEL-1282: added TDD type junit tests for geospatial queries elasticsearch
* BAEL-1524: added example for chain of responsibility design pattern
* BAEL-1524: added BDD style jUnit test to test unknown handler in ChainOfResponsibility design pattern
* BAEL-1524: refactored ChainOfResponsibility design pattern example
* BAEL-1524: refactored ChainOfResponsibility design pattern example
* BAEL-1524: updated ChainOfResponsibility design pattern example
* BAEL-1524: updated ChainOfResponsibility design pattern example