Font Size:
Ask Joget AI

Version 8.2.11

Version Highlights

Release Date: 8 July 2026
Editions: All Editions, Enterprise & Cloud Editions
Focus Areas: Bug fixes, security upgrades, dependency updates, theme consistency, and database compatibility

Core Enhancements

Improvements to Joget's core features, including Builders, APIs, and overall platform performance.

  • Added a new aspect to print the stack trace whenever BitronixTransaction setRollbackOnly() is called.

Theme-Specific Fixes

Updates and fixes related to themes, ensuring better UI consistency and user experience.

  • Resolved a rendering issue in RTL view where badges with a max-width caused display problems in Progressive, Universal, and XAdmin themes.
  • Fixed brand tooltip overflow issues and brand name visibility across all themes.
  • Fixed login page UI issues, overlapping login forms with error messages, and unnecessary padding in RTL view across DX8 and Trimeda themes.
  • Fixed spacing and alignment issues for form errors in the Trimeda theme.
  • Fixed subform positions in Progressive and Universal themes.

Bug Fixes and Improvements

List of bugs resolved in this release, along with general performance and stability improvements.

  • Fixed an issue where icon HTML was not retained when HTML code was written inside the input in the Icon Text Field.
  • Fixed encoding issues in the Icon TextField Property Editor.
  • Addressed slow builder loading on multi-tenant environments.
  • Fixed an issue where AppPluginUtil.getDefaultProperties improperly converts objects using the toString method.
  • Resolved performance issues with builder saving for App Git.
  • codevented duplicate list or userview entries and JSON errors when app or form titles contain quotes or apostrophes in Generate Apps.
  • Converted ntext columns for the definition table to nvarchar in the Database.
  • Fixed the secure authentication health check failing to detect OpenID Connect.
  • Fixed the steps indicator of Multi Tools components remaining expanded when not configuring it.
  • Fixed an issue where app redirection failed and displayed a "page not found" error after logging in with MFA.
  • Fixed form builder element ordering issues caused by incorrect DOM-to-model index mapping.
  • Fixed the image upload field on Chrome failing to show the camera option on Android devices.
  • Enhanced process archiving logic with separate progress tracking and improved error handling.
  • Resolved performance issues when a large number of workflow variables are used for non-routing purposes.
  • Added an else block to fallback to the profile or system timezone if no timezone is provided for Date Hash Variables.
  • Fixed the Form option binder retrieving all table records in Form Builder design mode.
  • Fixed section visibility control not working when used with a subform repeater.
  • Fixed workflow variables failing to save when calling certain workflow assignment APIs.
  • Fixed excessive JOIN queries caused by session.refresh() in AbstractVersionedObjectDao.
  • Resolved an NPE when cloning apps containing tags or custom tables.
  • Avoided dropping the existing form table when a schema probe fails due to transient DB errors.

Build & Dependencies

Updated components and dependencies within Joget, including third-party libraries and internal modules.

  • Upgraded PostgreSQL to 42.7.11.
  • Upgraded Bouncy Castle to 1.84.

Security Updates

Critical patches and security-related improvements.

  • Allowed trusted session deserialization for the signed auth wrapper.
  • Upgraded Apache Tomcat to version 9.0.118 to address CVEs.

Enterprise & Cloud Specific

Fixes and improvements specific to Enterprise and Cloud editions.
Note: All Community edition updates are automatically included in Enterprise and Cloud.

  • Added the Bitronix Aspect to print the stack trace whenever BitronixTransaction setRollbackOnly() is called in wflow-enterpriseweb.
  • Resolved performance issues caused by N+1 AJAX calls in the ProcessStatusDatalistFormatter.
  • codevented duplicate list or userview entries and JSON errors in Enterprise Generate Apps.
  • Fixed brand tooltip and brand name visibility issues within the Janux Theme and DX8 Angle Theme.
  • Fixed the subform position in the Janux Theme.
  • Added AOP to improve performance in Shark when many workflow variables are used for non-routing purposes.
  • Fixed the save button in Multi Paged Forms being enabled on the last page even in read-only and disabled modes.
  • Updated Glowroot from version 0.14.2 to 0.14.6 in the Enterprise Installer.
  • Upgraded Apache Neethi to 3.2.2 and Bouncy Castle to 1.84 in the Enterprise edition.
  • Resolved regressions of security hardening that caused the Beanshell class to stop working and the server failing to start up in Cloud workflows.
  • Fixed an issue in the Cloud environment where the secure Capabilities accessibility change was disallowed.
  • Upgraded Apache Tomcat to version 9.0.118 in Enterprise to address security vulnerabilities.

Full Changelogs

Bug Fixes and Improvements

All Editions

    [ FIXED ]    CORE   : wflow-consoleweb - Icon Text Field - Fixed icon html not retaining when html code is written inside input  
    [ FIXED ]    CORE   : wflow-core - ExcodessionHashVariable - Used case-insensitive comparison to codevent bypass of getClass/getClassLoader access restrictions.  
    [ FIXED ]    CORE   : wflow-consoleweb - Property Editor - fixed encoding issue in IconTextField  
    [ FIXED ]    CORE   : wflow-plugin-base - Slow builder loading on multi tenant environment.  
    [ FIXED ]    CORE   : wflow-core - AppPluginUtil - getDefaultProperties improperly converts objects using toString method.  
    [ FIXED ]    CORE   : wflow-core - App Git - Performance issue with builder save.  
    [ FIXED ]    THEME  : wflow-consoleweb - Progressive/Universal/XAdmin themes - Resolved a rendering issue in RTL view where badges with a max-width caused display problems.  
    [ FIXED ]    CORE   : wflow-core - Generate Apps - codevent duplicate list or userview entries and JSON errors when app or form titles contain quotes or apostrophes . 
    [ FIXED ]    CORE   : wflow-consoleweb - DB - Convert ntext columns for definition table to nvarchar . 
    [ ADDED ]    CORE   : wflow-core - Bitronix Aspect - Added new aspect to print stack trace whenever BitronixTransaction setRollbackOnly() is called  
    [ FIXED ]    CORE   : wflow-core - Governance - Fixed secure authentication health check does not detect OpenID Connect.   
    [ FIXED ]    THEME  : wflow-consoleweb - Brand Tooltip - Fixed brand tool tip overflow on long name without space.  
    [ FIXED ]    THEME  : wflow-core - Brand Name - Fixed long brand name not visible in every themes.  
    [ FIXED ]    CORE   : wflow-consoleweb - Property Editor - Steps indicator of Multi Tools components remain expanded when not configuring it  
    [ FIXED ]    THEME  : wflow-consoleweb - DX8 Themes - Remove unnecessary padding in the login page during RTL view.  
    [ FIXED ]    THEME  : wflow-core/wflow-consoleweb - Login Page - Fixed Login page UI issues and overlapping login form with error message.  
    [ FIXED ]    THEME  : wflow-consoleweb - Trimeda - Fixed extra spacings on form-errors  
    [ FIXED ]    CORE   : wflow-core - MFA - Fixed an issue where app redirect to page not found after logging in with MFA.  
    [ FIXED ]    THEME  : wflow-consoleweb - Trimeda theme - Fixed bottom bottom not align correctly in mobile  
    [ FIXED ]    CORE   : wflow-consoleweb - Form Builder - Fixed form builder element ordering issue caused by incorrect DOM-to-model index mapping . 
    [ FIXED ]    THEME  : wflow-consoleweb - Subform - Fixed subform position in Progressive and Universal Theme.  
    [ FIXED ]    CORE   : wflow-core - FileUpload - img upload field on chrome not showing camera option on androids   
    [ FIXED ]    CORE   : wflow-wfengine - WorkflowManagerImpl - Enhanced process archiving logic with separate progress tracking and improved error handling.  
    [ FIXED ]    CORE   : wflow-wfengine - Shark - Performance issues when lot of workflow variables used for non routing purpose.  
    [ FIXED ]    CORE   : wflow-core - Date Hash Variable - Added else block to fallback to the profile or system timezone if no timezone provided.   
    [ FIXED ]    CORE   : wflow-core - Form Builder - Fixed form option binder retrieving all table records in Form Builder design mode.   .
    [ FIXED ]    CORE   : wflow-core - Section - Fixed section visibility control not working when used with subform repeater.  
    [ FIXED ]    CORE   : wflow-wfengine - JSPClientUtilities - Fixed workflow variable does not save when calling a certain workflow assignment API.  
    [ MODIFIED ] CORE   : wflow-core - pom.xml - Upgrade Bouncy Castle to 1.84  
    [ MODIFIED ] CORE   : wflow-jdbc - pom.xml - Upgrade postgresql to 42.7.11  
    [ FIXED ]    CORE   : jw-community - Security - Upgraded Apache Tomcat to 9.0.118 to address CVEs.  
    [ FIXED ]    CORE   : wflow-core - Security - Allow trusted session deserialization for signed auth wrapper 
    [ FIXED ]    CORE   : wflow-core - Form Data - Avoid dropping existing form table when schema probe fails on transient DB errors.    
    [ FIXED ]    CORE   : wflow-core - AbstractVersionedObjectDao - Excessive JOIN queries caused by session.refresh().  
    [ FIXED ]    CORE   : wflow-core - Clone App - Regression of  caused cloning app containing tags or custom tables throw NPE.  

Enterprise & Cloud Editions

    [ FIXED ]    PLUGIN : wflow-enterprise-plugins - ProcessStatusDatalistFormatter - performance issue due to n+1 ajax calls   
    [ FIXED ]    THEME  : wflow-enterprise-plugins - Janux Theme - Added text-align:right for the th and td under RTL  
    [ FIXED ]    THEME  : wflow-enterprise-plugins - Janux Theme - Removed an unnecessary float: left on the badge element in RTL view.  
    [ FIXED ]    PLUGIN : wflow-enterprise-plugins - Generate Apps - codevent duplicate list or userview entries and JSON errors when app or form titles contain quotes or apostrophes . 
    [ ADDED ]    CORE   : wflow-enterpriseweb - Bitronix Aspect - Added aspect to print stack trace whenever BitronixTransaction setRollbackOnly() is called  
    [ FIXED ]    THEME  : wflow-enterprise-plugins - Brand Tooltip - Fixed brand tool tip overflow on long name without space.  
    [ FIXED ]    THEME  : wflow-enterprise-plugins - Brand Name - Fixed long brand name not visible in janux theme.  
    [ FIXED ]    THEME  : wflow-enterprise-plugins - DX8AngleTheme - Fixed header is blocking the form error message during login  
    [ FIXED ]    THEME  : wflow-consoleweb - Subform - Fixed subform position in Janux Theme.  
    [ FIXED ]    CORE   : jw-enterprise - Shark - AOP for improve performance when lot of workflow variables used for non routing purpose.  
    [ FIXED ]    PLUGIN : wflow-enterprise-plugins - Multi Paged Form - Fixed save button being only enabled on the last page even in read-only mode.   
    [ MODIFIED ] CORE   : jw-enterprise - Installer - Updated Glowroot from version 0.14.2 to 0.14.6.   
    [ MODIFIED ] CORE   : jw-enterprise - NOTICE.txt - Upgrade apache neethi to 3.2.2 and bouncy castle to 1.84  
    [ MODIFIED ] PLUGIN : wflow-enterprise-plugins - pom.xml - Upgrade apache neethi to 3.2.2  
    [ FIXED ]    CORE   : cloud-wfengine - Security - Regression of security hardening causing beanshell class not working.  
    [ FIXED ]    CORE   : cloud-wfengine - Security - Regression of 7be7b6c6 causing server can't startup.  
    [ FIXED ]    CORE   : wflow-consoleweb - Security - Disallow changing value with Capabilities.setAccessibility.  
    [ FIXED ]    CORE   : jw-enterprise - Security - Upgraded Apache Tomcat to 9.0.118 to address CVEs.  
Created by Debanraj Ravindran Last modified by Debanraj Ravindran on Aug 05, 2026