Change History for fusion_place 7.0.x

7.0.8-S114

2021-11-16

The changes in this release (7.0.77.0.8) are as follows.

New Features and Improvements

Support for Oracle Java 8 Update 311 (8u311)

Support for Oracle Java 8 Update 311 (8u311) has been added.

If you run client programs of fusion_place versions prior to 7.0.8 on Oracle Java 8u311, an error dialog Java.lang.ClassCastException: com.watermark_apps.app.common.r.bo cannot be cast to javax.swing.JToggleButton$ToggleButtonModel appears during various operations. This error is caused by a bug included in Oracle Java 8u311 [1]. It has been confirmed to occur in the User Account Management screen, Inquiry History screen, and Form Designer screen of [Manager], and in the Process Selection screen of [Contributor], among others. It may also occur in any screens or dialogs that include toggle components (radio buttons or checkboxes). Updating to fusion_place 7.0.8 resolves this error.

According to our findings, even when this error occurs, you can continue operations by clicking the OK button in the dialog, and all settings and data reflections functioned without issue. However, to be safe, we recommend customers using Oracle Java 8u311 to update to fusion_place 7.0.8.

Bug Fixes

No bug fixes.

Client Component Update Information

The client software component versions included in this release and whether each component needs to be updated with the fusion_place server update (7.0.77.0.8) are as follows.

Component

Version

Update Required? (YES/no)

Remarks

Excel-Link

7.0.5

no

Requester

7.0.7

no

7.0.7-S114

2020-12-07

The changes in this release (7.0.67.0.7) are as follows.

New Features and Improvements

No new features or improvements.

Bug Fixes

The following bug has been fixed:

  • Timeout may occur when using AWS ALB. #975

Client Component Update Information

The client software component versions included in this release and whether each component needs to be updated with the fusion_place server update (7.0.67.0.7) are as follows.

Component

Version

Update Required? (YES/no)

Remarks

Excel-Link

7.0.5

no

Requester

7.0.7

no


1. According to research, the bug JDK-8265043 Focus is stuck in radio button group post JDK-8033699 caused many regressions, and in the process of fixing them, a backport to 8u311 introduced another bug JDK-8182577 Exception when Tab key moves focus to a JCheckbox with a custom ButtonModel, which appears to be the cause of this problem.