Freeware: Java Utility Package (Version 2024.09.12) released

andybrunner

Andy Brunner

Posted on September 12, 2024

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

💖 💪 🙅 🚩
andybrunner
Andy Brunner

Posted on September 12, 2024

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related