SOLA Release  6.5.14.12  |  6.6.9.64  |  6.7.3.14   PTF SFX6188 and SRS6010

Compatibility Notice - Version Matrix
Requirement Category Version 6.5.14 Version 6.6.9 Version 6.7.3
Core Java & Servlet Specifications
Java Standard Edition (SE) Java SE v1.8 Java SE v17 Java SE v17+
Java Enterprise Edition (EE) Jakarta EE v8 Jakarta EE v10 Jakarta EE v10
Servlet Specifications Servlet v4.0 Servlet v6.0 Servlet v6.0
JSP Specifications JSP v2.3.3 JSP v3.1.1 JSP v3.1.1
Supported Application Servers / Containers
Tomcat Servlet Container v9.0 v10.1 v10.1+
Jetty Servlet Container v10.0 v11.0 v11.0+
WebSphere Application Server Liberty v20.0 v21.0 v21.0+
WebLogic Application Server v14.1 v14.1 v14.1+
JBoss WildFly Application Server v17.0 v17.0 v17.0+
Bug Fixes and Enhancements
Category Description Status
Observability & Logging
Added support for external log monitoring platforms by enabling log entries to be written to console output and to the log file at the same time (Console File setting value 'BOTH'), with console output emitted as JSON (in addition to XML) so it can be ingested by log monitoring and alerting tools. ✅ New
Internal errors raised from the SOAP/REST controller base are now routed through the standard message logger instead of a separate error log file, so they are captured by the same log monitoring used elsewhere in the application. ✅ Fixed
Resource Manager
Added an 'Export Diagnostic Snapshot' action to the TOR context menu. It captures TOR/GRP/ENV/IPA resolution, cache queue contents, and CICS/DB2 facts into a single JSON file that the customer can send to Support to diagnose IP-filtering and other runtime issues without manual mainframe digging. ✅ New
Build
A site can now replace the Assembler.txt JCL template with a plain broadcast message instead of real JCL. When a message is supplied in place of JCL, the build/upload of generated source still happens as before, but the JCL compile/submit step is skipped and the message is shown to the user. Supported across every Analysis path (COBOL/CICS/CN/IMS/BMS3270/Outbound), and for the REST API Designer flow the message is deferred until the designer is closed so it is never shown twice or lost. ✅ New
Promote / Demote (Between Environments)
A site can now replace the promoteJCL.txt JCL template with a plain broadcast message instead of real JCL. When a message is supplied in place of JCL, the Promote/Demote packaging still happens as before, but the JCL compile/submit step is skipped and the message is shown to the user instead. ✅ New
SOLA Developer
NewCopy now reports the CICS template's version number before and after the refresh, in addition to displaying the formatted return code and return message instead of a raw attribute dump, so backend-supplied line breaks and spacing render as intended instead of showing up as literal escaped text. ✅ Enhanced
Import / COBOL Parser
COBOL Listing/Copybook parser: fixed level 66 (RENAMES) and level 77 items being nested as children of the preceding item instead of closing out the current structure, and fixed a USAGE clause (COMP/BINARY/COMPUTATIONAL) appearing before the PIC clause being dropped during Import. ✅ Fixed