Commit Graph

36 Commits

Author SHA1 Message Date
edizor 558f03a8d2 Update README.md
[skip ci]
2023-05-17 20:42:22 +08:00
Vartika Nigam e1272ca8fe BAEL-6264 added class to show how to instantiate ArrayBlockingQueue a… (#13851)
* BAEL-6264 added class to show how to instantiate ArrayBlockingQueue and LinkedBlockingQueue

* BAEL-6264 added unit test case

* modified test case

* BAEL-6264 deleted BlockingQueueImplExample file not needed anymore

* BAEL-6264 code review changes moved class file to different module

---------

Co-authored-by: Vartika_Nigam <Vartika_Nigam@DellTeam.com>
2023-05-13 10:32:14 -05:00
Dhawal Kapil 7026b0abc9 JAVA-19536 Fix formatting of pom.xmls 2023-04-05 07:14:09 +05:30
Loredana Crusoveanu 9215eee368 Merge pull request #13184 from edizor/master
Update README
2022-12-23 16:39:32 +02:00
Grzegorz Piwowarek 20e0ff4aa3 Fix givenOneThreadIsWriting_whenAnotherThreadWritesAtSameKey_thenWaitAndGetCorrectValue (#13186) 2022-12-22 23:18:30 +01:00
pedrolopes 0a5a54f6d0 BAEL-5946: Fix unit tests (#13187)
* consistent read unit test

* unit test to show  consistency in writing to the same key of map

* testing writes at different map key

* fix to bugs on test 1 and 2

* removing repeated tests
2022-12-22 23:18:05 +01:00
edizor fb17e68942 Update README.md
[skip ci]
2022-12-22 22:33:40 +08:00
pedrolopes 6bb5598904 BAEL-5946: Reading and Writing With a ConcurrentHashMap (#13163)
* consistent read unit test

* unit test to show  consistency in writing to the same key of map

* testing writes at different map key
2022-12-19 22:02:08 +01:00
jsgrah-spring 21c42ebebc JAVA-12387. Correct/Rename THREADS to TASKS and int threads to int tasks. (#13084) 2022-11-30 23:19:52 +05:30
johnA1331 f1bdc807b5 Update README.md 2022-01-26 17:39:48 +08:00
Vlad Fernoaga 9cb3d6e8e5 BAEL-4714 - Java Concurrent HashSet equivalent to ConcurrentHashMap (#11721)
* add article code and unit tests

* fix PMD rule violation

Co-authored-by: vlad fernoaga <vlad.fernoaga-external@getyourguide.com>
2022-01-21 07:48:48 -08:00
Krzysiek 5f4543c31d JAVA-9486: Use guava.version defined in the parent pom 2022-01-17 20:18:43 +01:00
Krzysiek 32c8413f82 JAVA-8436: Remove AssertJ depenendency from the child modules - part 4 2021-11-18 14:03:13 +01:00
freelansam a5bcd85b16 JAVA-7433: Fix references to parents (#11275) 2021-10-05 01:08:39 +05:30
freelansam 32dde5b5d1 JAVA-6475: Fix formatting of POMs (#11087)
* JAVA-6475: Fix formatting of POMs

* correct build error
2021-08-03 00:27:15 +05:30
sampadawagde f3e71d70ad JAVA-5223: Fix formatting of POMs (Part 3) 2021-05-06 19:53:35 +05:30
Krzysztof Woyke df68287728 JAVA-3595: Use jmh version defined in the parent pom.xml 2021-03-21 23:06:03 +01:00
Krzysztof Woyke 81b412c6e7 JAVA-2109: Move Guide to the Java TransferQueue to the core-java-concurrency-collections-2 2020-07-14 13:30:03 +02:00
Krzysztof Woyke 9481177e62 JAVA-2109: Fix core-java-concurrency-collections-2 module configuration 2020-07-14 13:24:41 +02:00
Somnath Musib 73762873f6 BAEL-4033 LinkedBlockingQueue vs ConcurrentLinkedQueue (#9281)
* BAEL-4033 Added unit test cases for LinkedBlockingQueue and ConcurrentLinkedQueue

* BAEL-4033 Updated unit test class names due to PMD rule violations

* Moved files to another module based on the editor review
2020-05-19 17:48:58 +01:00
johnA1331 83cf886628 Create README.md 2020-04-07 16:56:28 +08:00
amit.pandey ee8d7adb8e formatted pom.xml file 2020-03-22 07:24:38 +05:30
Unknown 0692bac979 BAEL-3855 2020-03-18 10:18:58 +01:00
Unknown dae03d6a87 BAEL-3855 2020-03-15 13:04:55 +01:00
Unknown 5065a7353d BAEL-3855 2020-03-15 12:50:43 +01:00
Unknown 0e3a4221fe BAEL-3855 2020-03-13 16:33:34 +01:00
Unknown 880f922df3 BAEL-3855
identation
2020-03-11 20:13:12 +01:00
Unknown e501b2092f BAEL-3855 2020-03-11 20:09:14 +01:00
Unknown e09d87a604 BAEL-3855 2020-03-11 19:56:30 +01:00
Unknown 407861afac BAEL-3855 2020-03-11 18:18:05 +01:00
Unknown 2302a4abb7 BAEL-3855 2020-03-11 14:31:36 +01:00
Michele ff4ac10bb2 BAEL-3855 2020-03-11 13:19:25 +01:00
mguarnaccia 52608c32cb Delete LockStriped.java 2020-03-11 11:21:01 +01:00
mguarnaccia 1470deb187 Delete CoarseGrained.java 2020-03-11 11:20:37 +01:00
Unknown 636e76ade0 BAEL-3855
Updated
2020-03-09 16:43:35 +01:00
Unknown 79be75cd74 BAEL-3855
Moved to java-core-modules folder
2020-02-25 10:31:59 +01:00