Dhawal Kapil
bb5bfa992a
JAVA-19536 Fix formatting of pom.xmls
2023-04-05 07:14:09 +05:30
anuragkumawat
8edd798024
JAVA-19058 Review the time of the build - Week 42 - 2022 (moved-18) ( #13732 )
2023-03-30 21:56:27 +05:30
anuragkumawat
cd4db56c34
JAVA-12628 Rename CountdownLatchResetExampleUnitTest ( #12602 )
2022-08-16 22:14:49 +05:30
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
Haroon Khan
faae2bbceb
[JAVA-9019] Logging clean up
2022-01-28 22:50:49 +00: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
Krzysztof Woyke
a7c5be1b28
JAVA-3595: Use jmh version defined in the parent pom.xml
2021-03-21 23:06:03 +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
amit.pandey
04c9af4965
pom formatting
2020-03-15 18:22:24 +05:30
karl82
fd894af6fe
Update ThreadLocalRandom benchmark to show issues with contention ( #8292 )
...
Previous benchmark was measuring initialization of thread pools and
their shutdown, not really measuring performance of Random.nextInt()
shared Random instance vs ThreadLocalRandom.current()
Example when run with 8 threads
Benchmark Mode Cnt Score Error Units
ThreadLocalRandomBenchMarker.randomValuesUsingRandom thrpt 20 9.597 ± 0.475 ops/us
ThreadLocalRandomBenchMarker.randomValuesUsingThreadLocalRandom thrpt 20 2195.178 ± 109.579 ops/us
2020-01-30 11:10:20 -08:00
Sjmillington
b339c10eb8
[BAEL-17476] - Final edits for Add README descriptions
2019-12-15 09:50:35 +00:00
catalin-burcea
2f7e94bc92
[BAEL-18783] - Fix formatting of POMs
2019-12-06 11:40:56 +02: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
5be06e3d96
added module core-java-concurrency-advanced-2
2019-09-29 10:50:35 +02:00