Commit Graph

23 Commits

Author SHA1 Message Date
timis1 9dd807367b
JAVA-30302 Review log statements for projects - Week 52 - 2023 (conti-2) (#15623) 2024-01-15 23:40:59 +02:00
davidmartinezbarua 4b1e73b005 Merge pull request #15324 from ukhan1980/BAEL-7073-executor-service
[BAEL-7073] code for executor service
2023-12-21 20:33:41 -03:00
uzma efb0046025 [BAEL-7073] change location of code 2023-12-17 16:41:12 +00:00
Michael Pratt 573df300b0 Fix indentation issues 2023-11-12 09:00:56 -07:00
Michael Pratt 159461815d New example and unit test 2023-11-03 15:31:25 -06:00
Michael Pratt 1aa2f849f4 Revert 2 changes unrelated to BAEL-7074 2023-11-03 13:10:24 -06:00
Michael Pratt 38f30e733f [BAEL-7074] Update tests 2023-11-02 19:23:43 -06:00
Michael Pratt 02e02f928f [BAEL-7074] Synchronization for static data examples 2023-11-02 17:47:02 -06:00
pentakon c115e99dcc BAEL-6814 Convert List<CompletableFuture> to CompletableFuture<List> (#15028)
* Code for BAEL-6814 Convert List<CompletableFuture> to CompletableFuture<List>

* Refactor some comments
2023-10-29 09:57:34 +05:30
emanueltrandafir1993 f5bb9479b4 MKT-7001: formatting 2023-10-25 19:53:50 +02:00
emanueltrandafir1993 5b4fc0d6f3 BAEL-7001: small fix 2023-10-23 18:13:35 +02:00
emanueltrandafir1993 210eaf2c0b BAEL-7001: fixed formatting 2023-10-23 18:07:43 +02:00
emanuel.trandafir 06943519f8 BAEL-7001: retry RetryCompletableFuture 2023-10-14 13:06:31 +02:00
emanueltrandafir1993 aa424d05cb BAEL-6578: removed comments 2023-07-17 19:39:13 +02:00
emanuel.trandafir 6fbb898059 BAEL-6578: CompletableFuture allOf.join() vs join() 2023-07-15 19:53:51 +02:00
emanueltrandafir1993 09c62a2d70 BAEL-6579: fixing tests 2023-07-01 13:33:40 +02:00
emanueltrandafir1993 dbbd2a0a12 BAEL-6579: completable future's thread pool 2023-07-01 13:24:01 +02:00
lucaCambi77 f265b51841 [BAEL-6486] - Returning a Value After Finishing Thread's Job in Java (#14101)
* feat: threads with return value

* pmd violation
2023-06-05 20:52:46 -05:00
Anastasios Ioannidis 1ff112228c JAVA-19152 Increased the awaitility timeout for one more poll delay (#13975) 2023-05-09 12:55:49 +03:00
3hsan bc19c39c52 JAVA-19152: fix intermittently failing RequestProcessorUnitTest (#13957) 2023-05-08 15:53:44 +03:00
Ana Peterlić d313b76fc7 BAEL-5814 - Is CompletableFuture Non-blocking (#13917)
* BAEL-5814 - Is CompletableFuture Non-blocking

* Fix the formatting
2023-05-04 07:25:07 +05:30
AttilaUhrin 4acdb03e61 [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>
2023-02-18 08:34:25 +05:30
Haroon Khan e1212155fe [JAVA-9895] Split concurrency-basic-2 module 2022-02-07 12:19:20 +00:00