Hutool 39 New [repack] Online
Introduced HutoolAI platform, SSE streaming with callbacks, text-to-image/video support for Grok and Doubao.
Adding to its robust DesensitizedUtil , Hutool now includes a specific method for passport number masking , making it easier to comply with data privacy regulations like GDPR.
Added support for image generation for Doubao (ByteDance) and Grok. hutool 39 new
Streamlined multi-part form data processing.
If you are tired of writing repetitive boilerplate code or maintaining messy internal Streamlined multi-part form data processing
The 3.9 release was heavily focused on fixing edge cases, improving thread safety in its core modules, and refining the API for a more intuitive developer experience. Key improvements included:
System.out.println(translatedText);
+--------------------------------------------------------------+ | Hutool 3.9 Crypto Module | +------------------------------+-------------------------------+ | Symmetric Ciphers | Asymmetric / Hashing | +------------------------------+-------------------------------+ | - AES-GCM (Streaming) | - Enhanced SM2/SM3/SM4 | | - ChaCha20 | - Flexible Key Injection | +------------------------------+-------------------------------+
As demonstrated by the 5.8.39 release, the library frequently updates to match new standards. 🛠️ How to Upgrade to 5.8.39 🛠️ How to Upgrade to 5
Text manipulation saw the integration of advanced padding, formatting, and sub-string metrics:
// Example of the enhanced fluent conversion in 3.9 String[] hexArray = "0x1A", "0x2B", "0x3C"; Integer[] intArray = Convert.toIntArray(hexArray); Use code with caution. Upgraded JSON Module: Seamless Ecosystem Integration