* BAEL-7050 Java 21 New Features
* BAEL-7050 Formatted the pom.xml file
* BAEL-7050 Moved the codebase to existing core-java-21 project
* Removed the old pom.xml reference
* Removed the old core-java-21-new-features project
* BAEL-7050 PR Review Changes
* BAEL-7050 Using JUnit5 in test cases
* BAEL-7050 Using JUnit5 in test cases
* BAEL-7050 Removed the public modifier from JUnit class and methods
* This commit is related to BAEL-6429
This commit aims to add a .html file named test.
* This commit is related to BAEL-6429
This commit aims to add a test class named "OpenHtmlFilesUnitTest".
* Update OpenHtmlFilesUnitTest.java
The java.awt.HeadlessException occures, indicating that the current environment lacks a graphical display necessary for the Desktop class to function properly.
So i commented the method.
* This commit is related to BAEL-7427
This commit aims to add a Main class.
* This commit is related to BAEL-7427
This commit aims to add a myFile.gz file to the resources folder.
* This commit is related to BAEL-7427
This commit aims to add a test class "ReadingGZIPUsingGZIPInputStreamUnitTest".
* This commit is related to BAEL-7427
This commit aims to add a myFile.gz file to the resources folder.
* Update Main.java
* Update ReadingGZIPUsingGZIPInputStreamUnitTest.java
* Update Main.java
* Update ReadingGZIPUsingGZIPInputStreamUnitTest.java
* Update ReadingGZIPUsingGZIPInputStreamUnitTest.java
* Update Main.java
* Update Main.java
* Update ReadingGZIPUsingGZIPInputStreamUnitTest.java
* Update Main.java
* Update ReadingGZIPUsingGZIPInputStreamUnitTest.java
* Update Main.java
* Update ReadingGZIPUsingGZIPInputStreamUnitTest.java
* Update Main.java
* baeldung-articles : BAEL-6752
When to Use Setter Methods or Constructors for Setting a Variable's Value in Java.
* baeldung-articles : BAEL-6752
When to Use Setter Methods or Constructors for Setting a Variable's Value in Java.
* Updating ConstructorsVersusSetterMethodsUnitTest.java
Rename functions
* BAEL-7490 read write file in separate thread
* Change the to try resources
* Update the code to sync with article
* code demostration for ExecutorService vs CompletableFuture
* BAEL-7490 read write file in separate thread
* Change the to try resources
* Update the code to sync with article
* BAEL-7616 check if date object is yesterday
* Update test vars
* change the variable name prefix
* Update the test variable name