Dhawal Kapil
bb5bfa992a
JAVA-19536 Fix formatting of pom.xmls
2023-04-05 07:14:09 +05:30
anuragkumawat
124cf64219
JAVA-12626 Fix AccountUnitTest in core-java-concurrency-advanced-3 module
2022-07-01 21:25:41 +05:30
Haroon Khan
b89da13199
[JAVA-9986] Fix ThreadStamped unit test
2022-02-17 08:51:17 +00:00
Krzysiek
8e107364da
JAVA-9486: Use guava.version defined in the parent pom
2022-01-17 20:18:43 +01:00
Haroon Khan
b79a738756
[JAVA-8335] Fix intermittent unit test failure
2021-11-19 20:52:02 +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
sampadawagde
1ca10a7a99
JAVA-5223: Fix formatting of POMs (Part 3)
2021-05-06 19:53:35 +05:30
johnA1331
0979311647
Update README.md
2020-10-28 17:07:37 +08:00
Nikolaos Themelis
e77795378f
Pass unused "millis" argument to lock.tryLock method, line 76.
2020-10-07 11:41:31 +03:00
Sampada
068a07c12f
BAEL-3836: Fix failing test in core-java-concurrency-advanced-3 ( #9806 )
...
* BAEL-3836: Fix failing test in core-java-concurrency-advanced-3
* BAEL-3836: Fix failing test in core-java-concurrency-advanced-3
2020-08-01 13:09:35 -07:00
johnA1331
576a947865
Update README.md
2020-07-21 20:58:35 +08:00
Loredana Crusoveanu
485b4e3e99
Revert "BAEL-4134"
2020-07-07 14:18:10 +03:00
Josh Cummings
05ed2b1104
Merge pull request #9244 from pegeroad/ABA_problem
...
ABA problem in concurrency
2020-06-08 13:38:31 -06:00
Josh Cummings
90ecd639bd
Merge pull request #9391 from pegeroad/BAEL-3856-aba-related-improvements
...
using accessors for balance and stamp
2020-06-05 11:34:11 -06:00
Gergo Petrik
a85e402a07
using accessors for balance and stamp
2020-05-29 16:04:02 +02: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
Josh Cummings
e0947e4c9b
Update README.md
...
Issue CS-144
2020-05-23 08:26:13 -06:00
Grzegorz Piwowarek
1bf622a757
Update ExchangerPipeLineManualTest.java ( #9326 )
2020-05-20 07:54:02 +02:00
Gergo Petrik
59c35e068d
adding account unit test
2020-05-18 16:33:03 +02:00
Gergo Petrik
5ddff03dcc
added revision number and cas failure count
2020-05-17 10:07:47 +02:00
Gergo Petrik
2e1e73c719
Merge branch 'master' of https://github.com/eugenp/tutorials into ABA_problem
2020-05-17 08:21:35 +02:00
Dhrubajyoti Bhattacharjee
fdd9c4add8
BAEL-3858 Java Exchanger introduction ( #9000 )
2020-05-15 22:17:08 +02:00
johnA1331
53f19e3073
Update README.md
2020-05-12 15:15:53 +08:00
Maiklins
ff4f753f25
Bael-3857 introduction to lock free data structures ( #9238 )
...
* BAEL-3857 Introduction to Lock-Free Data Structures
* BAEL-3857 Declare variables as final / volatile
* BAEL-3857 Declare node value as final
Co-authored-by: mikr <michael.krimgen@ximedes.com >
2020-05-09 14:00:25 +02:00
Gergo Petrik
2999a7c7ef
added transaction recording
2020-05-07 11:45:40 +02:00
Gergo Petrik
b40fcd25cf
ABA problem in concurrency
2020-05-04 16:40:20 +02:00
Kamlesh Kumar
0247027cbb
BAEL-3837: Java Deadlock and Livelock ( #8943 )
2020-04-30 07:18:30 -05:00
mthomas
b711c6a547
Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-3860
2020-04-14 06:44:48 -05:00
mthomas
c50f5893ed
Rename classes
2020-04-14 06:44:36 -05:00
johnA1331
c48b7ac315
Update README.md
2020-04-10 16:22:40 +08:00
mthomas
92ce5cb8d4
Move code to core-java-modules/core-java-concurrency-advanced-3Add
...
Add missing 'Unit' in test name
2020-03-31 04:43:06 -05:00
amit.pandey
04c9af4965
pom formatting
2020-03-15 18:22:24 +05:30
François Dupire
0a08a627ea
[JAVA-589] Reviewed build time ( #8800 )
...
* [JAVA-589] Reviewed build time
* Renamed HibernateTimeZoneTest to HibernateTimeZoneIntTest
* [JAVA-873] Extracted benchmarking part of unit test into its own LiveTest
* Revert "[JAVA-873] Extracted benchmarking part of unit test into its own LiveTest"
This reverts commit 10c05ebb7e43be0a04ed377c453f0aa92c81117c.
* [JAVA-906] Renamed PrimeNumberUnitTest to PrimeNumberManualTest in order to avoid it being runned
* [JAVA-906] Renamed HibernateTimeZoneIntTest to HibernateTimeZoneIntegrationTest
* [JAVA-906] Removed package-lock.json and added it to .gitignore
2020-03-12 13:01:06 +05:30
johnA1331
14b41bd5ef
Update README.md
2020-02-10 14:43:34 +08:00
johnA1331
843977d79f
Update README.md
2020-02-10 14:21:28 +08:00
Greg
4418ea0865
Merge pull request #8442 from Thabo08/work-stealing-3
...
t.ntsoko@gmail.com - Work stealing framework
2020-01-24 09:44:03 -05:00
Loredana Crusoveanu
600882d9fe
Merge pull request #8560 from kwoyke/BAEL-20599
...
BAEL-20599: Increase blocking operations' time
2020-01-24 15:21:59 +02:00
Krzysztof Woyke
ae011d4f4c
BAEL-20599: Increase blocking operations' time
2020-01-21 09:53:09 +01:00
Dhawal Kapil
9b6b14a40b
Merge branch 'master' of https://github.com/eugenp/tutorials into task/BAEL-20665
...
# Conflicts:
# core-groovy-2/src/test/groovy/com/baeldung/metaprogramming/MetaprogrammingUnitTest.groovy
# core-java-modules/pom.xml
# pom.xml
2020-01-12 20:55:19 +05:30
Dhawal Kapil
b75658a2d4
BAEL-20655 Which sub-modules aren't being built?
...
- Added several missing modules in the main pom.xml
- Fixed the modules list for all the profiles
- Commented several test cases so that all modules can run and be included in the pom.xml
- Moved child modules from main pom to parent modules pom
2020-01-10 17:22:13 +05:30
Anshul BANSAL
647cef2ec7
Merge branch 'BAEL-3596_Asynchronous_Method_Calls_in_Java' of https://github.com/SmartyAnsh/tutorials into BAEL-3596_Asynchronous_Method_Calls_in_Java
2020-01-09 11:38:49 +02:00
Anshul BANSAL
89f3dd5f8a
BAEL-3596 - extracted the version numbers into properties
2020-01-09 11:34:28 +02:00
Thabo Ntsoko
27f465536e
Adding constructor that takes in an AtomicInteger argument to count the total number of prime numbers
2020-01-06 18:43:41 +02:00
Anshul Bansal
801c32e0f6
review changes
2020-01-06 10:49:41 +02:00
Anshul BANSAL
1d6347faa3
organized imports
2020-01-04 14:59:27 +02:00
Anshul BANSAL
a8e6c49a12
4 spaces code indentation
2020-01-04 14:57:29 +02:00
Anshul BANSAL
8622fd2ba7
pom.xml code indentation
2020-01-04 14:49:57 +02:00
Anshul Bansal
064afc99b8
pom.xml code indentation
2020-01-04 14:42:04 +02:00
Anshul BANSAL
b561345230
Code indentation
2020-01-04 14:41:27 +02:00