12 Commits

Author SHA1 Message Date
Haroon Khan
f72971181e [JAVA-9019] Logging clean up 2022-01-28 22:50:49 +00: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 () 2021-10-05 01:08:39 +05:30
freelansam
32dde5b5d1 JAVA-6475: Fix formatting of POMs ()
* 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
François Dupire
2bdba48843 [JAVA-1657] Junit and Maven Surefire Plugin upgrade in core-java-modules ()
* [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
1f4a4e24ec pom formatting 2020-03-15 18:22:24 +05:30
karl82
0b73db930f Update ThreadLocalRandom benchmark to show issues with contention ()
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
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 from eugenp/revert-8119-BAEL-3275-2
Revert "BAEL-3275: Using blocking queue for pub-sub"
2019-10-31 20:43:47 -05:00