Commit Graph

41 Commits

Author SHA1 Message Date
mikr
6367e31787 JAVA-8279 Split or move core java module 2021-11-13 21:22:34 +01:00
Amitabh Tiwari
7db48c12e9 Updated review comment 2021-11-06 06:09:48 +05:30
Amitabh Tiwari
56300022b1 Review comments updated
Review comments updated
2021-11-06 05:53:22 +05:30
Amitabh Tiwari
c902fc97ca Update SerializationUnitTest.java
Changes to add more tests.
2021-10-24 07:03:35 +05:30
Amitabh Tiwari
2087187a6a Style Correction
Style Correction
2021-10-15 09:26:11 +05:30
Amitabh Tiwari
753ea65ff3 Method for validation of Serializable Objects
Method for validation of Serializable Objects
2021-10-15 09:13:02 +05:30
Amitabh Tiwari
723160c5cc Serialization Validation initial commit
Changes for Adding Tests Serialization Validation
1: Added utility Method.
2: Added Tests
2021-10-15 08:36:43 +05:30
mikr
1fa22883f9 JAVA-5949 Reduce size of core-java. Remove dictionary.in (unused). 2021-08-17 10:09:54 +02:00
Diego Torres
c9882f2090 [uuid] diegotorres/dtorres.py@gmail.com Improvements for UUIDv5 generation (#10978)
* [uuid] Added method to generate UUID identifiers for version 5

Signed-off-by: Diego Torres <dtorres.py@gmail.com>

* [uuid] Small improvements for UUIDv5 generation

Signed-off-by: Diego Torres <dtorres.py@gmail.com>
2021-06-29 10:46:32 +02:00
Diego Torres
daefb08701 [uuid] Added method to generate UUID identifiers for version 5 (#10948)
Signed-off-by: Diego Torres <dtorres.py@gmail.com>
2021-06-24 22:10:31 +02:00
Loredana Crusoveanu
72f6993474 Merge pull request #9449 from Maiklins/JAVA-1749-update-UUID-article-and-code
Java-1749 update UUID article and code
2020-06-09 19:10:48 +03:00
mikr
9db00645fe JAVA-1522 Fix integration test for encoding package (2) 2020-06-07 21:46:55 +02:00
mikr
3b1fd20014 JAVA-1522 Fix integration test for encoding package 2020-06-07 18:17:43 +02:00
mikr
aece4e5216 JAVA-1522 Split core-java-modules/core-java module 2020-06-07 16:52:25 +02:00
mikr
4cb07819f3 JAVA-1749 Move modules language interop and console 2020-06-07 13:22:16 +02:00
mikr
406425cd8d JAVA-1749 Update UUID article and code 2020-06-07 12:13:32 +02:00
Aaron Juarez
2d44847335 Bael-3966: code fixes after editor review (#9203) 2020-05-01 21:35:29 +02:00
Aaron Juarez
e1e47ffe6a BAEL-3966: find object's class in Java (#9118) 2020-04-25 22:23:13 +02:00
kwoyke
98a0ac9423 BAEL-3775: Clean up unit tests for Stack (#8837) 2020-03-11 06:43:46 +01:00
François Dupire
9a838423fb [BAEL-3488] Timer Class (#8769)
* [BAEL-3488] Moving code to core-java where the original article code was located

* [BAEL-3488] Moved original code under timer package
2020-02-23 08:53:12 -08:00
amit.pandey
64d2435e07 move regex module from existing module to core-java-regex module 2020-02-05 19:39:20 +05:30
Krzysztof Woyke
24e980ae1e BAEL-20927: Migrate core-java to com.baeldung package 2020-01-16 13:26:09 +01:00
catalin-burcea
5ec3630590 [BAEL-19088] - Move articles out of core-java-io part 3 2019-11-15 11:49:42 +02:00
Sjmillington
0fe123a691 [BAEL-15993] - Move articles out of core-java pt 3 2019-11-02 11:40:05 +00:00
Josh Cummings
44609b3e74 Merge branch 'master' into BAEL-16646-2 2019-10-26 12:56:07 -06:00
Josh Cummings
0ad39d56ce Merge branch 'master' into core-java-move-2 2019-10-26 09:16:19 -06:00
Alessio Stalla
3ec6f0c120 Merge branch 'BAEL-16646' into BAEL-16646-2
# Conflicts:
#	core-java-modules/pom.xml
#	java-dates/README.md
2019-10-13 09:46:38 +02:00
Eric Martin
31b573dee0 Merge pull request #7910 from mnafshin/MalformedInputException
[BAEL-2505] MalformedInputException test functions are added
2019-10-10 22:19:49 -05:00
Sjmillington
d97f501cbd BAEL-13505 Move articles out of core java - part 2 2019-10-07 17:07:57 +01:00
Afshin
3997dcc8e2 Enhanced: renamed a function 2019-10-07 12:22:05 +02:00
Afshin
7a9738b4bb Enhanced: reformatted code to synchronized it with the article 2019-10-07 12:20:54 +02:00
Afshin
78cb7a3a3f Enhanced: given_when_then pattern naming and formatting problems are resolved 2019-10-07 11:52:22 +02:00
Afshin
750aab063e indentations are adjusted 2019-10-06 11:07:21 +02:00
Afshin
2bb48cbedc Wildcard imports are replaced by named classes and static import is removed 2019-10-05 21:07:21 +02:00
Alessio Stalla
9e06c59a1b Merge branch 'BAEL-16646' into BAEL-16646-2. Flatten additional datetime modules and create new time-measurements module with 3 articles.
# Conflicts:
#	core-java-modules/core-java-datetime/README.md
#	core-java-modules/core-java-datetime/pom.xml
2019-10-04 22:10:05 +02:00
Afshin
230b2db438 MalformedInputException test functions are added 2019-09-29 18:30:31 +02:00
Sjmillington
3e155818d5 [BAEL-13505] Move articles out of core-java part 1 2019-09-05 17:44:52 +01:00
Marcos Lopez Gonzalez
5ddae76ae1 code moved from core-java to core-java-exceptions 2019-06-20 19:46:17 +02:00
Loredana
8ac77800a0 fix remove vertex 2019-05-26 19:38:40 +03:00
Marcos Lopez Gonzalez
f369ca1b0b rootCauseFinder moved to java-modules 2019-05-09 16:30:22 +02:00
amit2103
3bae5e5334 [BAEL-9555] - Created a core-java-modules folder 2019-05-05 17:22:09 +05:30