Older Releases

Stable 4.0.1

Maturity:
Stable
Released on:
Sunday, 31 May 2020 22:29
Description

QuartzDesk v4.0.1 Artifacts

Please refer to the Release notes for the complete list of all fixes and other changes in this release.

Migrating from QuartzDesk 3.x to 4.x?

Please refer to QuartzDesk 3.x to 4.x Migration Notes in the QuartzDesk Web Application 4.x and QuartzDesk JVM Agent 4.x installation and upgrade guides.

Release notes

4.0.1

Fixed Bugs:

o AGENT: Fixed a memory leak exhibiting on long-running systems with a big number of job executions where the agent registered lots of temporary files with JVM DeleteOnExitHook.

Changes:

o WEB: Increased max password size to 128 characters in email message channel profiles.

 

4.0.0

New Features:

o AGENT,API,WEB: Added support for Java 8-13.

o AGENT,API,WEB: Added support for all recent versions of all supported application servers and servlet containers.

o AGENT,WEB: Upgraded all bundled libraries to their most recent versions.

o AGENT,API,WEB: Added support for Quartz 2.4.0 (final version not released yet).

o WEB: Added support for Atlassian OpsGenie and Jira message channels.

o AGENT: Added support for adding JDBC-driver specific connection parameters to agent configuration (new jdbc.properties config property).

Fixed Bugs:

o AGENT: Fixed "java.lang.RuntimeException: null at ClassVisitor.visitModule(SourceFile:148)" during agent start.

o WEB: Fixed wrapping of long text in dumped JSON objects in all audit trail views.

o AGENT: Fixed issue that occurred is the agent worker thread that updated status of misfired trigger records. The error occurred with triggers whose name and/or group name exceeded 128 characters.

o WEB: Added missing isoAbbr value to time zones in QuartzService/getAgentInfo response that did not validate due to this omission.

o WEB: Removed "org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [quartzdesk] appears to have started a thread named [JMX client heartbeat X] but has failed to stop it." warnings that may delay application or application server restarts.

o WEB: Fixed "PWC6351: In TLD scanning, the supplied resource does not exist" warnings in GlassFish when the application starts.

o AGENT,WEB: Fixed detecting of GlassFish application server and its version.

o WEB: Fixed "java.lang.IllegalStateException: Current user details already set." on IBM WebSphere AS.

o WEB: Fixed "java.lang.IllegalStateException: Response already committed." on IBM WebSphere AS.

o WEB: Fixed "java.io.InvalidClassException: filter status: REJECTED" on Oracle WebLogic when connecting to Quartz schedulers over JMX/RMI.

o WEB: Fixed an issue on Oracle WebLogic that prevented the application from loading in a browser due to empty message keys and values in dynamically generated /js/Msg.js.

Changes:

o AGENT,API,WEB: Updated all bundled libraries to their latest versions.

o AGENT,API,WEB: Migrated all code base to Java 8 which is now the minimum required Java version to run QuartzDesk.

o WEB: Upgraded support for various types of proxies in all message channels.

o AGENT: Fixed NullPointerException that occurred during the update of a misfired trigger if the associated job detail had been already been removed.

o WEB: Improved error handling and reporting in the GUI.

o WEB: Updated internal Quartz scheduler and jobs to version 2.3.2.

o WEB: Upgraded bundled ExtJS to version 7.1.

o WEB: Reworked Job Chains and Execution Notification Rules tabs in the Quartz scheduler view to show scheduler-wide, job-specific and trigger-specific job chains and notification rules.

o AGENT,WEB: When a job is deleted, all associated objects, i.e. job triggers, job-specific job chains and job-specific exec notification rules, are also automatically deleted and this information appears in the relevant audit tails. The same applies to deleted triggers.

o API,WEB: Removed all deprecated JAX-WS service endpoints and clients.

 

3.7.3

Fixed Bugs:

o AGENT: Fixed "Can't DROP 'idx_qd_q_exec_h_jc_fid" error when upgrading with mysql_innodb DB profile.

o AGENT,WEB: Fixed issue with 767 bytes per column index size restriction that occurred in MySQL < 5.7 databases using utf8mb4 charset encoding.

 

3.7.2

Fixed Bugs:

o AGENT: Fixed "Error loading class data for entry: module-info.class in file: ..." issue during classpath scanning.

o AGENT,WEB: Fixed cropping of job group name, job name, trigger group name, trigger name to 128 characters. Now the QuartzDesk limit is 256 characters, Quartz limit is 200 characters.

o AGENT: Fixed "MySQLSyntaxErrorException: You have an error in your SQL syntax;" in the query that purges old notification messages.

o WEB: Fixed issue that prevented users from adding multiple new targets to a job chain.

Changes:

AGENT: Added missing logging of instrumentation errors when the instrumentor throws an unexpected runtime exception.

WEB: Upgraded embedded Quartz scheduler to version 2.3.2.

 

3.7.1

Fixed Bugs:

o WEB: Fixed issue with an CRC error in the bundled hibernate-core JAR.

 

3.7.0

Fixed Bugs:

o AGENT: Fixed issues causing Metaspace/PermGen OutOfMemoryError exceptions on repeated redeployments of Quartz scheduler-based applications.

o WEB: Fixed issues with internal worker threads not being terminated when the application is stopped. This caused warnings (e.g. "The web application [quartzdesk] appears to have started a thread named [QD_WEB_XYZ] but has failed to stop it. This is very likely to create a memory leak.") in some servlet containers.

o AGENT,API: Fixed missing / extraneous Maven descriptors in JARs.

Changes:

o AGENT: Type of all MySQL TEXT columns in the agent database upgraded to LONGTEXT to allow the agent to store larger data sets.

 

3.6.2

Fixed Bugs:

o AGENT: Fixed cleanup of scheduler-specific worker threads upon Quartz scheduler restart.

o API: Fixed NPE that could occur if a full-text index has been disabled in agent configuration.

Changes:

o AGENT: Optimized full-text indexing.

 

3.6.1

Fixed Bugs:

o WEB: Fixed scrolling in Web Service Endpoints grids.

o WEB: Updated the embedded Jetty engine and fixed "org.apache.jasper.JasperException: PWC6033: Error in Javac compilation for JSP" occurring on some platforms when the QuartzDesk webapp is run in the one-step installation mode.

o WEB: Fixed wrapping of long stack trace lines in the Thread Info & Stack Trace view.

 

3.6.0

New Features:

o WEB: Added new Web Service Endpoints page for easy management of Quartz web service endpoints. Added related security permissions.

Fixed Bugs:

o WEB: Fixed "Session Fixation" security issue on the login page (see http://projects.webappsec.org/Session-Fixation).

o WEB: Fixed "Unsafe third-party link" security issues (see https://www.jitbit.com/alexblog/256-targetblank---the-most-underestimated-vulnerability-ever/).

o AGENT: Fixed "Invalid column name 'detected__at'" error occurring in agent with mssql DB dialect.

o WEB: Fixed JSTL taglib URI-related issues that caused errors in newer Tomcat 9 releases.

o AGENT: Added a fix for a NullPointerException that occurs on some platforms during agent startup if a security manager is engaged.

o AGENT,WEB: Fixed "Mismatched license issuer" exception that occurs on some platforms.

o WEB: Fixed "org.quartz.JobPersistenceException: The job (xyz) referenced by the trigger does not exist." errors in Standard and Lite edition occurring on some platforms.

o WEB: Fixed "java.lang.NullPointerException" during pause/start of a Quartz scheduler instance over QuartzService JAX-WS service.

 

3.5.0

New Features:

o AGENT,WEB: Added support for custom time zone, date and timestamp formats. These are application-wide settings that can be overridden for individual registered scheduler connections.

o WEB: Added support for saving the currently selected time period's length in selected grids (exec history, audit trail, etc.).

o AGENT,API,WEB: Added support for WildFly 12, 13 and 14.

o AGENT: Added support for configurable JMXMP connector's key and trust store algorithms. Previously the connector used SunX509 algorithm, but this algorithm is not available on some platforms (e.g. on IBM JDK).

Fixed Bugs:

o WEB: Fixed "org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.quartzdesk.core.security.UserSessionService' available" errors in some WildFly and JBoss versions.

o WEB: Login is case-insensitive for usernames. Username case is preserved as entered in user profiles.

o WEB: Fixed an issue allowing users to manually lock their own accounts.

Changes:

o WEB: Upgraded to ExtJS 6.6.0 and Spring framework 4.3.19.

o API: Updated Log4j2 appenders to use Log4J2 2.11.x API.

o WEB: Scheduler connection settings are included in dumped connection objects visible in the audit log (CONNECTION_ADD, CONNECTION_UPDATE and CONNECTION_DELETE events).

o WEB: Application configuration changes are now visible in the audit trail.

 

3.4.3

Fixed Bugs:

o AGENT: Fixed an issue in the agent that caused NoClassDefFoundError issues on WildFly installations that used the WildFlyLoggingInterceptionHandler handler in the WildFly logging configuration.

 

3.4.2

New Features:

o AGENT,WEB: Added support for execHistory.jobDescription and execHistory.triggerDescription notification message macros.

Fixed Bugs:

o WEB: Fixed "java.lang.IllegalStateException: Current user details already set." exception occurring on JBoss 7.1.0 EAP.

 

3.4.1

Fixed Bugs:

o WEB: Fixed "Missing 'exportPeriod' parameter." error when exporting execution history.

 

3.4.0

New Features:

o WEB: Added audit trail features.

Fixed Bugs:

o WEB: Fixed "Mapping for com.quartzdesk.domain.model.security.Permission value: 1003 not defined." issue in new installations using MS SQL Server.

o WEB: Fixed displaying of warning icons in the Schedulers tree view.

o API: Fixed an issue with computed trigger next fire times disregarding the trigger calendars.

Changes:

o WEB: Effective permissions are now sorted alphabetically in the grid.

 

3.3.1

New Features:

o AGENT,WEB: Added new Utils.dump JavaScript method allowing users to dump JavaScript objects to Strings in their expressions.

Fixed Bugs:

o WEB: Fixed "Object doesn't support property or method 'startsWith'" error that can occur in some browsers (IE) and prevent loading of the registered Quartz scheduler connections list.

o AGENT: Fixed "Access to Java class 'com.quartzdesk.agent.scheduler.quartz.b.b.a' is prohibited." error occurring during validation of custom JavaScript expressions in the GUI.

o API: Fixed invalid WSDL file paths in provided JAX-WS clients (the WSDL file paths contained extraneous "/msg_channel_profile" component).

o WEB: Fixed various XSS vulnerabilities.

o WEB: Fixed "IllegalStateException: Response is committed." issues when the web application is run in the one-step installation mode.

 

3.3.0

New Features:

o WEB: Added new MessageChannelProfile JAX-WS web-service to manage message channel profiles.

o WEB: Added new WS_MESSAGE_CHANNEL_PROFILE permission that is required to access the MessageChannelProfile JAX-WS web-service.

o AGENT,WEB: Added new objects (QuartzService, Util) to the JavaScript APIs that can be invoked from expressions used in notification rules and job chains. Added new data types (QuartzExecutingJob, QuartzJobDetail, QuartzTrigger).

Fixed Bugs:

o WEB: Fixed issue that allowed users to define multiple message channel profiles or folders with identical names.

o WEB: Fixed issue causing the currently logged in user's avatar shown in the main menu button to be changed after editing and saving an arbitrary user profile.

o AGENT: Fixed "Invalid parameter 3: Parameter index is out of range. ERRORCODE=-4461, SQLSTATE=42815" occurring when purging old exec history log LOBs in a DB2 database.

o WEB: Fixed WSDL paths in WebServiceMessageChannel implementations.

 

3.2.0

New Features:

o WEB: Deployment of the application in the one-step installation mode can use all supported database profiles, not only the H2 database profile as before.

o WEB: Added JNDISecurityRealm to support user authentication against external directory services.

o AGENT, WEB: Added new attributes (execType, threadName, hostName, schedulerInstanceId) to the exec history full-text index.

o AGENT: Added new configuration properties to disable tracking of misfired trigger records (quartz.misfiredTriggers.tracking.enabled) and processing of misfired trigger records (quartz.misfiredTriggers.processing.enabled).

o AGENT, API, WEB: Added support for displaying the currently executing job's thread info (snapshot of its state, stack trace, lock, locked monitors, locked synchronizers, etc.).

o AGENT, API, WEB: Added expression check buttons to all Expression editors to allow users check their custom JavaScript expressions for syntax errors.

o AGENT, API, WEB: Replaced Max Fetch Date date selection combo in all grids with a time period widget allowing the users to specify the beginning and end of the desired time period.

Fixed Bugs:

o AGENT, API, WEB: Fixed an issue (which is actually a Quartz API feature) with PAUSED triggers having their state changed to NORMAL after they have been updated.

o WEB: Fixed wrong namespace in Quartz Exec History Service v2.0 endpoint.

Changes:

o API: Made Log4j2 interception appender backward-compatible with Log4j2 API < 2.6.

o API, WEB: Changed the version numbering scheme of QuartzDesk web services. From now on, their version number will always reflect the version of the shared data types used.

 

3.1.2

Fixed Bugs:

o WEB: Fixed an issue that caused premature removal of a user session followed by an automatic user logout.

 

3.1.1

Fixed Bugs:

o WEB: Fixed a long (60+ seconds) load-time issue.

 

3.1.0

New Features:

o AGENT: Added support for JBoss/WildFly custom logging handlers in JBoss/WildFly deployments that use the agent.

o AGENT: Added new JBoss/WildFly job execution log interception handlers for JBoss/WildFly deployments using global (application server-wide) logging configuration.

o WEB: Added a new internal job that automatically unlocks user accounts with expired locks.

o WEB: Added support for configurable maximum failed login attempts (3 allowed attempts by default) before the account gets temporarily locked.

Fixed Bugs:

o AGENT: Fixed an integer overflow issue that occurred during the update of execution statistics in case the cumulative job execution time exceeded the maximum allowed INTEGER database type value.

o WEB: Fixed the "Cannot read property 'appendChild' of null" issue that could occur when viewing log data of a currently executing job.

o WEB: Fixed the "java.lang.NoSuchMethodError: org.jboss.logging.Logger.debugf(Ljava/lang/String;I)V" issue that occurred in some JBoss/WildFly deployments.

o AGENT: Fixed the "java.net.MalformedURLException: no !/ in spec" error logged in the agent log during the start of a user application that loads the Quartz scheduler API from a JBoss/WildFly module.

o AGENT: Fixed an issue with excluding job implementation classes extending Spring QuartzJobBean from the list of available job classes.

o WEB: Fixed an issue with the user password shown in the logged HTTP request dump in case the user authentication finished with an unexpected runtime error.

o WEB: Fixed an issue with the detection of the embedded Jetty engine and its version.

o WEB: Suppressed "Class path contains multiple SLF4J bindings." SLF4J warnings during the startup of the application in the one-step installation mode.

o API: Relocated the security service JAX-WS client from com.quartzdesk.service.client.security to com.quartzdesk.service.client.security.v1_0.

o AGENT: Added missing rebuilding of job chains and exec notification rules indices upon scheduler start.

o WEB: Fixed the NullPointerException that occurred during editing of external users (i.e. users managed by a custom security realm using an external store) in the GUI.

Changes:

o AGENT: log4j-*.jar libraries are now excluded from the classpath search for Quartz job implementation classes.

o AGENT: Added support for asynchronous queue-based processing of trigger misfire and several other types of scheduler events.

o WEB: Upgraded the embedded ExtJS framework to 6.5.2.

o WEB: Upgraded the embedded Jetty engine (used for the one-step installation mode) to 9.2.22.

 

3.0.1

New Features:

o AGENT, API, WEB: Added new application-specific security model that replaces the original J2EE role-based security model. The new security model brings fine-grained user and group access control in the QuartzDesk GUI.

o AGENT, API, WEB: Added support for Quartz 2.3.x.

o WEB: Added new SecurityService JAX-WS web-service exposing user and group management operations.

o AGENT, API, WEB: Upgraded the entire platform to Java 7. Java 6 is no longer supported.

o WEB: Added new license checks that may temporarily block the GUI if a license-related issue is detected.

Fixed Bugs:

o AGENT: Fixed NullPointerException that was thrown from org.xml.sax.ext.Attributes2Impl.addAttribute method. This method is known to broken in some older Xerces distributions user may have on their Java endorsed / boot classpath.

o WEB: Fixed an issue in color pickers causing the selected color not being shown in the selection combo box.

o WEB: Fixed an issue in the Slack Profile editor preventing users from specifying a custom bot username and icon.

Changes:

o WEB: Increased default AJAX timeout from 15 to 60 seconds.

o WEB: Reworked About dialog where users can now easily copy all important license and deployment information required when submitting a bug report.

 

2.8.3

Fixed Bugs:

o WEB: Fixed an issue with the Oracle dialect that caused "Identical connection already registered at ..." error when updating registered scheduler connections.

Changes:

o AGENT, WEB: Added a new message macro jobDataMap to the list of supported message macros that can be used in notification rules.

 

2.8.2

Fixed Bugs:

o WEB: Fixed an issue in that prevented users from viewing the list of currently executing jobs if any of the currently executing jobs' job data map was empty.

 

2.8.1

Fixed Bugs:

o WEB: Fixed an issue in the Lite edition that prevented users from manually triggering and editing jobs.

 

2.8.0

New Features:

o AGENT, API, WEB: Added support for viewing trigger misfires in the GUI.

o WEB: Rows in the Messages grid are now colored according to the message status (green = sent successfully, yellow = temporarily failed, red = permanently failed, white = new pending message).

o AGENT, API, WEB: Added support for viewing trigger misfires in the GUI.

o WEB: Added a splash screen shown when the application is being loaded.

o AGENT, WEB: Added support for showing the execution type (Normal, Manual, Web Service, Job Chain, System) in the Currently Executing Jobs view and all Execution History views.

o WEB: Added support for showing custom images in the top panel (3 slots available).

o AGENT, WEB: Added support for SMS message channel profiles. Currently, the following SMS message providers are supported: Clickatell, Clockwork, Nexmo, SMS Global and Twilio.

o AGENT, WEB: Added support for HipChat and Slack message channel profiles.

Changes:

o WEB: Changed the namespace URL and directory location of the customization resource navigation-panel.xml. The old namespace URL was http://domain.quartzdesk.com/model/customization/gui/navigation, the new namespace URL is http://domain.quartzdesk.com/model/customization/navigation.

o WEB: Increased height of the top panel from 35px to 40px.

o AGENT: Notification messages are now split by their recipients so that there is a single enqueued notification message per a recipient.

Fixed Bugs:

o AGENT: Fixed the Quartz API version detection that failed to find the Quartz API version on some platforms (e.g. Debian/Jessie with JDK 1.8). On some platforms, the Java API returns an unexpected code source location that includes the loaded class file's path.

o AGENT: Fixed the StackOverflowError that could occur when the agent updated executed job's health indicator entries.

o AGENT: Fixed the "com.microsoft.sqlserver.jdbc.SQLServerException: The cursor type/concurrency combination is not supported." error thrown when updating a failed notification message in an MSSQL database.

 

2.7.1

Fixed Bugs:

o AGENT: Fixed issue with storing intercepted log data, job execution result and user data containing \u0000 characters in PostgreSQL db. PostgreSQL uses \u0000 as a string termination character.

o WEB: Fixed missing yes/no ticks in tooltips.

o AGENT, API: Fixed an issue where unexpected errors thrown by QuartzDesk's Quartz listeners that may cause a Quartz job to remain in the "Currently Executing Jobs" list and prevent its future executions until the scheduler is restarted.

 

2.7.0

New Features:

o AGENT, WEB: Added support for job chain flow IDs that allow users to correlate executions of multiple target jobs fired by a particular job chain. The flow ID is passed to target jobs in a new job data map parameter QD_JOB_CHAIN_FLOW_ID.

o AGENT, WEB: Jobs fired by job chains receive a new job data map parameter QD_JOB_CHAIN_SRC_EXEC_HISTORY_ID containing the ID of the execution history record representing the execution that fired the job chain.

o AGENT: Added new config parameter jdbc.postgres.searchPath allowing the user to change the PostgreSQL search_path for all DB sessions opened by the agent.

o AGENT: Added new config parameter jdbc.oracle.currentSchema allowing the user to change the Oracle current schema all DB sessions opened by the agent.

o AGENT, WEB: Complete rework of the Scheduler Info tab in the GUI. Now it is showing various diagnostic information about the installed QuartzDesk JVM Agent, Quartzdesk Public API etc.

o WEB: Added new QuartzService JAX-WS version 9.0 with new operations getCalendars, getJobNextFireTimes and getTriggerNextFireTimes. Added new attributes to the Scheduler and QuartzScheduler objects.

Changes:

o AGENT: Added new DB indices to speed up SQL queries accessing qd_msg and qd_q_stat_*_exec tables.

Fixed Bugs:

o WEB: Fixed issue that caused all Exec History tabs to be disabled in the Standard edition.

o WEB: Fixed issue with empty execution history caused by trimming leading and trailing whitespace in job and trigger names and group names.

o WEB: Added support for displaying next fire times in the Jobs grid.

o AGENT: Added check for zero-sized class files that can be present on the WebLogic classpath. These class files triggered ArrayIndexOutOfBoundException during the classpath scanning that is performed by the agent to find all Quartz Job implementation classes that are available on the Quartz scheduler's classpath.

o WEB: Fixed "Error removing duplicate list items." error that sometimes occurred when moving folders in the Schedulers panel.

o WEB: Fixed "Uncaught TypeError: Cannot read property 'fireEvent' of undefined" error that occurred when double-clicking a folder in the Connections tree panel.

o WEB: Fixed an issue with auto-closing of an opened scheduler view after the user deleted the folder containing the scheduler connection.

o WEB: Fixed an issue with disabled Edit and Clone context menu items in the Triggers grid.

o WEB: Fixed setting of the initial focus in all forms.

 

2.6.4

Changes:

o AGENT: Improved Quartz API detection and fixed the "Cannot determine version of Quartz scheduler from protection domain: .... because the code source location is null." issue that occurred in some JBoss installations.

o AGENT: Lucene full-text lock factories are now configurable in agent configuration. This allows users to use shared index directories located on NSF file-systems where the default Lucene native OS locks may not be working well.

o WEB: Added new configuration properties to set Java Mail API timeouts which are infinite by default. This seemed to have caused the AgentMessageProcessingJob to hang while attempting to send an email message. All Java Mail timeouts are now set to 10 seconds.

 

2.6.2

Fixed Bugs:

o AGENT: Fixed "com.microsoft.sqlserver.jdbc.SQLServerException: Incorrect syntax near 'sc'." exception thrown when the webapp syncs connections with the agent.

o WEB: Fixed issue in Lite edition that prevented users from opening scheduler connections in the GUI ( "Required config parameter missing: jvmAgentInfo" error message) and seeing connection names in the tree view.

 

2.6.1

New Features:

o AGENT, API, WEB: Added support for Quartz 2.2.3.

o AGENT, API, WEB: Added support for JBoss EAP 7.0.x.

o API: Added missing clients for the QuartzExecNotificationRuleService, QuartzJobChainService and ConnectionService v3.0 JAX-WS web-services.

o AGENT, API: Added support for auto-exporting Quartz scheduler MBean (automatic insertion of org.quartz.scheduler.jmx.export=true to Quartz config properties).

o AGENT, API: Added Quartz configuration check and warning for deployments using org.quartz.simpl.SimpleInstanceIdGenerator class. This (default) Quartz instance ID generator produces random instance IDs upon every Quartz scheduler restart which is undesirable in configurations where Quartz scheduler MBean object name is generated dynamically and contains the generated instance ID.

o AGENT, WEB: Exposed QuartzExecHistoryService API through QuartzExecHistoryService JavaScript object that can be used in JavaScript expressions in notification rules and job chains.

o AGENT, WEB: Exposed QuartzExecStatisticsService API through QuartzExecStatisticsService JavaScript object that can be used in JavaScript expressions in notification rules and job chains.

o AGENT, WEB: Added support for CSV exports of execution history data.

o WEB: Added QuartzExecHistoryService v2.0 JAX-WS web-service. Added QuartzExecHistoryServiceClient v2.0 JAX-WS client.

Changes:

o WEB: Added support for enabling/disabling individual QuartzDesk features depending on the availability and compatibility of the detected QuartzDesk JVM Agent and QuartzDesk Public API.

o AGENT, WEB: Scripting object 'log' that can be used in JavaScript expressions renamed to 'Log'.

o WEB: Reworked JS Scripting Objects window that now shows available JS scripting objects and data types in separate panels.

o WEB: Added info panels to the Scripting Objects and Macros windows.

o AGENT: Maximum length of JavaScript expression conditions in execution notification rules and job chains is now unlimited and no longer restricted to 1KB.

Fixed Bugs:

o WEB: Fixed issue that caused all Exec History tabs to be disabled in the Standard edition.

o AGENT: Fixed issue (java.io.IOException: no entry name specified) with determining the Quartz scheduler version in Spring Boot applications.

o AGENT: Fixed issue that occurred in Spring Boot applications where the Job Class combo in the Add/Edit Job dialog in the GUI was not populated with discovered Quartz job implementation class names.

 

2.5.0

New Features:

o WEB: Added support for starting/stopping/resuming multiple Quartz schedulers in a selected folder and its sub-folders.

o WEB: Fixed bug causing "Required config parameter missing: jobDataMap" error in the GUI when the user clicks on the Job Data Map icon in the Execution History grid and the job was executed with an empty job data map.

o WEB: Added check for the JDK java for when the web application is run in the one-step installation mode.

o AGENT, API, WEB: Added support for showing next fire times for individual triggers. This works for both existing and new (unsaved) triggers whose fire times can now be checked before the trigger is saved in the Quartz job store.

o WEB: Added new QuartzExecNotificationRuleService JAX-WS web-service.

o WEB: Added new QuartzJobChainService JAX-WS web-service.

o WEB: Added 2 new operations (getTriggerFireTimes and getPlannedJobExecutions) to QuartzService JAX-WS web-service.

o WEB: Added 3 new operations (startAllConnections, pauseAllConnections and stopAllConnections) to ConnectionService JAX-WS web-service (in the latest version 3.0).

o WEB: Added a link to the external Cron Maker service to the Cron Trigger editor to assist users with the preparation of their cron expressions.

o AGENT: Added QD_JOB_CHAIN_SRC_SCHEDULER_OBJECT_NAME param to the list of job data map parameters passed by job chains to target jobs. This allows the target job to identify the scheduler the source job was fired on and possibly invoke some actions on the scheduler (e.g. pausing the source job's trigger(s) in case the target job keeps failing).

o WEB: Added new Recipient(s) field to the Messages grid showing pending and sent notification messages.

o WEB: Added informative tooltips to all grid column headers.

o AGENT, WEB: Added support for Tomcat 9.x.

Changes:

o WEB: Added no-data and no-selection messages to all grids.

Fixed Bugs:

o AGENT: Fixed "No logging event store exists for thread: ..." error reported by the agent under heavy load.

o AGENT: Fixed issue with Tomcat 6 whose version was not recognized by the agent.

o AGENT: Fixed issue with JBoss 7.1 Community whose version was not recognized by the agent.

o WEB: Fixed issues with enabling and disabling job group and trigger group pause and resume buttons on the Jobs and Triggers grids.

o AGENT: Fixed issue with detecting the Quartz scheduler version in applications using quartz-all-x-y-z.jar rather than quartz-x-y-z.jar Quartz distribution file. As a result, some of the functionality in the GUI was disabled or did not work.

o WEB: Fixed issue with saving job execution log files in the GUI in case the tmp dir does not exist in the configured QuartzDesk webapp work directory (-Dquartzdesk.work.dir=...).

 

2.4.0

Changes:

o AGENT, API, WEB: Added support for JBoss EAP 6.4.0.

o API: Updated SecurityTokenUtils.decrypt to accept security tokens with an empty principal name. This prevents the "Invalid number of components in the security token" security exception from being thrown in case the security has been deliberately disabled for the QuartzDesk webapp.

o WEB: Implemented a workaround for a bug in Tomcat that sometimes caused an empty principal name being passed in the security token to external applications integrated with QuartzDesk GUI through custom navigation menu links.

Fixed Bugs:

o WEB: Fixed an issue with monitoring URLs for jobs and triggers whose names contain spaces. These monitoring URLs returned invalid status codes (JOB_NOT_FOUND/TRIGGER_NOT_FOUND).

o AGENT: Fixed an SQL error "ORA-01439: column to be modified must be empty to change datatype" when upgrading Oracle schema from version < 2.1.0.

o WEB: Removed all but Second, Minute and Hour time interval unit values from the Repeat Interval Unit combo in the Daily Time Interval Trigger editor.

o WEB: Removed the Millisecond time interval unit value from the Repeat Interval Unit combo in the Calendar Interval Trigger editor.

o AGENT: Fixed a bug in the JBoss classpath scanner that did not find any available Quartz job implementation classes.

o AGENT, WEB: Fixed a bug with JBoss EAP releases not being recognized by the agent and the webapp ("" application server version showing up in logs).

o AGENT, WEB: Fixed a "java.net.MalformedURLException: Unsupported protocol: jmxmp" issue in WAS 8.5.x. This issue prevented all JMXMP Quartz scheduler connections from being established.

 

2.3.0

Changes:

o AGENT, API: Re-engaged Proguard plugin for the agent and relocated few classes in the agent API that are invoked from the QuartzDesk Public API.

 

2.2.0

New Features:

o AGENT, WEB: When adding or editing a job in the GUI, users can now select from the list of available job implementation classes automatically discovered on the Quartz scheduler's classpath.

o API: Added new APIs (WorkerThreadLoggingInterceptorRegistry, WorkerThreadCallable, WorkerThreadRunnable) for the interception of log messages produced by worker threads spawned from the main job execution thread.

o AGENT, WEB: Added detection of WebLogic server version that is written to the log during agent and webapp startup.

o WEB: Added support for opening custom links in tabs inside the main application panel of the QuartzDesk GUI.

o AGENT: Fixed "[PWS0001] Function did not complete successfully." that occurred when accessing preceding exec history record using the JTOpen DB2 JDBC driver on AS/400 systems.

Changes:

o AGENT: Major rework of Quartz API version detection in deployed applications during their initialization.

Fixed Bugs:

o WEB: Fixed a NPE that occurred on WAS 8 and 8.5 when the user accessed the main (index) page.

o WEB: Fixed the "log4j:WARN No appenders could be found for logger (org.jboss.logging)." warning printed on the standard error output during the start of the application.

o AGENT, WEB: Fixed the "[com.quartzdesk.agent.DataSynchronizationMBeanImpl:128] - Error updating connections." error emitted by the AgentConnectionSyncJob logged in quartzdesk.log in case the agent used a MySQL database.

o WEB: Fixed 404 errors that occurred on WAS 8.0 and WAS 8.5. Added one extra installation step (removal of JTA API JAR from quartzdesk-web.war) for WAS 8.0 and 8.5 to the QuartzDesk Web Application and Upgrade Guide for WebSphere Application Server document.

 

2.1.3

Fixed Bugs:

o WEB: Fixed issue with the QuartzDesk webapp loading the Google jsapi from a Google URL. This may prevent the QuartzDesk GUI from starting in environments where access to external URLs is denied (e.g. by firewalls on the local network, firewalls in China preventing people from accessing all Google URLs).

 

2.1.1

Fixed Bugs:

o WEB: Fixed issue with trigger-related datetime values (Start Time, Previous Fire Time, Next Fire Time, etc.) not being displayed in the Triggers tab.

 

2.1.0

New features:

o AGENT, WEB: Added two new columns to all job grids indicating if the job detail class has been annotated with the @ConcurrentExecutionDisallowed and @PersistJobDataAfterExecuting annotations.

o WEB: Added tooltips to all GUI tabs.

o AGENT, WEB: Added support for WildFly AS 8.x, 9.x and 10.x.

o AGENT, WEB: AGENT, WEB: Added support for Tomcat 8.x.

o WEB: Configurable timestamp formats (see Settings -> General).

o AGENT, WEB: Added support for storing intercepted logging events emitted by executed jobs in temporary files in the agent's work directory. It is also possible to trim the list of intercepted logging events and store only the last N records in the agent database (qd_q_exec_history table).

Changes:

o AGENT: Increased the size of the msg_to_addr column in the qd_q_exec_notif_rule table from 64 chars to 256 to accommodate a longer list of an execution notification message recipients.

o AGENT: Increased the size of the msg_to_addr column in the qd_q_exec_notif_rule table from 64 chars to 256 to accommodate a longer list of an execution notification message recipients.

o AGENT: Changed log level of "Skipped processing of registration notification event for MBean..." messages from WARN to DEBUG so that they no longer fill the standard agent log on some platforms.

o WEB: Turned off logging of Hibernate statistical events that were filling up JBoss/WildFly app server logs.

Fixed Bugs:

o AGENT: Fixed ext.ch.qos.logback.core.util.IncompatibleClassException thrown during the initialization of the agent when there is a Logback configuration file picked up by the Logback auto-configuration API.

o AGENT: Fixed a bug that was causing "DB2 SQL Error: SQLCODE=-727, SQLSTATE=56098, SQLERRMC=2;-270;42997;63" on DB2 when the agent attempted to mark a notification message as failed.

o WEB: Fixed a bug with the Ajax timeout (configurable under Application Settings > General in the GUI) not being honored after ExtJS framework upgrade in 2.0.0. As a result, the default 30-second timeout was always applied.

 

2.0.1

Fixed Bugs:

o WEB: Fixed a JavaScript error that occurred when the user attempted to add a trigger from the Triggers tab.

o WEB: Fixed the alignment of the Start Time of Day and End Time of Day fields in the the DailyTimeIntervalTrigger editor.

 

2.0.0

New features:

o AGENT, WEB: Implemented "Execution Health" indicators for jobs and triggers showing the status of the last N executions.

o WEB: Added missing tooltips in the Application Settings and Message Channel Profiles dialogs.

o WEB: Added support for adding custom tabs to the Navigation panel in the GUI. Custom tabs with embedded tree-like link hierarchies can be used to add links to external extensions to the QuartzDesk GUI.

o API: Added easy to use JAX-WS clients for all web-services provided by the QuartzDesk Web Application (ConnectionServiceClient, QuartzServiceClient, QuartzExecHistoryServiceClient).

o AGENT: Added support for tracking currently executing jobs and persisting their details in the agent DB (qda_q_exec_job table and quartz.executingJob.track agent config property).

o AGENT, WEB: Added support for storing intercepted logging events emitted by executed jobs in temporary files in the agent's work directory. It is also possible to trim the list of intercepted logging events and store only the last N records in the agent database (qd_q_exec_history table).

o AGENT, WEB: Added job chaining support.

Changes:

o AGENT, WEB: Upgraded to use the latest QuartzDesk license API (1.1.x).

o WEB: Upgraded from ExtJS 4 to ExtJS 5.1.1.

o WEB: Migrated charts from ext-charts to sencha-charts and added various usability improvements.

o WEB: New color picker in all forms.

o WEB: Chart "Save As PNG/JPG/SVG" buttons replaced by "Preview & Save" that allows the user to save the chart image using the "Save As..." option in the native (browser) context menu.

o WEB: Removed deprecated QuartzService (QuartzAnywhere) web-service endpoints v1.0 - v4.0.

o WEB: Removed deprecated MessageReceiverService web-service endpoints v1.0 - v4.0.

o WEB: Manual Quartz triggers created in the GUI when the user selects a job and triggers a job now use the QD_MANUAL trigger group name and PT_ trigger name.

o WEB: Added new QuartzExecHistoryService web-service that allows integrators to access job and trigger execution history records through a single endpoint SOAP-based interface. The web-service is accessible at /services/quartz_exec_history/v1_0/QuartzExecHistoryService.

o WEB: Security role checking performed by SOAP interceptors rather than by the container. Therefore users no longer see 403 error when accessing web-services with a principal that does not have the required security role and they get the SecurityFault declared in the WSDL.

o WEB: Deprecated web-service usage checks moved from web-service endpoint implementations to a SOAP interceptor that produces a warning message in quartzdesk.log in case the user accesses deprecated web-service endpoint.

Fixed Bugs:

o WEB: Removed extraneous scrollbars that were shown in the scheduler tab in some browsers.

 

1.7.8

Fixed Bugs:

o WEB: Fixed the "java.lang.NoClassDefFoundError: org.apache.commons.lang.DateUtils" error when starting old data purging maintenance tasks.

 

1.7.7

Fixed Bugs:

o AGENT: Fixed 'ext.org.mozilla.javascript.EcmaError: ReferenceError: "precedingExecHistory" is not defined.' error that occurs if the job's execution history is empty and a notification rule accesses the precedingExecHistory scripting variable.

 

1.7.6

Fixed Bugs:

o API: Added fix for "RuntimeException: Unexpected Quartz trigger type: null" errors are can occur while reindexing triggers upon Quartz scheduler's startup in case the Quartz-enabled application creates and deletes triggers at a very fast pace.

o WEB: Fixed security issue with JMX auth passwords showing up in the log.

o AGENT: Fixed the way the WebLogic Server version is determined. This prevents IllegalStateException errors when running the agent on WLS installations with temporary Oracle patches applied in which case the WLS API returns version as "WebLogic Server Temporary ..." rather than expected "WebLogic Server a.b.c.d ...".

 

1.7.5

Fixed Bugs:

o WEB: Fixed bug that prevented viewing of runtime log data of executing jobs in the Executing Jobs tab.

 

1.7.4

New features:

o AGENT: Added RMI server connector to the agent so that users no longer need to set com.sun.management.jmxremote.* JVM system properties to enable remote JMX RMI access to the JVM.

o AGENT: Added RMI security support to the RMI server connector.

o AGENT: Added SASL security support to the JMXMP server connector.

o WEB: Added support for secure RMI, JMXMP and REMOTING-JMX scheduler connections.

o WEB: Added new com.quartzdesk.api.web.initializer.IApplicationInitializer API that can be implemented when embedding QuartzDesk Web Application in a custom container. This API allows programmatic initialization of the application without relying on the quartzdesk.work.dir JVM system property.

Changes:

o AGENT, WEB: Upgraded multiple third-party libraries packaged with the agent and web application (e.g. slf4j, logback, etc.).

o WEB: Database tables used by the internal Quartz scheduler embedded in the web application now use 'qd_qrtz_' table prefix rather than the default 'qrtz_' prefix.

o WEB: Added new versions of the ConnectionService (2.0) and QuartzService (6.0) web-services due to security-related changes to JMX connection data model.

Fixed Bugs:

o AGENT: Fixed license signature verification error that could be thrown if the agent used a buggy JAXB2 implementation on the classpath (error caused by an xsd:date serialization bug in older JAXB2 releases).

o AGENT: Fixed NPE that occurred during the initialization of the jobs and triggers index when the scheduler MBean could not be found.

o WEB: Fixed an issue that occasionally caused duplicate scheduler connections and folders being shown in the main navigation tree view.

 

1.7.2

Fixed Bugs:

o WEB: Fixed "java.lang.LinkageError: loader constraint violation: when resolving interface method com.quartzdesk.agent.api.IAgent.getSchedulingEventInterceptor(..." error that may prevent the QuartzDesk Web Application from starting if the JVM Agent has been deployed on the same JVM.

 

1.7.1

New features:

o AGENT, WEB: Added support for full-text searching in Jobs, Triggers, Execution History and Execution Notifications grids.

o AGENT, WEB: Added support for MS SQL Server 2008 R2 SP1 and Oracle 10.2 (10g R2).

o WEB: Added new ConnectionService web-service to allow external application to manage scheduler connections and folders that are displayed in the GUI.

o API: Improved logging in all logging appenders (Log4j, Log4j2, Logback) and handlers (JUL).

Fixed Bugs:

o WEB: Fixed AgentMessagePurgingJob cron schedule. The job was originally triggered every minute between 1am and 2am. Now it is triggered only once at 1am.

o WEB: SOAPFaults produced by all web-services (ConnectionService, MessageReceiverService, QuartzService) are now fully populated with an error-specific message and complete stack traces leading to the root cause error.

o AGENT: Fixed wrong JDBC driver class name in the sample quartzdesk-agent.properties (was org.h2.jdbcx.JdbcDataSource, now org.h2.Driver).

Changes:

o AGENT: JXMMP connector is now started by the agent in a daemon thread to prevent the JVM from exiting (JVM waits for all non-daemon threads to finish before it can exit).

o AGENT: Optimized fetching of execution history records from DB by excluding blob columns from result sets.

o AGENT: Reworked automatic registration of job and scheduler listeners with detected Quartz scheduler instances.

o AGENT: Major refactoring of the Quartz scheduler and job execution event listeners.

o WEB: Fixed the "Context initialization failed java.lang.IllegalArgumentException" problem that may occur during startup with JDK 1.8. This was actually a Spring issue (https://jira.spring.io/browse/SPR-10292) and it was resolved by upgrading to the latest stable Spring release 4.1.1.

o WEB: Added new versions of the QuartzService and MessageReceiverService web-services that use new XSD types ("http://service.quartzdesk.com/types/v1_0/" namespace). In this and future QuartzDesk release this makes it possible to use independent versioning for individual web-services. Previously any change to shared types resulted in a new version of all web-services.

 

1.6.0

Fixed Bugs:

o WEB: Improved checks for trigger existence to avoid NPE that could occur under rare circumstances while adding a new trigger. 

o WEB (TECH-G174R2960A): Fixed disappearing of currently executing jobs in the Currently Executing Jobs grid whose firing triggers have been deleted while the jobs are still running. Now the running jobs remain in the grid and can be accessed. 

o AGENT, WEB: Fixed QuartzDesk webapp deployment and runtime issues on JBoss caused by colliding classes in the com.quartzdesk.domain package exposed by the QuartzDesk Agent and the same classes present in the QuartzDesk web application. 

o AGENT: Fixed "com.quartzdesk.agent.api.AgentException: Error getting database schema SQL upgrade script URLs." error when upgrading the QuartzDesk Agent that has been configured to use an H2 database. 

Changes:

o WEB: Improved error reporting of the executing job interrupt operation. 

 

1.5.1

Fixed Bugs:

o WEB: Updated bundled JSTL lib from 1.2 to 1.2.1 to fix occasional NullPointerExceptions that can occur when the browser initiates multiple parallel requests for dynamically generated JS resources (Msg.js, LicensedProductFeatures.js etc.). The issue was caused by a synchronization bug in the JSTL 1.2 validator implementation.

o WEB: Fixed occasional "TypeError: QDesk.util.constant is undefined.", "QDesk.util.constant.ActionUrl is undefined" etc. JavaScript errors in browser console while loading the application. 

 

1.5.0

New features:

o AGENT: The agent can automatically start a JMXMP connector. Therefore users are no longer required to specify the JMX/RMI related Java system properties to start the JMX/RMI connector and they can safely switch to using the JMXMP connector. The JMXMP protocol is a firewall-friendly alternative to the commonly used JMX/RMI protocol. 

o AGENT: The agent can now be also loaded dynamically into the JVM by using the Sun/Oracle Attach API, or an alternative (proprietary) API. This is suitable for cases where users wish to bundle the agent with their application (typically a standalone Java application) and/or do not want to start the JVM with the javaagent JVM argument and the quartzdesk-agent.work.dir JVM property. 

o AGENT: Added new AgentInitializer API and initializerClass agent option. The value of this option is expected to be a FQCN of a class name implementing the com.quartzdesk.agent.api.IAgentInitializer interface. This option makes it possible to programmatically initialize and register the agent with the JVM that supports the Attach API. This new API and agent option is suitable for standalone applications that wish to have full control over agent initialization. 

o AGENT: Added support for H2 database profile. All H2 operating modes (in-memory, file and tcp) are supported. H2 support in the agent is intended primarily for development and experimental purposes. All QuartzDesk JVM Agent Installation and Upgrade Guides updated accordingly. 

o WEB: Added a new job AgentExecHistoryPurgingJob that purges old execution history records in QuartzDesk JVM Agent databases used by managed schedulers. This job purges execution history records that are older than the specified number of days (default is 400 days). Purging of old execution history records is disabled by default and it can be enabled in scheduler Settings. 

o WEB: Added a new job AgentExecHistoryLogPurgingJob that purges collected job execution log data in QuartzDesk JVM Agent databases used by managed schedulers. This job purges logs of execution history records that are older than the specified number of days (default is 30 days). Purging of execution history logs is disabled by default and it can be enabled in scheduler Settings. 

o WEB: Added a new job AgentMessagePurgingJob that purges old processed and permanently failed messages in QuartzDesk JVM Agent databases used by managed schedulers. The job purges messages that are older than the specified number of days (default is 30 days for processed messages and 60 days for permanently failed messages). Purging of old processed and permanently failed messages is disabled by default and it can be enabled in scheduler Settings.

o WEB: Extended support for H2 database profile. All H2 operating modes (in-memory, file and tcp) are supported. Previously the H2 database profile was only supported for the one-step installation mode. H2 support in the web application intended primarily for development and experimental purposes. All QuartzDesk Web Application Installation and Upgrade Guides updated accordingly.

o WEB: Added resizable splitters to the Jobs and Triggers tabs.

o WEB: Added tooltips to all forms. For example, all Edit Trigger forms have useful tooltips describing the trigger as well as individual trigger attributes.

Fixed Bugs:

o AGENT: Fixed a logback initialization issue (ext.ch.qos.logback.core.util.IncompatibleClassException) when the agent finds a logback.groovy, logback-test.xml, or logback.xml Logback configuration file on its classpath, or when the Logback configuration file is specified using the logback.configurationFile JVM system property. 

o AGENT, WEB: Fixed "org.xml.sax.SAXParseException: cvc-complex-type.2.4.a: Invalid content was found starting with element 'type'. One of '{issue-date}' is expected." thrown during agent/web-app startup on WebLogic 12c. 

o API: Fixed NPE in com.quartzdesk.api.agent.log.jul.JulInterceptionHandler thrown by the configured handler when the Agent is not installed. 

o WEB: Added a context menu (with a single menu item "Delete") to all job data map grids. 

o WEB: 'Max fetch date' and 'Max fetch size' tool bar option in Execution History grids are re-enabled after a data load error occurred. Previously these options were re-enabled only after a successful data load. 

o WEB: Fixed a bug with the Send Test Message button not working when editing a new message channel profile. 

o WEB: Excluded org.slf4j and org.slf4j.impl JBoss modules in jboss-deployment-structure.xml to make QuartzDesk log through the appenders configured in the logback.xml file located in the QuartzDesk work directory. 

Updates:

o AGENT: Users have 4 options to specify the agent work directory location: (1) Use the standard quartzdesk-agent.work.dir JVM property, or (2) use the new workDir Java agent option (-javaagent:=workDir=), (3) let the agent use the directory the agent JAR file is located in, or (4) use the new AgentInitializer API to programmatically initialize the agent.

o WEB: Significant (50%+) improvement in the application load/startup time. 

o WEB: All QuartzDesk internal Quartz jobs are now interruptible. Therefore you can interrupt these jobs using either the QuartzDesk web application GUI, or the QuartzAnywhere web-service API. 

o WEB: GlassFish deployment descriptor (glassfish-web.xml) now enforces parent-last class-loading order.

o WEB: QuartzDesk Web application data source name changed to jdbc/QuartzDeskDS.

o WEB: Added new settings (Maintenance Tasks configuration values) to the Edit Scheduler Connection dialog. 

o WEB: Added support for auto-disabling dialog form fields based on the installed QuartzDesk edition. This affects the Application Settings and the updated Edit Scheduler Connection dialogs. 

o WEB: Tooltips are no longer automatically dismissed after 5 seconds. They stay visible until the user hovers the mouse outside of the tooltip-enabled element. 

quartzdesk-agent-4.0.1.jar

File size:
11.71 Mb
MD5 Signature:
49030fdc277660f97a7d7c7054cbee0a
SHA1 Signature:
d6f6671350afb62c6722bc35baa3354341143369

QuartzDesk JVM Agent Library

Required by: QuartzDesk Standard and Enterprise edition
Please refer to the QuartzDesk JVM Agent Installation and Upgrade Guide for installation / upgrade instructions.

This artifact is also available in the Maven Central repository.

quartzdesk-api-4.0.1.jar

File size:
1.01 Mb
MD5 Signature:
b1df04f15fb0bf7a9becee6c4fa6201d
SHA1 Signature:
290cfe669fadfb14c4b5374a12d5e3bff3f8d8b9

QuartzDesk Public API Library

Required by: QuartzDesk Standard and Enterprise edition
Please refer to the QuartzDesk JVM Agent Installation and Upgrade Guide for installation / upgrade instructions.

This artifact is also available in the Maven Central repository. To add the library as a runtime dependency to your Maven project, please add the following dependency element to your project's POM:

<dependency>   <groupId>com.quartzdesk</groupId>   <artifactId>quartzdesk-api</artifactId>   <version>4.0.1</version>   <scope>runtime</scope> </dependency>

quartzdesk-web-4.0.1.war

File size:
86.96 Mb
MD5 Signature:
85b9eb48256d71f521473baa8177550c
SHA1 Signature:
eadcfd22021169594211117586bd260ef7fd3ef3

QuartzDesk Web Application

Required by: All QuartzDesk editions
Please refer to the QuartzDesk Web Application Installation and Upgrade Guide for installation / upgrade instructions.

This artifact is also available in the Maven Central repository.