* [JAVA-16376] Moved quarkus-modules to jdk9-and-above profile
* [JAVA-18171] Moved reactive-systems module to jdk9-and-above profile
* [JAVA-18170] Moved rxjava-modules to jdk9-and-above profile
* [JAVA-18165] Moved patterns-modules to jdk9-and-above profile
* [JAVA-18168] Upgraded quarkus version
* [JAVA-16394] Moved groovy modules to jdk9-and-above profile
* [JAVA-18165] Reverted changes for pattern-modules
* [JAVA-16394] Upgraded dependencies to latest versions
* [JAVA-18134] Upgraded guava-modules to java 11 and moved to jdk9-and-above profile
* [JAVA-16394] Fixed groovy-eclipse-batch dependency version
---------
Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
* Deep & Shallow Copy
* Revert "Deep & Shallow Copy"
This reverts commit 62f75b002a21feb90c0b6be02072356b64284283.
* duplicates in a list in java
* Unit test changes
* unit test changes
* Tests change after review
* Code formatted
* code formatted
* new module core-java-lang-6
* entry in parent pom and test setup method name change
* module renamed
* parent pom entry added
* pom.xml changes reverted
* BAEL-5549: feat: Hibernate Keywords - using keywords as table column names
* BAEL-5549: feat: Hibernate Keywords - using keywords as table column names
* BAEL-5549: feat: Hibernate Keywords - using keywords as table column names
* BAEL-5549: fix: Hibernate Keywords - alter the "where" value to make sure it is obvious that it is not the value but the @Column that is causing the error.
* BAEL-5549: doc: Hibernate Keywords - revert README changes
* JAVA-14723 Convert spring-mvc-basics-4 to Spring Boot project and update articles
* JAVA-14723 Refactoring and remove unused files
* JAVA-14723 remove the WEB-INF and migrate jsp to html
* JAVA-14723 Add back the removed test and rename the test into: ArticleViewerControllerWithRequiredAttributeIntegrationTest
---------
Co-authored-by: timis1 <noreplay@yahoo.com>
* BAEL-6100-Add-example-code-for-integer-array-to-strings-using-streams-tutorial
* BAEL-6100 remove wrongly added README update
* BAEL-6100 Add interger array to single string example
* BAEL-6100 Correct typo in test class name
* Add example for Awaitility and Thread.sleep comparison
* Fix unit test method name and indentation.
* Use property in pom.xml for awaitility dependency version.
---------
Co-authored-by: Uhrin Attila <attila.uhrin@frontendart.com>