QuartzDesk v1.4.1 Artifacts
Please refer to the Release notes for the list of new features, fixes and other changes in this release.
New features:
o AGENT: Added a workaround for a bug in WebLogic 10.3.x API causing IllegalStateException during RMI sub-system initialization. The agent instruments the weblogic.rmi.provider.WorkContextAccessController class to work around the bug. For details, please refer to https://community.oracle.com/thread/2619657.
o WEB: Added weblogic.xml deployment descriptor to the quartzdesk-web WAR. Added Oracle WebLogic to the list of supported platforms. WebLogic specific QuartzDesk web-application install documentation is pending (available by Jan 25).
o AGENT: Added Oracle WebLogic to the list of supported platforms. WebLogic specific QuartzDesk JVM Agent install documentation is pending (available by Jan 25).
o WEB: db.profile configuration (quartzdesk.properties) value is validated upon startup to avoid confusing data-source creation error messages in case the db.profile value is set incorrectly.
o WEB: Added row context menus to all grids where applicable. In addition, the browser context menu has been disabled for the entire application.
o WEB: Added Enable/Disable actions to the context menu in all Execution Rules grids to make it easier for users to enable/disable individual rules without opening the editor.
Fixed Bugs:
o WEB: QuartzDesk internal jobs annotated with DisallowConcurrentExecution to prevent multiple job instances from being executed concurrently.
o WEB: Fixed problem with invalid quarter name (e.g. Q3 instead of Q4) showing up in the period combo in Statistics tabs.
Removed:
o WEB: Removed support for the Skype message channel due to Microsoft discontinued support of the Skype Kit Java API (effective as of Jan 1, 2014).
Have fun!
-QuartzDesk team
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.
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.
Apache Maven Users
The QuartzDesk Public API library is also available in the Maven Central repository. To add the library as a 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>1.4.1</version> <scope>runtime</scope> </dependency>
QuartzDesk Web Application
Required by: All QuartzDesk editions
Please refer to the QuartzDesk Web Application Installation and Upgrade Guide for installation / upgrade instructions.