DEV Community

Andy Brunner
Andy Brunner

Posted on

Freeware: Java Utility Package (Version 2024.09.12) released

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!

https://java-util.k43.ch

Top comments (2)

Collapse
 
stephgrino profile image
Stephane Pellegrino

Nice and clean lib... (I mean, not the usual bloated and complicated stuffs)

Collapse
 
andybrunner profile image
Andy Brunner

Thank you for your nice words. That was exactly the design goal. Glad it serves your needs.