Revision History
Here's a rolling list of updates made to the javaxt-express library.
Version 1.5.2 (Current Release) 4/7/2025
- WebServices
- Added support for javax and jakarta HttpServletRequest and HttpServletResponse in the ServiceRequest and ServiceResponse classes.
The ServiceRequest and ServiceResponse classes can now be used within JSEE/JakartaEE containers (e.g. Tomcat) and Spring Boot.
- Update the WebService class to route "POST" to a concrete "get" method when a "save" method doesn't exist.
This eliminates the need to create special "save" methods when POSTing data to simple "get" methods (e.g. getUsers with payload).
- Utils
- Added new parseHeader() methods to the CSV parser. Also expanded the CSV.Columns subclass to support header keyword lookup.
- Added estimated time to completion (ETC) to the output in the StatusLogger.
- UI
- Minor enhancements to the Horizon app.
- Updated package name of the ThumbnailEditor from "javaxt.dhtml" to "javaxt.express".
Version 1.5.1 1/30/2025
Version 1.5.0 9/21/2024
Version 1.4.0 2/14/2024
Version 1.3.2 2/7/2024
Version 1.3.1 12/20/2023
Version 1.3.0 11/28/2023
Version 1.2.7 10/30/2023
Version 1.2.6 8/27/2023
|