collaboratewithakash
21f7ce6f07
backlink updated
2023-05-30 17:08:52 +05:30
Dhawal Kapil
7026b0abc9
JAVA-19536 Fix formatting of pom.xmls
2023-04-05 07:14:09 +05:30
edizor
802a0d3de7
Update README.md
...
[skip ci]
2022-11-25 14:36:06 +08:00
Vartika Nigam
eae4d33d9c
code for thread creation ( #12971 )
...
* code for thread creation
* code refactored
* added code for executor service thread pools
* moved the files to a single module
Co-authored-by: Vartika_Nigam <Vartika_Nigam@DellTeam.com>
2022-11-15 21:09:18 -06:00
Keerthi
cdb19ff6d5
JAVA-12045 : move java concurrency ebook content code to common module ( #12559 )
...
* JAVA-12045 : move java concurrency ebook content code to common module
* JAVA-12045: addressed the review comments .. renamed package names and placed core-java-concurrency-simple module in pom.xml
* JAVA-12045: removed duplicate module after renaming java-simple-module to core-java-simple-module
2022-08-08 18:56:55 +05:30
andresluzu
3f78a1e9c0
BAEL-4559 Stop Execution After Certain Time improvements ( #12076 )
2022-04-19 20:02:34 -07:00
Haroon Khan
e1212155fe
[JAVA-9895] Split concurrency-basic-2 module
2022-02-07 12:19:20 +00:00
Greg Martin
ff1ebafe37
Merge pull request #11588 from sachin071287/feature/bael-5271
...
BAEL-5271 set custom thread name
2022-01-23 14:33:46 -05:00
ACHRAF TAITAI
4380185074
first commit ( #11683 )
2022-01-16 14:58:04 -06:00
johnA1331
fb19c5e98c
Update README.md
2022-01-05 19:39:58 +08:00
Sachin kumar
79bf0d9976
BAEL-5271 set custom thread name
2021-12-16 17:43:43 +05:30
freelansam
a5bcd85b16
JAVA-7433: Fix references to parents ( #11275 )
2021-10-05 01:08:39 +05:30
mikr
357a6e1ea8
JAVA-5948 Reduce size of core-java. Remove input.txt (unused).
2021-08-17 10:36:59 +02:00
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
johnA1331
7df7443e68
Update README.md
2021-07-02 05:29:15 +08:00
dev-chirag
830940fac9
BAEL4235 FindNumberOfThread class
2021-06-15 23:51:57 +05:30
dev-chirag
f656c61903
BAEL4235 FindNumberOfThread class
2021-06-15 23:48:24 +05:30
sampadawagde
f3e71d70ad
JAVA-5223: Fix formatting of POMs (Part 3)
2021-05-06 19:53:35 +05:30
johnA1331
768562b1ce
Update README.md
2021-04-29 05:28:32 +08:00
MeenaGawande
cbb5548525
[BAEL-4296] Handling InterruptedException in Java ( #10677 )
...
[BAEL-4296] Handling InterruptedException in Java
Co-authored-by: MeenaGawande <MeenaGawande@users.noreply.github.com>
2021-04-21 20:54:36 -05:00
davidmartinezbarua
e459c3faa0
Merge pull request #9996 from sahilsingla112/feature/BAEL-4558-stopexecution
...
BAEL-4558: Article for stopping execution after a certain time
2020-10-24 11:20:19 -03:00
johnA1331
ac480ad0cc
Update README.md
2020-10-07 17:29:57 +08:00
sahil.singla
27953f3bb1
Applied formatter
2020-09-22 22:18:17 +05:30
sahil.singla
213d5cfe39
BAEL-4558: Article for stopping execution after a certain time
2020-09-10 00:29:18 +05:30
sahil.singla
20a6e042f2
BAEL-4558: Article for stopping execution after a certain time
2020-09-10 00:24:37 +05:30
johnA1331
0423acd0d2
Update README.md
2020-07-23 21:24:48 +08:00
Martin van Wingerden
da6ee4cc12
[BAEL-4213] Why are local variables thread safe
...
Added two small example for article about thread-safety for local variables.
2020-07-11 21:31:16 +02:00
Loredana Crusoveanu
7ab2f437ee
Revert "BAEL-4134"
2020-07-07 14:18:10 +03:00
François Dupire
2bdba48843
[JAVA-1657] Junit and Maven Surefire Plugin upgrade in core-java-modules ( #9301 )
...
* [JAVA-1657] core-java-modules JUnit and Maven Surefire Plugin upgrade
* [JAVA-1657] Changed sub modules parents to core-java-modules and core-java-modules to parent-java
* [JAVA-1657] Upgraded JUnit Jupiter version
* [JAVA-1657] Get JUnit 4 dependency transitively
2020-05-25 19:45:48 +05:30
johnA1331
acdcb5caca
Update README.md
2020-04-10 16:07:16 +08:00
Eric Martin
185a3a12c2
Merge pull request #8842 from AlexFlorinHriscu/master
...
BAEL-3859 - A Guide to AtomicMarkedReference in Java
2020-03-22 20:20:11 -05:00
Florin Hriscu
3aa7a8f8a2
BAEL-3859 Changes after review.
2020-03-16 01:42:29 +02:00
amit.pandey
1f4a4e24ec
pom formatting
2020-03-15 18:22:24 +05:30
Florin Hriscu
f7ae209537
BAEL-3859 Add type to employeeNode and fix order of parameters in assertEquals method calls.
2020-03-13 22:46:41 +02:00
Florin Hriscu
205ee99874
BAEL-3859 Remove unnecessary equals and hashcode overriden methods.
2020-03-13 21:25:17 +02:00
Florin Hriscu
ae6aaf40f0
BAEL-3859 - Add implementation for AtomicMarkableReference article.
2020-03-10 00:50:53 +02:00
Sjmillington
192450a258
[BAEL-17476] - Final edits for Add README descriptions
2019-12-15 09:50:35 +00:00
catalin-burcea
153a3923f0
[BAEL-18783] - Fix formatting of POMs
2019-12-06 11:40:56 +02:00
Eric Martin
3225470df5
Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2
...
Revert "BAEL-3275: Using blocking queue for pub-sub"
2019-10-31 20:43:47 -05:00