staxhistory2x.php
来自「Software Testing Automation Framework (S」· PHP 代码 · 共 776 行 · 第 1/3 页
PHP
776 行
+ Added versioning support for STAX extensions including: - Listing/querying STAX extensions, their versions, and other information - Support for a new EXTENSIONXMLFILE parameter to specify STAX extensions via XML when configuring the STAX service, including the ability to specify parameters for STAX extensions. - Ability to specify the version and description for a STAX extension via the manifest for the extension jar file - Ability to specify that a STAX extension requires a particular STAX service and/or STAX Monitor version. (Feature #818693) + Enhanced STAX extension samples. For example, modified the delay extension to demonstrate how to process parameters passed to extensions. (Feature #846091) + Provide a STAX Extensions Developer's Guide and document how to register STAX service/monitor extensions in the STAX User's Guide (Feature #846103) - Fixed Extensions tab colors on the Monitor Properties panel (Bug #852724) - Added a new section to the STAX User's Guide, Appendix G: Jython and CPython Differences (Bug #853490) - Fixed resource leak by closing BufferedReaders (Bug #853596) + Enhanced support for STAX Monitor Extensions including: - Automatically obtains any monitor extensions registered with the STAX service machine - Verifies that the required version of the STAX Monitor specified for each monitor extension is installed - Provides the ability to display information about registered monitor extensions via a new Properties->Extensions tab or via a new -extensions parameter when starting the STAX Monitor. - Renamed the old Properties->Extensions tab to Extension Jars to allow you to override or add local monitor extensions (Feature #853596) + Changed the EXECUTE request so that it now compiles all Python code in a STAX Job before running the job and if using the TEST option, so that all Python code compile errors are reported immediately (Feature #874173) + Allow STAX Monitor Job and Job User log tables to be selectable, so they can be copied to the clipboard (Feature #845931) + Improved performance of the STAX service by caching compiled Python code (Feature #872627) + Register error messages for the STAX service with the HELP service (Feature #605788) + Added a STAX Monitor Job Wizard which guides the selection of functions and specification of function arguments (Feature #826094) + Improved STAX Monitor CPU performance (Feature #879299) + Added STAX Monitor options to configure the Elapsed Time and Process Monitor intervals (Feature #854416) - Fixed ArrayIndexOutOfBoundsException which can occur when items are removed from the Active Processes, STAFCmds, or SubJobs tables (Bug #880229) - Fixed NullPointerException in the STAX Monitor when a service request option ends with a semi-colon (Bug #880876) - Fixed repaint problem with STAX Monitor Info extensions (Bug #883873) - Fixed problem where STAX Monitor extensions to the Active Job Elements tree would not have the tree selection background color when selected (Bug #885150) -------------------------------------------------------------------------------Version 1.4.1: 09/29/2003 - Fixed problem where if a process returned a negative RC, STAX was setting it to 0 instead. Now if a negative RC is returned, the RC will be set to a large number, e.g. 4294967295 instead of -1 (Bug #752936) - Added more information about using &lt; instead of < in STAX xml files to the STAX User's Guide (Bug #777205) - Added more error checking to the STAX Monitor's STAX Job Parameters dialog (Bug #784441) + Added an option to automatically monitor sub-jobs in the STAX Monitor and added a new attribute, monitor, to the <job> element (Feature #784463) + Added a new STAX Utilities function called STAXUtilImportSTAFConfigVars to STAXUtil.xml which extracts system information into a map (Feature #785025) - Fixed a race condition with the <process> element where a 'quick' process could hang the STAX job (Bug #790966) - Fixed problem where STAX Monitor extensions could not update the Active Job Elements tree when monitoring an existing job (Bug #807527) - Increased flexibility in how the STAX Monitor finds the JSTAF.jar file when started via 'java -jar STAXMon.jar' (Bug #808980) - Fixed a function list/map argument type conversion problem (Bug #814783) - Allow STAX Monitor extensions to have both ID and Name (Bug #815346) -------------------------------------------------------------------------------Version 1.4.0: 06/04/2003 - Fixed problem where the STAX Monitor was only displaying Log files from the local machine (Bug #715990) - Fixed problem where raising a STAXImportError signal for a parser exception on a Chinese system caused a Java exception (Bug #723409) - Fixed problem where the STAX Monitor was not unregistering handles for Monitor extensions (Bug #731079) - Added more debugging info when a STAXPythonEvaluationError signal is raised (Bug #731650) + Added an example of aliasing a STAX extension (Feature #733606) - Fixed STAX User Guide to refer to the STAXFunctionArgValidate signal rather than the STAXFunctionValidateArg signal (Bug #735830) + Added support for a <job> element so that sub-jobs can be executed within a STAX job (Feature #606780) - Made sure all variables set by the process element (e.g. STAXResult, STAFResult, STAXHandleProcess) are initialized (Bug #745586) - Fixed hang problem that could occur when a process with a process-action element was terminated via a condition like a timer popping (Bug #745534) - Fixed race condition causing erroneous STAXProcessStartTimeout (Bug #745749) - Fixed problem with STAX Monitor not resetting the SCRIPTFILEMACHINE option (Bug #744460) + Added support to return the result of a job's starting function via a new RETURNRESULT option for a EXECUTE WAIT request (Feature #745813)-------------------------------------------------------------------------------Version 1.3.3: 03/18/2003 - Made EXECUTE options TEST, HOLD, and WAIT mutually exclusive (Bug #652822) - Fixed bug where the STAX Monitor was using case-sensitive checks of the STAX machine name for incoming events (Bug #656113) + Added support to limit the number of displayed Messages displayed in the STAX Monitor (Feature #657077) + Added EXECUTE option CLEARLOGS which will delete the existing STAX Job and Job User logs before the current STAX job is executed (Feature #656121) - Fixed memory leak in STAXMonitor's STAFCmd nodes (Bug #660208) - Fixed memory leak in STAXMonitor's job start timestamp table (Bug #660534) - Fixed NullPointerException in STAXMonitorFrame when specifying a pre-1.3.2 saved job parms file (Bug #661311) + Added a PROCESSTIMEOUT option to ensure that process start requests do not hang (Feature #667512) + Added STAX Monitor support for the CLEARLOGS option (Feature #682127) - Updated STAX User Guide for typo in DTD and added references to the STAXGlobal class and another example (Bug #702113) -------------------------------------------------------------------------------Version 1.3.2: 12/10/2002 - Fixed NullPointerException in STAXMonitorUtil.getElapsedTime (Bug #623768) + Added support for extensions in the STAX Monitor (Feature #605637) + Use tabbed pane in the STAXMonitor Start New Job panel (Feature #629113) + Use tabbed pane in the STAXMonitor Properties panel (Feature #629226) + Added SCRIPTFILE support to the STAX Job Monitor (Feature #629119) + Added verification in the STAX Job Monitor that Extension Jar files exist (Feature #631222) - Fixed Monitor extensions incorrectly displaying other Active Job Elements node text (Bug #639846) - Fixed synchronization problem on STAX job end (Bug #639150) - Fixed empty call problem where a STAXPythonEvaluationException signal was incorrectly being raised (Bug #638535) - Fixed NumberFormatException in ProcessAction (Bug #631300) + Provided some common STAX Utility functions in libraries/STAXUtil.xml and added new elements function-prolog and function-epilog to replace the now deprecated function-description element (Feature #641425) + Added support to more easily restart STAX jobs via the STAX Job Monitor (Feature #639010) + Added support for WAIT option on EXECUTE request (Feature #643626) - Fixed problem specifying more than one notification type for STAX Monitor extensions (Bug #649300) + Added support to be able to log to the STAX Job Log from a <script) element or other Python code using a new STAXJobUserLog variable (Feature #651190) - Fixed ArrayIndexOutOfBoundsException when viewing a STAX Job User Log via the STAX Monitor (Bug #651213) - Fixed problem where STAX Monitor was not unregistering with the Event service if File->Exit was selected (Bug #652223) - Fixed NullPointerException in the STAX Monitor when terminating the job via the Active Job Elements tree (Bug #652362)-------------------------------------------------------------------------------Version 1.3.1: 10/08/2002 + Added a shell attribute to the process command element to override the default shell by process (Feature #619831) - Fixed incorrect STAFResult after starting a process (Bug #621073)-------------------------------------------------------------------------------Version 1.3.0.1: 09/25/2002 - Fixed STAXXMLParseException: Can't find bundle for base name org.apache.xerces.impl.msg.XMLMessages, locale en_US (Bug #614659) -------------------------------------------------------------------------------Version 1.3.0: 09/24/2002 - Fixed incorrect default value for STAXJarFile argument in sample1.xml (Bug #604616) - Fixed problem where you couldn't cast STAX Extension types because they had been loaded by different class loaders (Bug #604759) + Added submit methods to STAXJob for extensions (Feature #607073) + Added support for the latest version of the XML Parser for Java (V4.0.5) (Feature #607057) - Fixed message logged for "No listener found for msg" warning (Bug #608063) + Updated STAX Monitor to use tabbed-panes for the various panels which allows you to select what is displayed via the View menu (Feature #605631) + Pass in a HashMap to STAXJob.generateEvent (Feature #608083) - Fixed synchronization problem for STAF commands submitted via submitAsync (Bug #613413)-------------------------------------------------------------------------------Version 1.2.1: 08/26/2002 - Changed the makefile for STAX due to changes in the STAF Java service jar class loader (STAF Bug #597392). Requires STAF 2.4.1 or later. - Fixed problem where STAXSTAFCommandAction was not generating a Stop event if the user terminated the job (Bug #1261) - Fixed RC 4002 when starting jobs via the STAX Monitor on high-end machines (Bug #1268)-------------------------------------------------------------------------------NOTE: Support numbers and 4-digit bug numbers shown in the history for STAX do not correspond to SourceForge Bug and Feature numbers as STAX was not made available on SourceForge until Version 1.2.0. Version 1.2.0: 08/05/2002 - Fixed unhandled STAXTerminateThreadCondition error logged when a STAXPythonEvaluationError signal is raised on a function return (Bug #1252) - Fixed STAX Monitor bug where you couldn't display logs with > 3 "|" chars on a multi-line entry (Bug #1244) + Enhanced the STAX service to load directly from a jar file, without CLASSPATH updates or the prerequisite of installing Jython or any additional jar files and updated to terminate all running jobs when the service is terminated. Requires STAF 2.4.0 or later. (STAF Feature #561673) - Updated sample1.xml to specify the location of the STAX.jar file in case it is not in the CLASSPATH. - Fixed Unix problem where the STAX Monitor could not display the Job User Log (Bug #1233) + Created a new STAXMon.jar file that only contains STAX Monitor files and removed the STAX Monitor files from STAX.jar. Now, can start the STAX Monitor via 'java -jar STAXMon.jar'. See the STAX User Guide for more information (Support #100110).-------------------------------------------------------------------------------Version 1.1.2: 06/18/2002 - Fixed race condition between STAXProcessAction and STAXProcessActionFactory (Bug #1218) - Fixed Static handle error on starting STAX Monitor with STAF 2.2.0 (Bug #1217) - Fixed NullPointerException that can occur when handling a condition that ends a job that uses functions with local scope (Bug #1161). - When attempting to import another XML file, if a parsing error occurs, inlcude the XML file name in the error message (Bug #1166). + Added support to the STAX Monitor to view the Job and User Logs (Support #100103). + Added support for the exact same file name for a process's stdout and stderr elements (Support #100101). + Added support for specifying one or more files containing Python code via a SCRIPTFILE option to the EXECUTE request (Support #100104). + Added option to not display <No Monitor info> message (Support #100105). -------------------------------------------------------------------------------Version 1.1.1: 04/10/2002 - Fix for <process> and <call> not correctly setting STAXResult to None. - Fixed STAX Monitor Job Parms File incompatabilities between Java 1.3 and Java 1.4 (Support #100092). - Fixed Java 1.4.0 problem where the STAX Monitor window was not getting focus when it starts (Bug #1098). - Fixed Java 1.4.0 problem with STAX Monitor table row heights (Bug #1096). + Added support to the STAX Monitor to retry the initial releasing of a held job when submitting a new job, in order to support slower STAX Service
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?