Commit Graph

38 Commits

Author SHA1 Message Date
Gaetano Piazzolla
141b63458b JAVA-24259 | small refactor for readability (#14602) 2023-08-23 21:07:47 +05:30
jsgrah-spring
3d28406534 JAVA-18116 Review log statements for projects - Week 7 - 2023 (#13583)
JAVA-18116 Review log statements for projects - Week 7 - 2023 (#13583)
---------

Co-authored-by: jogra <joseph.sterling.grah@miles.no>
2023-04-10 14:35:40 +03:00
Dhawal Kapil
bb5bfa992a JAVA-19536 Fix formatting of pom.xmls 2023-04-05 07:14:09 +05:30
Anastasios Ioannidis
072b567c01 JAVA-17608 Restored AtomicInteger default increment method 2023-02-15 10:14:28 +02:00
Keerthi
0f57319d9c 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
Loredana Crusoveanu
ef3cf3d3b8 Merge pull request #11706 from mobinskariya/master
Move arrive and wait after thread sleep and detailed logging
2022-02-15 18:15:41 +02:00
Krzysiek
8e107364da JAVA-9486: Use guava.version defined in the parent pom 2022-01-17 20:18:43 +01:00
mobin
ef5196e68b Move arrive and wait after thread sleep and detailed logging 2022-01-15 16:37:28 +05:30
Krzysiek
6a2f78d4ab JAVA-8709: Extract commons-collections4.version property to the main pom.xml 2021-11-26 13:17:01 +01:00
Krzysiek
b978d68efb JAVA-8436: Remove AssertJ depenendency from the child modules - part 4 2021-11-18 14:03:13 +01:00
freelansam
160b977f61 JAVA-7433: Fix references to parents (#11275) 2021-10-05 01:08:39 +05:30
freelansam
69a1db0eb0 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
1ca10a7a99 JAVA-5223: Fix formatting of POMs (Part 3) 2021-05-06 19:53:35 +05:30
Mona Mohamadinia
ae811199ea ThreadLocals and Thread Pools (#9592) 2020-08-11 19:20:22 +01:00
François Dupire
da21b60f9a [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
Ali Dehghani
313a2e05c4 Borrowing one Example from JCIP 2020-03-30 01:29:02 +04:30
amit.pandey
04c9af4965 pom formatting 2020-03-15 18:22:24 +05:30
fejera
c9c2a6e981 corrected typo 2020-02-09 17:40:30 +01:00
catalin-burcea
2f7e94bc92 [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
Josh Cummings
9506afb487 Merge branch 'master' into bael-16637 2019-10-12 11:09:18 -06:00
fejera
cf1a2505ee removed .gitignore files from core-java-concurrency-advanced* modules 2019-10-07 08:42:37 +02:00
fejera
7d7b58b1cb added more and previous links to READMEs in core-java-concurrency-advanced* modules 2019-10-07 08:40:03 +02:00
fejera
dad6373190 added description to READMEs in core-java-concurrency-advanced* modules 2019-10-07 08:36:35 +02:00
fejera
9d4614981b moved parameterized thread examples from core-java-concurrency-advanced to core-java-concurrency-advanced-2 2019-09-29 11:50:23 +02:00
fejera
0e60db5e5a moved thread join examples from core-java-concurrency-advanced to core-java-concurrency-advanced-2 2019-09-29 11:46:08 +02:00
fejera
2940c2bde5 moved thread local random examples from core-java-concurrency-advanced to core-java-concurrency-advanced-2 2019-09-29 11:43:37 +02:00
fejera
487c0df482 moved fork-join examples from core-java-concurrency-advanced to core-java-concurrency-advanced-2 2019-09-29 11:37:53 +02:00
fejera
582de7b60e moved cyclicbarrier vs countdownlatch examples from core-java-concurrency-advanced to core-java-concurrency-advanced-2 2019-09-29 11:33:40 +02:00
fejera
fd61088fc2 moved threaded even and odd number print examples from core-java-concurrency-advanced to core-java-concurrency-advanced-2 2019-09-29 11:21:47 +02:00
fejera
735462e6a8 moved yield examples from core-java-concurrency-advanced to core-java-concurrency-advanced-2 2019-09-29 11:19:56 +02:00
fejera
0bfbfffac1 moved priority scheduling examples from core-java-concurrency-advanced to core-java-concurrency-advanced-2 2019-09-29 11:18:13 +02:00
fejera
c98254dbe0 moved daemon thread examples from core-java-concurrency-advanced to core-java-concurrency-advanced-2 2019-09-29 11:14:11 +02:00
fejera
432395628b moved semaphore examples from core-java-concurrency-advanced to core-java-concurrency-advanced-2 2019-09-29 11:09:26 +02:00
fejera
ab8bab1948 fixed code for failing tests 2019-09-29 11:01:59 +02:00
fejera
e456cead7d changed link from http to https in core-java-concurrency-advanced 2019-09-29 10:46:50 +02:00
Alessio Stalla
c5693676ee #BAEL-17506 Add README descriptions to several modules. 2019-09-28 12:40:03 +02:00
amit2103
f4a0913e79 [BAEL-15942] - POM Properties Cleanup 2019-07-14 18:40:26 +05:30
amit2103
3bae5e5334 [BAEL-9555] - Created a core-java-modules folder 2019-05-05 17:22:09 +05:30