-
Dhawal Kapil authored
* Bump to Groovy `3.0.8` * SQL queries conventions * Test `JsonGenerator` * Align tests with `Spock` testing framework * Reformat and single liner `read*` methods * Minor fixes for Trait subject * Align tests with `Spock` testing framework * Minor fixes for Trait subject * fix: Typos in Avro module * Data Type in Groovy: align with `Spock` testing framework * Metaprogramming: Align with groovy version `3.0.8` and use spock testing framework * Categories: code reformat * Maps in Groovy: convert to spock test framework * Finding Elements in Collections in Groovy: refactor to use spock testing framework * Lists in Groovy: refactor to use spock testing framework * A Quick Guide to Iterating a Map in Groovy: refactor to use spock testing framework * How to Remove a Prefix From Strings in Groovy: refactor to use spock testing framework * added code of collections-vs-stream * added setup and teardown method * rename the package * removed unwanted code * removed transactional annotation * renamed the Test class * Feature/bael 6101 singleton (#13325) * BAEL-6101: singleton bean and pattern example * BAEL-6101: change package * BAEL-6101: refactor * BAEL-6101: refactor * BAEL-6101: PR comment fix * [BAEL-5788] Accessing Private Constructor * BAEL-6097: Pitfalls on Testing with Spring Boot (#13441) * BAEL-6097: Create project * BAEL-6097: Implement sample code and tests with custom test slices * BAEL-6097: Fix application-test.yml * BAEL-6097: Rename tests to match BDD naming strategy, add test for Mapper Integration Test * Difference Between Function(String… args) and Function(String[] args) (#13473) * BAEL-6210: Examples for RethinkDB article (#13481) * JAVA-17608 Restored AtomicInteger default increment method * [JAVA-16376] Moved apache-poi, apache-velocity,di-modules,asciidoctor… (#13461) * [JAVA-16376] Moved apache-poi, apache-velocity,di-modules,asciidoctor,aws-modules to jdk9-and-above profile * [JAVA-16376] testing war plugin * [JAVA-16376] Upgraded asciidoctor dependencies * [JAVA-16376] Upgraded lombok version * [JAVA-16376] Upgraded guice version * [JAVA-16376] Clean up properties * BAEL-6046 - MongoDB - Field Level Encryption (#13440) * bael-6046 - first draft * review 1 * review 2 * null checks and lambda * BAEL-6162: Code examples from article (#13458) * Code example from article * BAEL-6162: Add unit tests * Rename test class * Updated Instancio version * [JAVA-16376] Moved spring-reactive-modules to jdk9-and-above profile (#13470) * [JAVA-16376] Moved spring-reactive-modules to jdk9-and-above profile * [JAVA-16376] Upgraded geotools dependencies and moved module to jdk9-and-above profile * [JAVA-16376] Replaced vividsolutions artifact with locationtech * [JAVA-16376] Moved data-structures to jdk9-and-above profile * [JAVA-16376] Moved deeplearning4j module to jdk9-and-above profile --------- Co-authored-by:
Dhawal Kapil <dhawalkapil@gmail.com> * BAEL-5288 Code for the Map Date Types With openapi generator article (#13467) Co-authored-by:
thibault.faure <thibault.faure@mimacom.com> * Update README.md [skip ci] * Update README.md [skip ci] * Update README.md [skip ci] * Update README.md [skip ci] * Update README.md [skip ci] * Update README.md [skip ci] * Update README.md [skip ci] * Update README.md [skip ci] * Update README.md [skip ci] * Update README.md [skip ci] * Create README.md [skip ci] * Update README.md [skip ci] * Update README.md [skip ci] * Update README.md [skip ci] * Update README.md [skip ci] * [2lists-to-map] Combining Two Lists into a Map in Java (#13484) * [2lists-to-map] Combining Two Lists into a Map in Java * [2lists-to-map] rename package * JAVA-17429 Upgrade to latest spring-boot-2 (#13480) * [BAEL-6027] Add example for Awaitility and Thread.sleep comparison (#13450) * 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> * BAEL-6100-Add-example-code-for-integer-array-to-strings-using-streams… (#13375) * 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 * BAEL-4487 remove padding that causes non-deterministic behaviour (#13425) * BAEL-6046 - MongoDB - Field Level Encryption (#13494) * [JAVA-6143] java copy from one hashmap to another (#13497) Co-authored-by:
Bhaskar <bhaskar.dastidar@freshworks.com> * Update README.md [skip ci] * Update README.md * Update README.md * Bael 5190: Verify Digital Signatures in Java article (#13439) * #BAEL-5190: add keystore and certificate files * #BAEL-5190: add keystore address * #BAEL-5190: update hashing * #BAEL-5190: delete main classes * #BAEL-5190: move keystore files to test directory * #BAEL-5190: rename to DigitalSignatureUtils * #BAEL-5190: main source code * #BAEL-5190: main test source * #BAEL-5190: update for testing * #BAEL-5190: update keystore type * #BAEL-5190: remove p12 keystores * #BAEL-5190: add jks keystores --------- Co-authored-by:
h_sharifi <h_sharifi@modernisc.com> * BAEL-6154: Migrate from Java 8 to Java 17 + tests (#13474) * BAEL-4971 - Object mapping with Cassandra (#13427) * BAEL-4971 - Object mapping with Cassandra * BAEL-4971 - Object mapping with Cassandra * BAEL-4971 - Object mapping with Cassandra - changing test name * BAEL-4971 - Object mapping with Cassandra - code formatting * BAEL-4971 - Object mapping with Cassandra - review incorporation * JAVA-17818 Split or move spring-cloud-openfeign module (conti-2) (#13485) Co-authored-by:
timis1 <noreplay@yahoo.com> * JAVA-2420 Merge spring-apache-camel and spring-boot-camel modules (#13409) * JAVA-2420 Merge spring-apache-camel and spring-boot-camel modules * JAVA-2420 Migrate spring-boot-camel to spring-apache camel * JAVA-2420 Update README.md file * JAVA-2420 Remove spring-boot-camel --------- Co-authored-by:
timis1 <noreplay@yahoo.com> * JAVA-14723 Convert spring-mvc-basics-4 to Spring Boot project and upd… (#13399) * 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> * JAVA-18445 Cleanup un-committed or un-ignored artifacts - Week 6 - 2023 (conti-1) (moved-1) (#13510) Co-authored-by:
timis1 <noreplay@yahoo.com> * JAVA-18132 Upgrade custom-pmd module to JDK 11 (#13500) Co-authored-by:
timis1 <noreplay@yahoo.com> * BAEL-6069: Exclude dependency in a Maven plugin (#13508) * BAEL-5549: feat: Hibernate Keywords - using keywords as table column names (#13355) * 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-18124] Moved apache-libraries module to jdk9-and-above profile (#13502) * [JAVA-18124] Moved apache-libraries module to jdk9-and-above profile * [JAVA-18124] Upgrade beam version * BAEL-5912 Introduction to RoaringBitmap (#13326) * Finding All Duplicates in a List in Java- BAEL-6075 (#13291) * Deep & Shallow Copy * Revert "Deep & Shallow Copy" This reverts commit 62f75b00 . * 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 6069 (#13521) * BAEL-6069: Exclude dependency in a Maven plugin * BAEL-6069: rename project * [JAVA-16376] Moved quarkus-modules to jdk9-and-above profile (#13487) * [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> --------- Co-authored-by:
Alex Golub <a12thu@gmail.com> Co-authored-by:
gantoin <gantoin@pm.me> Co-authored-by:
Amit Kumatr <amit.kumar@fyndna.com> Co-authored-by:
Daniel Strmecki <daniel.strmecki@gmail.com> Co-authored-by:
Stef Serban-Cristian <stef.serban.cristian@gmail.com> Co-authored-by:
Ralf Ueberfuhr <40685729+ueberfuhr@users.noreply.github.com> Co-authored-by:
davidmartinezbarua <davmb5@gmail.com> Co-authored-by:
Iniubong LA <arthurshur@gmail.com> Co-authored-by:
Graham Cox <graham@grahamcox.co.uk> Co-authored-by:
Anastasios Ioannidis <anastasios.ioannidisa@gmail.com> Co-authored-by:
Loredana Crusoveanu <lore.crusoveanu@gmail.com> Co-authored-by:
panos-kakos <102670093+panos-kakos@users.noreply.github.com> Co-authored-by:
Ulisses Lima <ulisseslima@users.noreply.github.com> Co-authored-by:
Michael Pratt <prattm@gmail.com> Co-authored-by:
Arman Sharif <armandino@gmail.com> Co-authored-by:
thibaultfaure <thibault.faure.pro@gmail.com> Co-authored-by:
thibault.faure <thibault.faure@mimacom.com> Co-authored-by:
edizor <113095366+edizor@users.noreply.github.com> Co-authored-by:
Kai Yuan <kent.yuan@Gmail.com> Co-authored-by:
Anastasios Ioannidis <121166333+anastasiosioannidis@users.noreply.github.com> Co-authored-by:
AttilaUhrin <uhrin.attila1@gmail.com> Co-authored-by:
Uhrin Attila <attila.uhrin@frontendart.com> Co-authored-by:
sam-gardner <53271849+sam-gardner@users.noreply.github.com> Co-authored-by:
Shaun Phillips <61982125+ShaPhi7@users.noreply.github.com> Co-authored-by:
Bhaskar Ghosh Dastidar <dastidar.bhaskar@gmail.com> Co-authored-by:
Bhaskar <bhaskar.dastidar@freshworks.com> Co-authored-by:
Hamid Reza Sharifi <hmdrzsharifi@gmail.com> Co-authored-by:
h_sharifi <h_sharifi@modernisc.com> Co-authored-by:
Palaniappan Arunachalam <palaniappan.ar@gmail.com> Co-authored-by:
Abhinav Pandey <abhinavpandey312@gmail.com> Co-authored-by:
timis1 <12120641+timis1@users.noreply.github.com> Co-authored-by:
timis1 <noreplay@yahoo.com> Co-authored-by:
ACHRAF TAITAI <43656331+achraftt@users.noreply.github.com> Co-authored-by:
Grzegorz Musiał <grzegorz@musial.tk> Co-authored-by:
alemoles <alemolerio@gmail.com> Co-authored-by:
2406ankita <41814570+2406ankita@users.noreply.github.com>
aa6dd118
To learn more about this project, read the wiki.