* How to disable swagger in production example.
* Add new module in main pom.
* fix pom formatting
* Replace tabs with spaces.
* Move to article-specific package.
Co-authored-by: Cristian Stancalau <cstancalau@consultant.ffn.com>
* JAVA-2154: Removed module, now split into guava-utilities and guava-core
* JAVA-2154: Removed module, articles moved to new module guava-core
* JAVA-2154: Moved module inside guava-modules
* JAVA-2154: Moved module inside guava-modules
* JAVA-2154: Moved module inside guava-modules
* JAVA-2154: Moved module inside guava-modules
* JAVA-2154: Moved 1 article to guava-collections
* JAVA-2154: New module guava-collections-list
* JAVA-2154: New module guava-core
* JAVA-2154: New module guava-utilities
* JAVA-2154: Updated README, removed extra article reference
* JAVA-2154: parent module pom changes
* JAVA-2154: main pom changes - removed guava related modules as they have
been shifted inside guava-modules
* JAVA-2154: rearranged and moved module inside guava-modules folder
* BAEL-3491 - Check for null before calling parse in the
Double.parseDouble
* BAEL-3491 - Check for null before calling parse in the
Double.parseDouble
- Return to indentation with spaces.
* BAEL-3854 - Pattern Matching for instanceof in Java 14
* BAEL-3854 - Pattern Matching for instanceof in Java 14 - add unit test
* BAEL-3868 - Fix the integrations tests in mocks
* BAEL-3925 - How to call Python from Java
* BAEL-3925-How to call Python from Java
* BAEL-3925-How to call Python from Java
Co-authored-by: Jonathan Cook <jcook@sciops.esa.int>
* BAEL-3491 - Check for null before calling parse in the
Double.parseDouble
* BAEL-3491 - Check for null before calling parse in the
Double.parseDouble
- Return to indentation with spaces.
* BAEL-3854 - Pattern Matching for instanceof in Java 14
* BAEL-3854 - Pattern Matching for instanceof in Java 14 - add unit test
* BAEL-3868 - Fix the integrations tests in mocks
* BAEL-3925 - How to call Python from Java
Co-authored-by: Jonathan Cook <jcook@sciops.esa.int>
* BAEL-3895 : HTTP/2 in Netty
* BAEL-3895: Added Live Test in place of java client
* BAEL-3895: Commented out netty module from main pom as it needs Java 13