* [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
* BAEL-1216: improve tests
* BAEL-1448: Update Spring 5 articles to use the release version
* Setting up the Maven Wrapper on a maven project
* Add Maven Wrapper on spring-boot module
* simple add
* BAEL-976: Update spring version
* BAEL-1273: Display RSS feed with spring mvc (AbstractRssFeedView)
* Move RSS feed with Spring MVC from spring-boot to spring-mvc-simple
* BAEL-1285: Update Jackson articles
* BAEL-1273: implement both MVC and Rest approach to serve RSS content
* RSS(XML & Json) with a custom model
* BAEL-1273: remove a resource
* BAEL-1519: Guide to scribejava
* BAEL-1273: improve xml representation
* Fix pom
* BAEL-1587: JUnit 5 upgrade
* BAEL-1216: improve tests
* BAEL-1448: Update Spring 5 articles to use the release version
* Setting up the Maven Wrapper on a maven project
* Add Maven Wrapper on spring-boot module
* simple add
* BAEL-976: Update spring version
* BAEL-1273: Display RSS feed with spring mvc (AbstractRssFeedView)
* Move RSS feed with Spring MVC from spring-boot to spring-mvc-simple
* BAEL-1285: Update Jackson articles
* BAEL-1273: implement both MVC and Rest approach to serve RSS content
* RSS(XML & Json) with a custom model
* BAEL-1273: remove a resource
* BAEL-1519: Guide to scribejava
* BAEL-1273: improve xml representation
* Fix pom
* BAEL-1216: improve tests
* BAEL-1448: Update Spring 5 articles to use the release version
* Setting up the Maven Wrapper on a maven project
* Add Maven Wrapper on spring-boot module
* simple add
* BAEL-976: Update spring version
* BAEL-1273: Display RSS feed with spring mvc (AbstractRssFeedView)
* Move RSS feed with Spring MVC from spring-boot to spring-mvc-simple
* BAEL-1285: Update Jackson articles
* BAEL-1273: implement both MVC and Rest approach to serve RSS content
* RSS(XML & Json) with a custom model
* BAEL-1273: remove a resource
* adding producer side sample for spring-cloud-contract
* adding consumer side sample for spring-cloud-contract
* removing un neccessary code
* adding latest version for spring-cloud-contract in both producer and consumer
* adding producer dependency in consumer
* refactoring after review-1
* refactoring after review-2
* refactoring after review-3