Commit Graph

64 Commits

Author SHA1 Message Date
vunamtien 9ff1e00b0e
[JAVA-31658] Upgrade cactoos, jcabi-aspects, threetenbp, jodatime (#16293) 2024-04-05 10:49:54 +03:00
Bipin kumar 38c569055d
JAVA-32170: Changes made for Fix formatting of POMs - C_03 (#16105) 2024-03-15 23:43:53 +02:00
panos-kakos c10a404f57 [JAVA-26734] Upgraded aspectjrt, aspectjweaver to latest version (#15140) 2023-11-20 12:58:10 +02:00
collaboratewithakash 8645733aa2 backlink updated 2023-05-30 17:11:31 +05:30
Dhawal Kapil 7026b0abc9 JAVA-19536 Fix formatting of pom.xmls 2023-04-05 07:14:09 +05:30
anuragkumawat e1f020527a JAVA-12626 Fix AccountUnitTest in core-java-concurrency-advanced-3 module 2022-07-01 21:25:41 +05:30
Haroon Khan cd70006bb6 [JAVA-9986] Fix ThreadStamped unit test 2022-02-17 08:51:17 +00:00
Krzysiek 5f4543c31d JAVA-9486: Use guava.version defined in the parent pom 2022-01-17 20:18:43 +01:00
Haroon Khan 076727df8f [JAVA-8335] Fix intermittent unit test failure 2021-11-19 20:52:02 +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 (#11275) 2021-10-05 01:08:39 +05:30
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