Font Size:
Ask Joget AI

Version 9.0.0

Version Highlights

Release Date: 9 September 2025
Editions: All Editions, Enterprise & Cloud Editions
Focus Areas: Major Security updates, UI fixes, plugin enhancements, theme consistency, engine improvements

  • DX 9 Builder Theme

    • Fixed top position alignment issues (margin not accounted).
    • Corrected hyperlink color and adjusted theme label.
    • Fixed date picker icon spacing for medium/large fonts.
    • Fixed the advanced app to generate a pop-up dialog button layout.
  • DX 9 Theme

    • Fixed notification visibility on mobile.
    • Corrected spacing between header and time in RTL.
  • DX 8 Themes (Trimeda, Angle)

    • Fixed horizontal menu UI issues, margin consistency, layout regressions, header styling, submenu background transparency, and page link arrow alignment.
    • Ensured compatibility in the DX 9 environment.
  • Trimeda Theme

    • Added missing top CSS for form label-top.

  • Ignite Theme

    • Fixed unclear percentage in dark mode.
    • Restored the missing icon/label in the list button.
  • General UI

    • Fixed property editor icon inconsistencies, dropdown overlap, and styling for multi-select.
    • Fixed marketplace install button overlay and help icon misalignment (RTL).
    • Fixed pop-up body padding, button styling in dark theme, and the save/generate button float in RTL.
    • Fixed login redirection for assignment links.
    • Fixed signature pad redo/undo issues.
    • Fixed icon picker value display.
    • Fixed app generator “Check” button rendering after completion.
    • Fixed app resource card width spacing.
    • Fixed unauthorized page permissions, text, margin, and logo alignment.
    • Fixed the process status tree not reflecting the actual process.
    • Fixed process builder usability issues, zoom button toggle, tree viewer/X-ray viewer.
    • Fixed datalist mobile filter opening only the last filter.
    • Fixed form field input width in RTL (Progressive & Universal themes).
    • Fixed the presence manager shutdown and cleaning.
    • Fixed the error toast close button focus style.
    • Fixed user profile mandatory field asterisk alignment.
    • Fixed app version table redirection after new version creation.

Core Enhancements

  • Installer & Start Script

    • Updated app center, default apps, SQL/database files, and NOTICE.txt.
    • Added KB link for system properties.
  • Cache

    • Fixed backward compatibility issues with Ehcache upgrade.
    • Fixed cache readiness, causing setup redirection errors.
  • Form & Data

    • Fixed the regression in Form Data Dao (c_ prefix with findCustomQuery).
    • Implemented Serializable in FormDataAuditTrail.
    • Fixed the incorrect typecast in FormOptionsCacheAspect.
    • Fixed deleted page definition persisting in DB.
  • Kafka

    • Fixed improper shutdown handling in KafkaEventStreamManager.
    • Corrected the logging class name in KafkaLog.
  • Service Worker

    • Fixed push notifications tool errors.
  • Accordion Component

    • Fixed improper behavior.
  • AppUtil

    • Improved error logging with hash variable display.

Security Updates

  • Frameworks & Libraries

    • Upgraded Spring Framework to 6.2.10 (CVE-2025-41242) and 6.2.8.
    • Upgraded Spring Security to 6.5.1.
    • Upgraded Spring-Kafka to 3.3.7 and Kafka Clients to 3.9.1.
    • Upgraded Apache Tomcat to 9.0.106, 9.0.107, 11.0.8, 11.0.9, and 11.0.10 (CVE-2025-48989).
    • Upgraded commons-fileupload to 1.6.0.
    • Upgraded commons-beanutils to 1.11.0.
    • Upgraded commons-lang3 to 3.18.0 (CVE-2025-48924).
    • Upgraded gson to 2.13.1 (CVE-2025-53864).
    • Upgraded JGit to 6.10.1.
    • Upgraded spring-jcl to 6.2.8.
  • UserSecurityImpl

    • Fixed login issues due to Spring Security 6.
    • Fixed the Change Password pop-up not showing after redirect.
  • MFA

    • Fixed login issues with Spring Security 6.
  • HostManager

    • Improved security checks.

  • Plugin Thread

    • Fixed improper shutdown handling.

  • License

  • Fixed app publishing issue with single version license.
  • Fixed app limit exceeded warning not triggered.

Plugin Enhancements & Fixes

  • Plugin Manager

    • Improved plugin validation.
    • Fixed dependent plugins not reloading correctly.
    • Fixed NPE and thread close warnings during shutdown.
  • Rich Text Editor

    • TinyMCE: enabled convert_unsafe_embeds for CVE-2024-29881.

  • Form Data Update Tool

    • Added support for multi-line value updates.

  • Select Box List Filter

    • Added options to remove the search field and “Select All”.

  • Export Form Email Tool

    • Added error handling with retry support.

  • BeanShellOverviewTool

    • Added javax namespace check.

  • Web Socket Plugin

  • DX 9 Migration

    • Back up the original plugin during migration.

  • ExtUserHashVariable

    • Added error handling for invalid keys.

  • Plugin – Exporting License Package

    • Added support for license package export.

  • Security Plugin Test
    • Fixed Security Plugin Test showing VULNERABLE status in Cloud Security.

App Center & Admin Console

  • DX 9 App Center

    • Added styling to Design App Form.
    • Fixed header misalignment under mobile breakpoint.
    • Added Process Builder video.
    • Added new Stats Hash Variable.
    • Modified implementation to retrieve top 2 APM data.
    • Updated design and fixed issues.
  • Admin Console UI

    • Fixed incorrect version in help link.

Workflow Engine (WFENGINE)

    • Fixed OutOfMemoryError when migrating completed process data.
    • Fixed backward compatibility for assignmentComplete plugins.
    • Fixed submitted process not showing in “My In Progress”.
    • Fixed WorkflowManagerImpl returning null if package not found.
    • Fixed Event Stream Manager shutdown issues.

Additional Improvements

  • Template Editor & CodeEditor

    • Fixed performance issues and updated the editor.

  • Super App Listing

    • Fixed the manage listing and add/remove buttons.

  • App Composer

    • Fixed the Web Coding script editor navigation issue.

  • Property Editor

    • Fixed the saving issue with the empty multi-select tool.

    • Fixed mandatory check ignored when no value was selected.

  • Directory Manager

    • Fixed default values not shown for the SEDM plugin.

    • Fixed class name resolution for Spring AOP wrapped plugin.

  • SMTP Settings

    • Added email error handling (retry).

Full Changelogs

All Editions

[ FIXED ]        CORE       : Process Data Collector - Improve implementation for multi tenant security check
[ FIXED ]      UI        : DX 8 Trimeda Theme - Fixed DX 8 Trimeda Horizontal Menu UI Issues
[ MODIFIED ]   UI        : i18n - Modified KB helplink references to use DX 9 docs instead of DX 8
[ MODIFIED ]   CORE   : Installer - Update SQL & database files
[ FIXED ]      UI        : Builder - Added error fallback to prevent infinite loading
[ MODIFIED ]   CORE   : jwdb-mysql - Updated pluginProperties datatype to longtext
[ FIXED ]      UI        : DX 9 Themes - Fixed calendar icon position
[ FIXED ]       UI        : DX 9 Builder Theme - Fixed wrong top position
[ FIXED ]       UI        : DX 9 Builder Theme - Fixed top position not accounting for margin
[ FIXED ]       UI        : Trimeda - Added missing top CSS for form label-top
[ FIXED ]       UI        : DX 8 Trimeda Theme - Made margin consistent
[ FIXED ]       UI        : Seamless Marketplace - List can't load after login or guest access
[ FIXED ]       CORE   : FormDataAuditTrail - Implement Serializable interface
[ FIXED ]       UI        : Marketplace - Fixed install button overlay and help icon misalignment in RTL
[ FIXED ]       UI        : Property Editor - Fixed icon inconsistency for wider widths
[ FIXED ]       UI        : CSS - Fixed install button overlay and property assistant misalignment
[ FIXED ]       UI        : Marketplace - Fixed install button overlay and help icon misalignment in RTL
[ FIXED ]      UI        : Builder Theme - Save/generate button not floated left in RTL view
[ FIXED ]       UI        : Builder Theme - Popup body button action missing RTL styling
[ FIXED ]       UI        : Property - Page snaps back to top when scrolling with chosen container open
[ FIXED ]       UI        : Builder Theme - Advanced app generate popup dialog buttons cut off
[ FIXED ]       UI        : Builder Theme - In-page button missing background color in dark theme
[ FIXED ]       UI        : App Generator - Page not using buildertheme.css styling and popup issues
[ FIXED ]       UI        : Builder Theme - Save/generate button not floated left in RTL view
[ FIXED ]       UI        : Property - Page snaps back to top when scrolling with chosen container open
[ FIXED ]       UI        : Builder Theme - Popup body button action missing RTL styling
[ FIXED ]       CORE   : FormOptionsCacheAspect - Incorrect type cast when retrieving cache element
[ MODIFIED ]   UI        : DX 9 App Center - Added styling to Design App Form
[ FIXED ]       UI        : RTL - Wrong background position
[ FIXED ]       UI        : DX 9 App Center - Header misalignment under mobile breakpoint
[ FIXED ]       UI        : DX 9 App Center - Added Process Builder video and fixed UI issues
[ FIXED ]       UI        : DX 9 App Center - Fixed UI issues
[ MODIFIED ]   CORE   : DX 9 App Center - Update design and fix issues
[ FIXED ]       UI        : Datalist - Mobile filter only opens last filter
[ MODIFIED ]   CORE   : Start Script - Added link to KB page for system properties
[ FIXED ]       UI        : App Resource - Fixed card width spacing
[ FIXED ]       UI        : App Resource - Fixed resource issues
[ FIXED ]       UI        : DX 8 Trimeda Theme - Page link arrows misaligned on small screens
[ FIXED ]       UI        : DX 8 Trimeda Theme - Spacing between left and right arrows not equal
[ FIXED ]       UI        : DX 9 Theme - Lack of spacing between header and time in RTL
[ FIXED ]       UI        : DX 9 Theme - Notification partially hidden on mobile
[ FIXED ]       UI        : Joget Design System - CSS issues with default apps
[ FIXED ]       CORE   : Template Editor & CodeEditor - Performance issue and editor update
[ FIXED ]       CORE   : Super App Listing - Manage listing and add/remove buttons not working
[ FIXED ]       UI        : Unauthorized Page - Permissions text not shown for non-admin users
[ FIXED ]       UI        : Unauthorized Page - Unnecessary margin and logo misalignment on small screens
[ FIXED ]       UI        : Process Builder - Migrated DX 8 design distorted
[ MODIFIED ]   UI        : Monitor - Default order descending and date column sortable
[ FIXED ]       UI        : Builders - Added "X-ray Viewer" to advanced tools header
[ FIXED ]       UI        : Process Builder - Zoom in/out button not enabling/disabling correctly
[ FIXED ]       UI        : Process Builder - Tree Viewer and X-ray Viewer not working correctly
[ FIXED ]       UI        : Themes - RTL regression added extra right padding
[ FIXED ]       UI        : Progressive & Universal Themes - Form field input width incorrect in RTL
[ FIXED ]       UI        : Icon Picker - Icon value not showing when selected
[ FIXED ]       UI        : Signature Pad - Arrow button issue in export
[ FIXED ]       UI        : Login - Redirection not working for assignment link
[ FIXED ]       SECURITY   : Upgrade Spring Framework to 6.2.10 for CVE-2025-41242
[ MODIFIED ]   UI        : Admin Console UI - Wrong version in help link
[ FIXED ]       WFENGINE : Monitor - Migrating completed process data causes OutOfMemoryError
[ FIXED ]       SECURITY   : Upgrade Apache Tomcat to 11.0.10 for CVE-2025-48989
[ ADDED ]       PLUGIN     : Plugin - Exporting license package
[ FIXED ]       UI        : JSON Definition - Advanced tool does not autoupdate in DX 9
[ FIXED ]       UI        : Process Builder - Cannot modify process ID
[ FIXED ]       UI        : DX 8 Themes - Compatibility issues in DX 9 environment
[ FIXED ]       UI        : App Create - No bottom spacing between action items on mobile
[ FIXED ]       UI        : Seamless Marketplace - Appearing in plugin config outside builder
[ FIXED ]       UI        : Popupbody - Missing top padding causing content visibility issues
[ FIXED ]       UI        : Themes - Login page had unnecessary padding-right
[ FIXED ]       WFENGINE : Assignments - Backward compatibility for assignmentComplete plugins
[ FIXED ]       UI        : Joget Design System - Hyperlink underline issues
[ FIXED ]       CORE   : Service Worker - Push notifications tool not working due to service worker error
[ FIXED ]       WFENGINE : WorkflowManagerImpl - Return null if package not found
[ FIXED ]       UI         : Password label position misaligned in RTL mode
[ FIXED ]       UI         : Guide icon misaligned in RTL mode
[ FIXED ]       UI         : Builder Theme - Element help link not properly positioned
[ FIXED ]       UI         : Builder Theme - Send test email popup missing padding in light and dark theme
[ FIXED ]       CORE       : Process Data Collector - Improve implementation for multi tenant security check
[ FIXED ]       PLUGIN     : Plugin Manager - Improve plugin validation
[ FIXED ]       PLUGIN     : Plugin - Missing packages for sending email
[ FIXED ]       SECURITY   : HostManager - Improve security check
[ FIXED ]       CORE       : Service Worker - Push notifications tool not working due to service worker error
[ FIXED ]       WFENGINE : WorkflowManagerImpl - Return null if package not found
[ FIXED ]       UI         : Process Builder - Usability issues
[ FIXED ]       UI         : Property Editor - Saving issue when multi select tool is empty
[ FIXED ]       UI         : Property Editor - Mandatory check ignored when no value selected
[ FIXED ]       CORE       : gson - Upgraded to version 2.13.1 for CVE-2025-53864
[ FIXED ]       WFENGINE : commons-lang3 - Upgraded to version 3.18.0 for CVE-2025-48924
[ FIXED ]       UI         : pom.xml - Upgrade commons-fileupload to 1.6.0
[ FIXED ]       UI         : Plugin DX 9 Migration - Backup original plugin
[ FIXED ]       CORE       : Form Data Dao - Regression causing c_ prefix not working with findCustomQuery
[ FIXED ]       UI         : Upload XPDL Popup - Popup body had two different background colors
[ FIXED ]       UI         : ConsoleWebController - Directory manager list getting class name of Spring AOP wrapped plugin
[ FIXED ]       CORE       : Cache - Regression causing missing method issue
[ FIXED ]       SECURITY   : Upgrade Apache Tomcat to 11.0.9
[ FIXED ]       CORE       : Beanshell - Transform to Jakarta namespace
[ FIXED ]       PLUGIN     : Web Socket Plugin - Unable to resolve jakarta.websocket
[ FIXED ]       UI         : PresenceManager - Shutdown cleaning not running correctly
[ FIXED ]       WFENGINE : Event Stream Manager - Does not shutdown properly
[ FIXED ]       SECURITY   : Plugin Thread - Thread does not stop properly on shutdown
[ FIXED ]       PLUGIN     : Plugin Manager - NPE and thread close warning during shutdown
[ FIXED ]       CORE       : MfaAuthenticator - Unable to login due to Spring Security 6
[ FIXED ]       CORE       : BuilderDefinitionDaoImpl - Hibernate cascade save error when saving userview with deleted page
[ FIXED ]       UI         : Checkbox/Radio - "HTML Content" checkbox not visible
[ FIXED ]       UI         : Builder - Redo stack not clearing correctly
[ FIXED ]       UI         : App Composer - Web Coding script editor not opening after navigation
[ ADDED ]       UI         : Property ID - Added camel case suggestion to process builder
[ FIXED ]       CORE       : UI/Log Viewer - Hardcoded references to "jw" path
[ FIXED ]       UI         : MultiSelectElement - 'Add Row' button always visible; now appears only on hover
[ FIXED ]       UI         : Property Editor - Extra width and dropdown overlap
[ FIXED ]       UI         : Property Editor - Styling issue for multi select element
[ FIXED ]       UI         : Util - TypeError when loading X-Admin theme
[ FIXED ]       UI         : User Profile - Asterisk symbol for mandatory fields misaligned
[ FIXED ]       CORE       : User Auth and Audit Trail - Missing app info
[ ADDED ]       CORE       : SMTP Settings - Added email error handling (retry) in System Settings
[ FIXED ]       SECURITY   : Upgrade to spring-jcl 6.2.8 (conflict with jcl-over-slf4j)
[ FIXED ]       SECURITY   : Upgrade to Spring Security 6.5.1
[ FIXED ]       SECURITY   : Upgrade to Spring Framework 6.2.8
[ FIXED ]       UI         : Directory Manager Config - Default values for SEDM plugin not shown
[ FIXED ]       CORE       : Accordion component - Accordion item not behaving properly
[ FIXED ]       UI         : Error toast message close button focus style not rendering correctly
[ FIXED ]       WFENGINE : Workflow Manager - Submitted process not showing in "My In Progress"
[ FIXED ]       CORE       : Long Term Cache - Ehcache upgrade broke backward compatibility
[ FIXED ]       UI         : Date Picker - Incorrect styling in Xadmin and Universal themes
[ FIXED ]       UI         : Date Picker - Incorrect color for date picker icon
[ FIXED ]       UI         : Date Picker - Misaligned icon in RTL
[ FIXED ]       UI         : DX 9 Builder Theme - Datepicker icon spacing for medium/large fonts
[ FIXED ]       UI         : Date Picker - Incorrect styling in Trimeda theme
[ FIXED ]       UI         : Date Picker - Icons misaligned in compact theme and larger fonts on small screens
[ FIXED ]       CORE       : AppUtil - Show hash variable in logs when error occurs
[ FIXED ]       SECURITY   : Upgrade Apache Tomcat to 11.0.8
[ FIXED ]       SECURITY   : Upgrade Apache Tomcat to 9.0.106
[ FIXED ]       SECURITY   : Upgrade commons-beanutils to 1.11.0
[ FIXED ]       CORE       : Security - Upgrade to JGit 6.10.1
[ FIXED ]       UI         : Profile - Inconsistent behavior in user page profile
[ FIXED ]      UI         : Profile - Edit profile does not check for XSS in name field
[ FIXED ]      UI         : App Version Table - Newly created version not redirected
[ FIXED ]      UI         : DX 8 Trimeda Theme - Correction of layout regression
[ FIXED ]      UI         : DX 8 Trimeda Theme - Header styling, show button, and observer issue
[ FIXED ]      UI         : Icon text field - Allowed empty label incorrectly
[ FIXED ]       CORE       : Setup - Cache not ready causing redirection to setup error page
[ FIXED ]       UI         : General Settings - Default UI setting selecting unpublished UI
[ FIXED ]       CORE       : UI Builder - Deleted page definition still exists in DB
[ FIXED ]       UI         : Image upload - Permission retrieved from unpublished app version
[ FIXED ]       PLUGIN     : Plugin Manager - Dependent plugins not reloading correctly
[ MODIFIED ]   UI    : i18n - Modified KB helplink references to use DX 9 docs instead of DX 8
[ MODIFIED ]   CORE     : Installers - Update app center, default apps, SQL & database files
[ FIXED ]   UI    : Icon TextFields - Added missing top CSS for form label-top
[ FIXED ]   UI    : Inconsistent Arrows - Fixed CSS positions of the icon textfield
[ FIXED ]   UI     : Textfield with Icon - Modified CSS styling selectors to be more specific in Janux
[ FIXED ]   UI     : Builder Theme - Fixed advanced app generate popup dialog button layout
[ FIXED ]   UI    : App Generator - Resolved issue where “Check” button was not rendered after generator completion
[ FIXED ]   UI    : Builder Theme - Fixed advanced app generate popup dialog button layout
[ MODIFIED ]   UI    : DX 9 App Center - Modified implementation to get top 2 APM data
[ MODIFIED ]   UI    : DX 9 App Center - Added new Stats Hash Variable
[ MODIFIED ]   CORE     : Start Script - Added link to KB page for system properties
[ MODIFIED ]   CORE     : Installer - Update NOTICE.txt
[ FIXED ]   UI    : Builder Theme - Fixed CSS issues with default apps
[ FIXED ]   UI    : DX 9 Theme - Fixed notification visibility on mobile
[ FIXED ]   UI    : Quick Navigation - Fixed UI issues and added new translation
[ FIXED ]   UI    : Process Status List - Fixed process status tree not reflecting actual process
[ FIXED ]   UI    : Theme Builder - Table - Removed unused property headerFilterHoverBg
[ FIXED ]   UI    : Theme Builder - Card - Fixed subtitle color and added example for text color usage
[ FIXED ]   UI    : Theme Builder - Fixed color configuration issues
[ FIXED ]   UI    : Signature - Redo still possible after clearing pad
[ FIXED ]   UI    : Signature Pad - Fixed signature pad issues
[ FIXED ]   UI    : Ignite - Fixed unclear percentage in dark theme
[ FIXED ]   SECURITY   : Upgrade Spring Framework to 6.2.10 for CVE-2025-41242
[ MODIFIED ]   UI    : Admin Console UI - Wrong version in help link
[ FIXED ]   SECURITY   : Upgrade Apache Tomcat to 11.0.10 for CVE-2025-48989
[ FIXED ]   PLUGIN     : Rich Text Editor - TinyMCE set convert_unsafe_embeds to true for CVE-2024-29881
[ FIXED ]   UI    : DX 8 Angle Theme - Fixed compatibility issues in DX 9 environment
[ FIXED ]   UI    : TOTP - Asterisk for password field not red
[ FIXED ]   UI    : DX 8 Angle Theme - Submenu background color transparent when default color is used
[ FIXED ]   UI    : Ignite - List button missing icon and label
[ FIXED ]   UI    : DX 9 Builder Theme - Fixed hyperlink color and adjusted theme label
[ FIXED ]   UI    : Signature Pad - Fixed redo/undo function
[ FIXED ]   SECURITY   : NOTICE.txt - Updated gson and commons-lang3 version
[ FIXED ]   SECURITY   : NOTICE.txt - Upgrade commons-fileupload to 1.6.0
[ MODIFIED ]   PLUGIN     : Form Data Update Tool - Support multi-line value updates
[ FIXED ]   SECURITY   : Upgrade Apache Tomcat to 9.0.107
[ FIXED ]   SECURITY   : Upgrade Apache Tomcat to 11.0.9
[ FIXED ]   PLUGIN     : BeanShellOverviewTool - Added javax namespace check
[ FIXED ]   CORE     : KafkaEventStreamManager - Improper shutdown handling
[ FIXED ]   CORE     : KafkaLog - Logged with incorrect logical class name
[ FIXED ]   SECURITY   : UserSecurityImpl - Unable to login due to Spring Security 6
[ FIXED ]   SECURITY   : Upgrade to Spring Security 6.5.1
[ FIXED ]   SECURITY   : Upgrade to spring-kafka 3.3.7 and kafka-clients 3.9.1
[ MODIFIED ]   SECURITY   : NOTICE.txt - Upgrade to commons-beanutils 1.11.0
[ MODIFIED ]   SECURITY   : NOTICE.txt - Upgrade to JGit 6.10.1
[ FIXED ]   SECURITY   : Upgrade to Spring Framework 6.2.8
[ MODIFIED ]   PLUGIN     : Select Box List Filter - Added options to remove search field and "Select all"
[ FIXED ]   SECURITY   : UserSecurityImpl - Change Password popup not showing after redirect
[ MODIFIED ]   PLUGIN     : Export Form Email Tool - Support email error handling (retry)
[ FIXED ]   CORE     : Long Term Cache - Ehcache upgrade broke backward compatibility
[ FIXED ]   UI    : Date Picker - Incorrect styling in Janux theme
[ FIXED ]   CORE     : Ignite Cache Manager - Updated for interface changes
[ FIXED ]   UI    : Janux Theme - Fixed date picker close icon positioning with font size and compact mode
[ FIXED ]   SECURITY   : License - Cannot publish app with only one version when license is installed
[ FIXED ]   SECURITY   : App License - App limit exceeded warning not triggered
[ FIXED ]   PLUGIN    : ExtUserHashVariable - No error handling for invalid hash variable key
[ FIXED ]   SECURITY   : Upgrade Apache Tomcat to 11.0.8
[ FIXED ]   SECURITY   : Exclude conflicting commons-beanutils from dependencies
[ FIXED ]   SECURITY   : NOTICE.txt - Upgrade commons-beanutils to 1.11.0
[ FIXED ]   SECURITY   : NOTICE.txt - Upgrade to JGit 6.10.1
[ FIXED ]   UI    : Date Picker - Hour and minute values not displayed in V5 Janux Theme
[ FIXED ]   UI    : Spreadsheet - Data row lost in edit mode when no spare row set
[ FIXED ]   UI    : Spreadsheet - Extra summary row added when sorting column summary
[ FIXED ]   UI    : MultiPagedFormChild - Skip post-processing of unloaded child form fields to prevent double encryption

Enterprise & Cloud Editions

[ FIXED ]        CORE       : Janux Theme - Fixed positioning of date picker close icons with font size control and compact mode.
[ MODIFIED ]   UI       : i18n - Modified KB helplink references to use DX 9 docs instead of DX 8
[ MODIFIED ]   CORE   : Installers - Update app center, default apps, SQL & database files
[ FIXED ]       UI        : Icon TextFields - Added missing top CSS for form label-top
[ FIXED ]       UI        : Inconsistent Arrows - Fixed CSS positions of the icon textfield
[ FIXED ]       UI        : Textfield with Icon - Modified CSS styling selectors to be more specific in Janux
[ FIXED ]       UI        : Builder Theme - Fixed advanced app generate popup dialog button layout
[ FIXED ]       UI        : App Generator - Resolved issue where “Check” button was not rendered after generator completion
[ FIXED ]       UI        : Builder Theme - Fixed advanced app generate popup dialog button layout
[ MODIFIED ]   UI        : DX 9 App Center - Modified implementation to get top 2 APM data
[ MODIFIED ]   UI        : DX 9 App Center - Added new Stats Hash Variable
[ MODIFIED ]   CORE   : Start Script - Added link to KB page for system properties
[ MODIFIED ]   CORE   : Installer - Update NOTICE.txt
[ FIXED ]       UI         : Builder Theme - Fixed CSS issues with default apps
[ FIXED ]       UI         : DX 9 Theme - Fixed notification visibility on mobile
[ FIXED ]       UI         : Quick Navigation - Fixed UI issues and added new translation
[ FIXED ]       UI         : Process Status List - Fixed process status tree not reflecting actual process
[ FIXED ]       UI         : Theme Builder - Table - Removed unused property headerFilterHoverBg
[ FIXED ]       UI         : Theme Builder - Card - Fixed subtitle color and added example for text color usage
[ FIXED ]       UI         : Theme Builder - Fixed color configuration issues
[ FIXED ]       UI         : Signature - Redo still possible after clearing pad
[ FIXED ]       UI         : Signature Pad - Fixed signature pad issues
[ FIXED ]       UI         : Ignite - Fixed unclear percentage in dark theme
[ FIXED ]       SECURITY  : Upgrade Spring Framework to 6.2.10 for CVE-2025-41242
[ MODIFIED ]   UI        : Admin Console UI - Wrong version in help link
[ FIXED ]       SECURITY  : Upgrade Apache Tomcat to 11.0.10 for CVE-2025-48989
[ FIXED ]       PLUGIN    : Rich Text Editor - TinyMCE set convert_unsafe_embeds to true for CVE-2024-29881
[ FIXED ]       UI        : DX 8 Angle Theme - Fixed compatibility issues in DX 9 environment
[ FIXED ]       UI        : TOTP - Asterisk for password field not red
[ FIXED ]      UI        : DX 8 Angle Theme - Submenu background color transparent when default color is used
[ FIXED ]      UI        : Ignite - List button missing icon and label
[ FIXED ]      UI        : DX 9 Builder Theme - Fixed hyperlink color and adjusted theme label
[ FIXED ]      UI        : Signature Pad - Fixed redo/undo function
[ FIXED ]      SECURITY  : NOTICE.txt - Updated gson and commons-lang3 version
[ FIXED ]      SECURITY  : NOTICE.txt - Upgrade commons-fileupload to 1.6.0
[ MODIFIED ]   PLUGIN    : Form Data Update Tool - Support multi-line value updates
[ FIXED ]      SECURITY  : Upgrade Apache Tomcat to 9.0.107
[ FIXED ]      SECURITY  : Upgrade Apache Tomcat to 11.0.9
[ FIXED ]      PLUGIN    : BeanShellOverviewTool - Added javax namespace check
[ FIXED ]      CORE   : KafkaEventStreamManager - Improper shutdown handling
[ FIXED ]      CORE   : KafkaLog - Logged with incorrect logical class name
[ FIXED ]      SECURITY  : UserSecurityImpl - Unable to login due to Spring Security 6
[ FIXED ]      SECURITY  : Upgrade to Spring Security 6.5.1
[ FIXED ]      SECURITY  : Upgrade to spring-kafka 3.3.7 and kafka-clients 3.9.1
[ MODIFIED ]   SECURITY  : NOTICE.txt - Upgrade to commons-beanutils 1.11.0
[ MODIFIED ]   SECURITY  : NOTICE.txt - Upgrade to JGit 6.10.1
[ FIXED ]      SECURITY  : Upgrade to Spring Framework 6.2.8
[ MODIFIED ]   PLUGIN    : Select Box List Filter - Added options to remove search field and "Select all"
[ FIXED ]      SECURITY  : UserSecurityImpl - Change Password popup not showing after redirect
[ MODIFIED ]   PLUGIN    : Export Form Email Tool - Support email error handling (retry)
[ FIXED ]      CORE   : Long Term Cache - Ehcache upgrade broke backward compatibility
[ FIXED ]      UI        : Date Picker - Incorrect styling in Janux theme
[ FIXED ]      CORE   : Ignite Cache Manager - Updated for interface changes
[ FIXED ]      UI        : Janux Theme - Fixed date picker close icon positioning with font size and compact mode
[ FIXED ]      SECURITY  : License - Cannot publish app with only one version when license is installed
[ FIXED ]      SECURITY  : App License - App limit exceeded warning not triggered
[ FIXED ]      PLUGIN    : ExtUserHashVariable - No error handling for invalid hash variable key
[ FIXED ]      SECURITY  : Upgrade Apache Tomcat to 11.0.8
[ FIXED ]      SECURITY  : Exclude conflicting commons-beanutils from dependencies
[ FIXED ]      SECURITY  : NOTICE.txt - Upgrade commons-beanutils to 1.11.0
[ FIXED ]      SECURITY  : NOTICE.txt - Upgrade to JGit 6.10.1
[ FIXED ]      UI       : Date Picker - Hour and minute values not displayed in V5 Janux Theme
[ FIXED ]      UI         : Spreadsheet - Data row lost in edit mode when no spare row set
[ FIXED ]    UI         : Spreadsheet - Extra summary row added when sorting column summary
[ FIXED ]      UI         : MultiPagedFormChild - Skip post-processing of unloaded child form fields to prevent double encryption
Created by Debanraj Ravindran Last modified by Debanraj Ravindran on Aug 05, 2026