* Move lombok-module to jdk9-and-above group (excluded lombok-custom)
* Update lombok version
* JAVA-18157: Update lombok version for lombok submodule, and add compiler plugin
* [BAEL-6165] AWS Secrets Manager integration with Spring Boot for DB.
* [BAEL-6165] Add other types of secrets as example
* [BAEL-6165] externalize version to properties
* [BTL-6165] create UserController
---------
Co-authored-by: Lukasz Wlodkowski <lukasz.w@bluestonepim.com>
* BAEL-6229: committing new example for loading multiple yaml configuration files
* BAEL-6229: updating README.md
* BAEL-6229: adding example one code, commented out
* Revert "BAEL-6229: updating README.md"
This reverts commit 51cd2dcf97f797aa6a723888fd246ef0142242a3.
* BAEL-6229: adding comments around commented out code for first example.
* JAVA-18167 Upgrade persistence-modules to JDK 11 (activejdbc and core-java-persistence)
* JAVA-16167 Update pom.xml to include just the updated modules
* JAVA-18167 Added vaadin because it looks that I removed
* JAVA-18167 Migration deltaspike
* JAVA-18167 Migration hbase module
* JAVA-18167 Migration hibernate-mapping-2
* JAVA-18167 Migration hibernate-exceptions
* JAVA-18167 Migration hibernate-jpa module
* JAVA-18167 Migration hibernate-jpa change the name of User entity
* JAVA-18167 Overwriting the version of slf4j and logback for hibernate-jpa
* JAVA-18167 Migrate deltaspike back to jdk8
* JAVA-18167 Remove some modules that was added elsewhere
* Revert "JAVA-18167 Migration deltaspike"
This reverts commit 874b4ba2
* JAVA-18167 Comment failed module (it will be migrated later)
---------
Co-authored-by: timis1 <noreplay@yahoo.com>
* Creating a deep vs shallow copy of an object in Java
* Creating a deep vs shallow copy of an object in Java
* Baeldung article converting number bases
* Baeldung article converting number bases
* edits made to Converting a Number from One Base to Another in Java
* added braces to oneliners
* added precondition to check input
* String[] vs String...
* helper vs Utility classes
* helper vs utility classes code
* helper vs utility classes refactor
* utility vs helper class
* Helper vs utility
* helper vs utility classes
* refactor package name
* Revert "refactor package name"
This reverts commit d9464aa2de272b75ff7efe1c5ffb4de7fd4506e0.
* renamed package
* Java-19389 : commits made for adding two new test cases for UUID use:
* Java-19389 : commits made for adding two new test cases for UUID use:
* JAVA-19389: Changes made for incorporating review comments