Commit Graph

  • 40311d3dd6 docs: Fix documentation errors (#2337) WuLang 2022-12-04 17:10:35 +08:00
  • cececd4f64 dependencies: replace json-simple with gson (#2358) Robert Volkmann 2022-12-04 10:05:24 +01:00
  • 7a3d617769 refactoring: reduce logs (#2370) Robert Volkmann 2022-12-04 10:01:05 +01:00
  • 18b04db103 dependencies: remove mongodb uber artifact (#2356) Robert Volkmann 2022-12-04 09:55:33 +01:00
  • 0793c50363 build: Set Java language level (#2380) Ilkka Seppälä 2022-12-03 20:46:22 +02:00
  • c5075c4783 docs: add HeVictor as a contributor for doc (#2372) allcontributors[bot] 2022-12-01 19:01:43 +02:00
  • d16d143371 docs: extend naked-objects README (#2362) (#2363) Victor He 2022-12-02 03:57:04 +11:00
  • 9600a69b1e dependencies: make acyclic-visitor compatible with Java 11 (#2359) Robert Volkmann 2022-12-01 17:38:52 +01:00
  • 37bfecce30 feature: build with Java 17 (#2331) Robert Volkmann 2022-11-30 18:02:38 +01:00
  • d20993a9f8 fix: Fix CI build failure (#2367) Ilkka Seppälä 2022-11-30 08:44:04 +02:00
  • 4bc53642ee refactor: minor update Ilkka Seppälä 2022-11-29 21:16:34 +02:00
  • a7dc6290a9 dependencies: Upgrade mockito 3.5 to 4.5 (#2316) kongleong86-feature1 Robert Volkmann 2022-11-20 09:16:53 +01:00
  • a65a41709d Update repository/src/test/java/com/iluwatar/repository/AnnotationBasedRepositoryTest.java Ilkka Seppälä 2022-11-29 19:55:35 +02:00
  • 012ffb3028 Update repository/src/test/java/com/iluwatar/repository/RepositoryTest.java Ilkka Seppälä 2022-11-29 19:55:14 +02:00
  • 030432c8f9 Move import up KONG LEONG LEE 2022-11-13 22:05:45 +08:00
  • 773ec856b4 Remove redundant casts. KONG LEONG LEE 2022-11-13 21:26:17 +08:00
  • eaf4f498d3 Refactor unit tests without depending on Guava KONG LEONG LEE 2022-10-26 23:25:44 +01:00
  • 6a5b26e1b8 Feature: remove eip and cloud patterns (#2354) Robert Volkmann 2022-11-29 18:43:40 +01:00
  • 1aa1196c19 docs: add bhati00 as a contributor for translation (#2361) allcontributors[bot] 2022-11-23 21:04:33 +02:00
  • 67a5aaa14c translation: Corrected the incorrect YAML fontmatter . (#2298) Prince bhati 2022-11-24 00:33:18 +05:30
  • 8c3cc7df62 docs: Update README.md (#2334) YosefSiebzener 2022-11-23 13:37:32 -05:00
  • 10fb952d85 feature: remove naked objects implementation (#2336) Robert Volkmann 2022-11-21 17:59:09 +01:00
  • cc6ac612f0 refactor: update korean image links Ilkka Seppälä 2022-11-20 20:19:25 +02:00
  • fc6cd04440 docs: Fix Korean template method yaml frontmatter Ilkka Seppälä 2022-11-20 16:58:44 +02:00
  • 266ed609ec fix: replace yaml frontmatter tags with tag (#2353) Ilkka Seppälä 2022-11-20 16:48:05 +02:00
  • 1a14fa4f40 feature: Completed component design pattern implementation, testing and respective README (#2153) Qixiang Chen 2022-11-21 00:19:26 +11:00
  • 0a53b23c61 docs: add StefanelStan as a contributor for code (#2351) allcontributors[bot] 2022-11-20 15:14:54 +02:00
  • a05cf33643 refactoring: Issues #2326 and #2325 (#2327) Stefanel Stan 2022-11-20 13:14:13 +00:00
  • 3a446f8e9c docs: add Viniberaldo as a contributor for translation (#2350) allcontributors[bot] 2022-11-20 15:11:26 +02:00
  • e5bc25d5e9 translation: translation of adapter pattern to PT-BR (#2320) Vinícius A. B 2022-11-20 10:10:38 -03:00
  • 0645aa1766 docs: add zhrfrd as a contributor for translation (#2349) allcontributors[bot] 2022-11-20 15:00:16 +02:00
  • 0df89c7c50 translation: translate README.md to Italian (#2314) (#2322) Farid Zouheir 2022-11-20 12:59:27 +00:00
  • 98d155eb86 translation: Translate the abstract factory readme to Portuguese (#2117) Ricardo Ramos 2022-11-20 09:53:23 -03:00
  • 18f55515f5 docs: add ricardo-ramos-moura as a contributor for translation (#2347) allcontributors[bot] 2022-11-20 14:44:47 +02:00
  • a416b2d691 translation: Translate the builder readme to Portuguese (#2122) Ricardo Ramos 2022-11-20 09:43:58 -03:00
  • 69deab9648 docs: add JoshuaSinglaANU as a contributor for code (#2346) allcontributors[bot] 2022-11-20 14:38:50 +02:00
  • fcaf72fdf8 feature: #1261 Added collecting parameter design pattern (#2134) JoshuaSinglaANU 2022-11-20 23:37:33 +11:00
  • ba5aee0a1d dependencies: remove unused dependencies (#2319) Robert Volkmann 2022-11-20 13:31:19 +01:00
  • 2f71c41af0 dependencies: upgrade Camel 2.25.1 to 3.18.1 (#2318) Robert Volkmann 2022-11-20 13:29:17 +01:00
  • c4307db0a6 dependencies: Fix #2297: Upgrade H2 (#2317) Robert Volkmann 2022-11-20 13:25:33 +01:00
  • 465a6871b2 dependencies: Upgrade mockito 3.5 to 4.5 (#2316) Robert Volkmann 2022-11-20 09:16:53 +01:00
  • 84e83c4d43 docs: add XianWu99 as a contributor for doc (#2345) allcontributors[bot] 2022-11-20 08:28:43 +02:00
  • 972653a828 docs: Added README.md explanation in Data mapper (#2307) XianWu99 2022-11-20 17:27:12 +11:00
  • db4fbb3268 refactoring: Improve monad methods (#2300) Vadim Ponomarev 2022-11-16 22:25:13 +03:00
  • 375120249a docs: add murphShaw as a contributor for doc (#2339) allcontributors[bot] 2022-11-16 21:16:24 +02:00
  • dc0afb8640 docs: Amendments to factory-kit README (#2305) murphShaw 2022-11-17 06:15:15 +11:00
  • 63ef157f23 refactor: Update zh pattern image paths Ilkka Seppälä 2022-11-13 18:54:28 +02:00
  • 40fb6dda74 fix: Fix yaml frontmatter of several patterns (#2332) Ilkka Seppälä 2022-11-13 12:19:11 +02:00
  • df735cb956 docs: add JurenXu as a contributor for code (#2330) allcontributors[bot] 2022-11-13 09:46:45 +02:00
  • b103e44ecd feature: Implement Serialized Entity Pattern (#2150) JurenXu 2022-11-13 11:43:03 +04:00
  • 953f9a4e0c docs: Adds explanation for MVP design pattern (#2303) prasad-333 2022-11-13 12:49:39 +05:30
  • c097a5141b docs: add prasad-333 as a contributor for doc (#2328) allcontributors[bot] 2022-11-13 09:17:12 +02:00
  • 24bd93999d docs: Adds explanation for MVC design pattern (#2302) prasad-333 2022-11-13 12:46:01 +05:30
  • dd456d4440 refactoring: Update identity map category and tags Ilkka Seppälä 2022-11-09 22:03:04 +02:00
  • d0bb18872a docs: add u7275858 as a contributor for code (#2324) allcontributors[bot] 2022-11-09 21:57:17 +02:00
  • d2599a2904 feature: #1299 Add Identity Map Pattern (#2094) u7275858 2022-11-10 06:55:44 +11:00
  • 3831a82b69 docs: add vaibhav-if as a contributor for doc (#2323) allcontributors[bot] 2022-11-09 21:36:59 +02:00
  • 7782203383 docs: Add tutorial links to patterns (#1901) Vaibhav Agrawal 2022-11-10 01:02:06 +05:30
  • 84c63ce170 docs: add artfuldev as a contributor for code (#2321) allcontributors[bot] 2022-11-08 20:59:48 +02:00
  • 1d5a0b07c1 refactoring: Rename presentation to presentation model (#2291) Sudarsan Balaji 2022-11-08 18:58:24 +00:00
  • 4388a4ac92 translation: Localize abstract-document to Vietnamese (#2169) Minh Nguyen 2022-11-09 03:54:50 +09:00
  • 0fa2edf895 translation: Localize active-object to Vietnamese (#2190) Minh Nguyen 2022-11-09 03:51:45 +09:00
  • 370d851ab0 translation: Localize abstract-factory pattern to Vietnamese (#2186) Minh Nguyen 2022-11-09 03:49:03 +09:00
  • e6f5b691df Remove obsolete index.mx files Ilkka Seppälä 2022-11-06 15:36:50 +02:00
  • e955472c91 docs: add ec-026 as a contributor for translation (#2315) allcontributors[bot] 2022-11-06 10:53:06 +02:00
  • c9fc12331e fix: Formatting of the main pom.xml Ilkka Seppälä 2022-11-06 10:48:29 +02:00
  • df52e1fd4e translation: Closes #2124 Translate the adapter readme to Spanish (#2126) Aitor Fidalgo Sánchez 2022-11-05 16:25:59 +01:00
  • cbb1eed8e3 translation: remove unnecessary infor (#2192) Minh Nguyen 2022-11-06 00:05:38 +09:00
  • 3fde35ac77 refactoring: Adding lombok to MVC pattern (#2188) Bruno Fernandes 2022-11-05 11:54:23 -03:00
  • 20ebbe0b13 docs: Replace profile url (#2183) Francesco Scuccimarri 2022-11-05 10:11:32 +01:00
  • 3605f8fefb docs: Adding explanation for Producer-Consumer Design Pattern (#2179) Manvi Goel 2022-11-05 14:09:54 +05:30
  • 6f21b10607 refactoring: Sonar CRITICAL issue fixes (#2176) harshalkhachane 2022-11-05 14:03:20 +05:30
  • c8fa1a582e docs: add harshalkhachane as a contributor for code (#2312) allcontributors[bot] 2022-11-05 10:29:38 +02:00
  • 925996fcbd refactoring: Sonar issue fix for duplicate string (#2175) harshalkhachane 2022-11-05 13:58:00 +05:30
  • cfeee23957 translation: Closes iluwatar#2162 Translate template-method pattern readme to Korean (#2173) Alan 2022-10-31 05:26:27 +09:00
  • d9b4965eb9 translation: Closes iluwatar#2161 Translate template-method pattern readme to Korean (#2172) Alan 2022-10-31 05:25:09 +09:00
  • e063bd14e0 translation: Closes iluwatar#2160 Translate template-method pattern readme to Korean (#2171) Alan 2022-10-31 05:22:44 +09:00
  • 12ce824f71 fix: Fix the CI build Ilkka Seppälä 2022-10-30 19:51:15 +02:00
  • 2dd1b55a52 docs: add u7281975 as a contributor for doc (#2296) allcontributors[bot] 2022-10-30 19:06:32 +02:00
  • 66603304e2 docs: Add Explanation for Data-Bus Design Pattern #590 (#2170) u7281975 2022-10-31 04:05:05 +11:00
  • badb828445 docs: add robertvolkmann as a contributor for review (#2295) allcontributors[bot] 2022-10-30 18:55:20 +02:00
  • adb0e25c2f refactor: Fix for maven warnings (#2157) MohanaRao SV 2022-10-30 22:21:17 +05:30
  • cd736d7a42 docs: add KyleSong30 as a contributor for doc (#2294) allcontributors[bot] 2022-10-30 18:40:23 +02:00
  • 13cb2e8d48 docs: Data mapper1762 (#2165) KyleSong30 2022-10-31 03:39:11 +11:00
  • 4cd8149502 refactor: remove code smell java:S5786 (#2159) Robert Volkmann 2022-10-30 17:21:21 +01:00
  • 5afc32cf23 docs: add bipin-k as a contributor for doc (#2293) allcontributors[bot] 2022-10-30 18:12:34 +02:00
  • 4a6d652dce docs: Updated documentation on comments on DefaultCircuitBreaker args (#2135) Bipin Kumar Chaurasia 2022-10-30 21:41:28 +05:30
  • 2b2947950c Fix #1929: Suppress logging hibernate internals (#2158) Robert Volkmann 2022-10-30 16:40:25 +01:00
  • 9dc91d8826 docs: add robertvolkmann as a contributor for code (#2292) allcontributors[bot] 2022-10-30 17:34:14 +02:00
  • ae64433211 dependencies: update spring-boot-dependencies 2.0.9 to 2.7.5 (#2156) Robert Volkmann 2022-10-30 16:32:42 +01:00
  • f8a3d93f33 CI: Add stale bot configuration (#2270) Ilkka Seppälä 2022-10-29 23:56:01 +03:00
  • e4990df581 docs: add yusha-g as a contributor for translation (#2206) allcontributors[bot] 2022-10-29 09:31:41 +03:00
  • aa68998d71 Proofread ko/README.md (#2147) yusha-g 2022-10-29 12:00:33 +05:30
  • 41d3490b97 docs: add 0xYujan as a contributor for translation (#2205) allcontributors[bot] 2022-10-29 09:20:17 +03:00
  • 97b2b6da71 translation: Add Nepali language localization support for the design patterns (#2136) Yujan Ranjitkar 2022-10-29 12:03:02 +05:45
  • 23441dab87 docs: add steph88ss as a contributor for doc (#2204) allcontributors[bot] 2022-10-29 08:55:43 +03:00
  • daffaee03d docs: Added Explanation for Reader-writer lock (#2129) steph88ss 2022-10-29 16:54:28 +11:00
  • 14de6001ae docs: add drakulavich as a contributor for code (#2198) allcontributors[bot] 2022-10-28 22:29:36 +03:00
  • e9cf765e1e dependencies: Bump GitHub Actions (#2074) Anton Yakutovich 2022-10-28 23:27:14 +04:00
  • 3dcda6f245 docs: add JanFidor as a contributor for doc (#2180) allcontributors[bot] 2022-10-26 20:43:25 +03:00