A fast and easy to use programming toolkit for the Java backend developer
- KThread: New class for easy Java thread creation and termination
- KSMTPMailer: Migrated from JavaMail (javax.mail) to Eclipse Jakarta/Angus mail.
- KDB: Added option in getDataAsTable() to optionally print column headers
- KLog: Show CPU count and OS disk size in debug log
- K: Added option to isNumber() to check for allowed numeric range
- K: Removed argForce argument from stopThread() as newer Java versions removed the depreciated Thread.stop() method
- Some minor code and documentation changes
Have fun!
Top comments (2)
Nice and clean lib... (I mean, not the usual bloated and complicated stuffs)
Thank you for your nice words. That was exactly the design goal. Glad it serves your needs.