Commit Graph

53 Commits

Author SHA1 Message Date
sampadawagde f3e71d70ad JAVA-5223: Fix formatting of POMs (Part 3) 2021-05-06 19:53:35 +05:30
johnA1331 a96868a314 Update README.md 2020-10-28 17:07:37 +08:00
Nikolaos Themelis a1229f66e4 Pass unused "millis" argument to lock.tryLock method, line 76. 2020-10-07 11:41:31 +03:00
Sampada f18d4dfa98 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 6290718aea Update README.md 2020-07-21 20:58:35 +08:00
Loredana Crusoveanu 7ab2f437ee Revert "BAEL-4134" 2020-07-07 14:18:10 +03:00
Josh Cummings 8e15c570dc Merge pull request #9244 from pegeroad/ABA_problem
ABA problem in concurrency
2020-06-08 13:38:31 -06:00
Josh Cummings 01b5d087f6 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 1a44c81de4 using accessors for balance and stamp 2020-05-29 16:04:02 +02: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
Josh Cummings d5a03e4c03 Update README.md
Issue CS-144
2020-05-23 08:26:13 -06:00
Grzegorz Piwowarek f1be6fa3ae Update ExchangerPipeLineManualTest.java (#9326) 2020-05-20 07:54:02 +02:00
Gergo Petrik c9453fe33a adding account unit test 2020-05-18 16:33:03 +02:00
Gergo Petrik 12ef94be39 added revision number and cas failure count 2020-05-17 10:07:47 +02:00
Gergo Petrik fd32bd2f4d Merge branch 'master' of https://github.com/eugenp/tutorials into ABA_problem 2020-05-17 08:21:35 +02:00
Dhrubajyoti Bhattacharjee bccc9c836e BAEL-3858 Java Exchanger introduction (#9000) 2020-05-15 22:17:08 +02:00
johnA1331 4cd668aa49 Update README.md 2020-05-12 15:15:53 +08:00
Maiklins 57a3896763 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 68dc88528e added transaction recording 2020-05-07 11:45:40 +02:00
Gergo Petrik a6fc46e3f6 ABA problem in concurrency 2020-05-04 16:40:20 +02:00
Kamlesh Kumar 89da31cbce BAEL-3837: Java Deadlock and Livelock (#8943) 2020-04-30 07:18:30 -05:00
mthomas 0c4dd2c8f0 Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-3860 2020-04-14 06:44:48 -05:00
mthomas 4556829955 Rename classes 2020-04-14 06:44:36 -05:00
johnA1331 45abeb493b Update README.md 2020-04-10 16:22:40 +08:00
mthomas 6534bddb6c 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 1f4a4e24ec pom formatting 2020-03-15 18:22:24 +05:30
François Dupire 5fbc94ae90 [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 e577ed1e05 Update README.md 2020-02-10 14:43:34 +08:00
johnA1331 b70afb3544 Update README.md 2020-02-10 14:21:28 +08:00
Greg 51eb5577e3 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 9446488708 Merge pull request #8560 from kwoyke/BAEL-20599
BAEL-20599: Increase blocking operations' time
2020-01-24 15:21:59 +02:00
Krzysztof Woyke 0dc6b27fa6 BAEL-20599: Increase blocking operations' time 2020-01-21 09:53:09 +01:00
Dhawal Kapil 3cfc8d2163 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 e128eb619a 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 6dc3151c6b 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 eb36131a55 BAEL-3596 - extracted the version numbers into properties 2020-01-09 11:34:28 +02:00
Thabo Ntsoko 1816d17cfc 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 64365791dd review changes 2020-01-06 10:49:41 +02:00
Anshul BANSAL 0021e7849a organized imports 2020-01-04 14:59:27 +02:00
Anshul BANSAL df1f565779 4 spaces code indentation 2020-01-04 14:57:29 +02:00
Anshul BANSAL d85d65a581 pom.xml code indentation 2020-01-04 14:49:57 +02:00
Anshul Bansal 63dbe2dce0 pom.xml code indentation 2020-01-04 14:42:04 +02:00
Anshul BANSAL d790355eda Code indentation 2020-01-04 14:41:27 +02:00
Anshul Bansal 683cb35880 code indentation 2020-01-04 14:38:39 +02:00
Anshul BANSAL 9a2b5b9ca3 BAEL-3596 - code moved to core-java-concurrency-advanced-3 2020-01-04 14:37:34 +02:00
Thabo Ntsoko eb1683c933 Indenting with 2 spaces 2019-12-28 21:58:53 +02:00
Thabo Ntsoko f87723e7ad Work stealing framework 2019-12-27 16:47:45 +02:00
johnA1331 6d647f57af Update README.md 2019-12-13 14:26:09 +08:00
catalin-burcea 153a3923f0 [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
Eric Martin de9d0f06f2 Merge branch 'master' into BAEL-3521 2019-11-25 19:06:53 -06:00