* JAVA-16779 Removed kubernetes-spring from the kubernetes-modules
- Removed kubernete-spring from the parent pom of kubernetes-modules
since it is a JDK11 module
* JAVA-16779 Converted KinesisApplicationIntegrationTest to ManualTest
- Converted KinesisApplicationIntegrationTest to ManualTest since it
needs working AWS credentials to work
- Added missing properties
* consistent read unit test
* unit test to show consistency in writing to the same key of map
* testing writes at different map key
* fix to bugs on test 1 and 2
* removing repeated tests
* Added test class for a simple shallow copy and deep copy
* Added test class for a simple shallow copy and deep copy
* refactor naming of test method
* formatted
* refactor test whenIsAShallowCopyDoneByCopyConstructor_thenImmutableObjectWillNotChange
* Renamed package and added md file
* refactor README.md
* first push
* refactor
* Revert "refactor README.md"
This reverts commit eae77c453b.
* Revert "Renamed package and added md file"
This reverts commit 42c6f97cbd.
* Revert "refactor test whenIsAShallowCopyDoneByCopyConstructor_thenImmutableObjectWillNotChange"
This reverts commit 44fb57fe2b.
* Revert "formatted"
This reverts commit 44be87ef25.
* Revert "refactor naming of test method"
This reverts commit 6133c31057.
* Revert "Added test class for a simple shallow copy and deep copy"
This reverts commit 2cae083578.
* Revert "Added test class for a simple shallow copy and deep copy"
This reverts commit f43312e2c1.
* Merge prohect java-supplier-callable to project core-java-lambdas
* adjusted package name
* removed AbstractAgeCalculator.java
* added test for supplier-callable
Co-authored-by: Cesare <cesare.valenti@hotmail.com>
- Using split() method of String class
- Using StringTokenizer class
- Using split() utility method of the StringUtils class
Co-authored-by: Tapan Avasthi <tavasthi@Tapans-MacBook-Air.local>
* BAEL-5617 Handle classes with the same name in Java
code samples
* BAEL-5617 Handle classes with the same name in Java
update project module
* BAEL-5754 Convert a List of String to a comma-separated String
code samples
* BAEL-5754 update unit test class name
* BAEL-5754 update unit test methods naming
* BAEL-5754 update tests order so to reflect the article
* BAEL-5754 align code to article
* BAEL-5525 add mainClass and layout configuration to the spring boot maven plugin
* BAEL-5927: Sorting a HashSet in Java
* BAEL-5927: Sorting a HashSet in Java (Refacto)
* BAEL-5927: Sorting a HashSet in Java (Refacto)
* BAEL-5927: Sorting a HashSet in Java (Refacto)