Commit Graph

66 Commits

Author SHA1 Message Date
anuragkumawat cf5d158622 JAVA-19115 Create new core-java-properties sub module under core-java-modules (#13669)
* JAVA-19115 Create new core-java-properties sub module under core-java-modules
2023-04-12 17:17:52 +05:45
anuragkumawat ae3429db29 JAVA-19116 Create new core-java-compiler sub module under core-java-modules (#13658)
* JAVA-19116 Create new core-java-compiler sub module under core-java-modules
2023-04-12 16:46:55 +05:45
anuragkumawat 197d85d705 JAVA-19117 Create new core-java-documentation sub module under core-java-modules (#13619)
* JAVA-19117 Create new core-java-documentation sub module under core-java-modules
https://team.baeldung.com/browse/JAVA-19117
2023-04-11 13:04:28 +05:45
anuragkumawat 26790b429f JAVA-19118 Create new core-java-locale sub module under core-java-modules (#13612)
* JAVA-19118 Create new core-java-locale sub module under core-java-modules
2023-04-10 15:22:29 +05:45
Dhawal Kapil 7026b0abc9 JAVA-19536 Fix formatting of pom.xmls 2023-04-05 07:14:09 +05:30
anuragkumawat 4964958dfe JAVA-14232 JAVA-19120 Move article Lambda Expression vs. Anonymous Inner Class to core-java-lambdas module (#13603)
* JAVA-19120 Move article Lambda Expression vs. Anonymous Inner Class to core-java-lambdas module

* Update README.md

---------

Co-authored-by: Anastasios Ioannidis <121166333+anastasiosioannidis@users.noreply.github.com>
2023-03-09 11:45:08 +02:00
anuragkumawat 10ab29202a JAVA-14232 JAVA-19121 Move article Difference Between Class.forName() and Class.forName().newInstance() to core-java-jvm-3 module (#13604) 2023-03-09 10:38:37 +02:00
edizor 1d7737dc5f Update README.md
[skip ci]
2023-02-19 08:02:49 +08:00
Dmitriy Budim 6a7adf631d [Difference Between Class.forName() and Class.forName().newInstance()] sample code (#13451) 2023-02-08 22:48:26 +01:00
Ulisses Lima 98560f9d93 calling start() (#13417) 2023-02-02 22:43:55 +01:00
edizor a8b953195d Update README.md
[skip ci]
2023-01-20 16:17:17 +08:00
Vartika Nigam dcbb336236 added an example of anonymous class and lambda expression (#13241)
Co-authored-by: Vartika_Nigam <Vartika_Nigam@DellTeam.com>
2023-01-11 10:26:58 +01:00
Loredana Crusoveanu 9fdde5c323 various fixes 2022-06-01 16:19:28 +03:00
kwoyke 8e7dc50c0e Java 11788 (#12204)
* JAVA-11788: Cleanup pom properties in core-java-modules

* JAVA-11788: Cleanup pom properties
2022-05-15 12:23:05 +05:30
johnA1331 cd78bd7c2a Update README.md 2022-04-27 17:43:41 +08:00
alemoles b933c21023 BAEL-5429 - How to Fix Java Compiler Error: Illegal Character (#9) 2022-03-23 01:41:59 -04:00
sampadawagde b8176a265a JAVA-10138 - Fix formatting of POMs 2022-03-13 14:48:44 +05:30
kwoyke 4eb04dc0bc Merge pull request #11670 from freelansam/JAVA-9022
JAVA-9022: Fix formatting of POMs
2022-01-13 09:50:07 +01:00
sampadawagde 65f643262d JAVA-9022: Fix formatting of POMs 2022-01-10 22:05:47 +05:30
priya-soni 1b4c43f7ba BAEL-5241 : Formatting code snippets as part of documentation comments (#11630) 2021-12-28 19:09:38 +01:00
Krzysiek 32c8413f82 JAVA-8436: Remove AssertJ depenendency from the child modules - part 4 2021-11-18 14:03:13 +01:00
mikr 37eb10c68d JAVA-8279 Split or move core java module 2021-11-13 21:22:34 +01:00
johnA1331 e0c1239984 Update README.md 2021-11-10 19:26:58 +08:00
Amitabh Tiwari 9728ae7377 Updated review comment 2021-11-06 06:09:48 +05:30
Amitabh Tiwari 47ca31189a Review comments updated
Review comments updated
2021-11-06 05:53:22 +05:30
Amitabh Tiwari 40c6b489d8 Update SerializationUnitTest.java
Changes to add more tests.
2021-10-24 07:03:35 +05:30
Amitabh Tiwari 2fa7ea1f22 Changes to PO
Changes to add transition and volatile
2021-10-19 07:24:07 +05:30
Amitabh Tiwari 008e340482 Update SerializationUtils.java
Updating serialization Utils
2021-10-15 19:25:52 +05:30
Amitabh Tiwari 98528e849e Style Correction
Style Correction
2021-10-15 09:26:11 +05:30
Amitabh Tiwari e0ca514118 Method for validation of Serializable Objects
Method for validation of Serializable Objects
2021-10-15 09:13:02 +05:30
Amitabh Tiwari e2f8cdd817 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
freelansam a5bcd85b16 JAVA-7433: Fix references to parents (#11275) 2021-10-05 01:08:39 +05:30
johnA1331 0a7e167bdf Update README.md 2021-07-02 05:40:28 +08:00
Diego Torres 0d722c1d90 [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 f66bfa5088 [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
johnA1331 536a2287f1 Update README.md 2021-05-27 01:01:00 +08:00
sampadawagde 612752f52e JAVA-5223: Fix formatting of POMs (Part 2) 2021-05-06 18:01:55 +05:30
Krzysztof Woyke 63e5a2dad0 JAVA-3596: Clean up exec-maven-plugin config 2021-04-02 15:43:27 +02:00
Dhawal Kapil 44afb00d22 Update README.md 2020-08-16 08:46:46 +05:30
Loredana Crusoveanu 7ab2f437ee Revert "BAEL-4134" 2020-07-07 14:18:10 +03:00
Loredana Crusoveanu 0f2212533a 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 7b8b9390c7 JAVA-1522 Fix integration test for encoding package (2) 2020-06-07 21:46:55 +02:00
mikr fdcf192cbe JAVA-1522 Fix integration test for encoding package 2020-06-07 18:17:43 +02:00
mikr 5a753ba384 JAVA-1522 Split core-java-modules/core-java module 2020-06-07 16:52:25 +02:00
mikr 46ebcba3a0 JAVA-1749 Move modules language interop and console 2020-06-07 13:22:16 +02:00
mikr 6f21d2eb74 JAVA-1749 Update UUID article and code 2020-06-07 12:13:32 +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
Aaron Juarez 9797d3a4fc Bael-3966: code fixes after editor review (#9203) 2020-05-01 21:35:29 +02:00
Aaron Juarez ee898632d3 BAEL-3966: find object's class in Java (#9118) 2020-04-25 22:23:13 +02:00
amit.pandey 1f4a4e24ec pom formatting 2020-03-15 18:22:24 +05:30