* BAEL-7490 read write file in separate thread
* Change the to try resources
* Update the code to sync with article
* jooq join table
* Fix the wildcard import
* [BAEL-7632] Convert a phone number in words to number with Java
* Updated [BAEL-7632] Convert a phone number in words to number with Java
* Updated [BAEL-7632] Convert a phone number in words to number with Java
* BAEL-7598 Check if a number is a perfect number
* add stream based method. refactor UT
* refactor UT using bdd style
* removes public modifier
* add jmh benchmark
* use properties and remove uncessary configuration
---------
Co-authored-by: alexyang <alexyang0623@gmail.com>
Co-authored-by: travel2china <163321917+travel2china@users.noreply.github.com>
* BAEL-7490 read write file in separate thread
* Change the to try resources
* Update the code to sync with article
* Jsonb query
* Added new module to parent pom
* JAVA-31057 Check if large files can be removed
* JAVA-31057 Remove un-needed files from spring boot telegram
---------
Co-authored-by: timis1 <noreplay@yahoo.com>
* 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
* Added enums for week day, its mapper and test.
* Added enums, mapping and tests for case transformation.
* Changed test names to follow BDD style.
* Renamed test class.
* Removed enum, mapper and test for weekdays.
Added same for traffic signal.
* Moved the source code and tests under its own package.
* Added link to article.
* Fixed readme
* Fixed readme
---------
Co-authored-by: sraverkar.encora <sraverkar.encora@centricsoftware.com>