Known issues in OpenEdge 12.8.12
- Last Updated: August 6, 2026
- 1 minute read
- OpenEdge
- Documentation
Click here for a list of the fixed issues.
The following table lists the release notes in this release.
| Component | Issue Number | Description |
|---|---|---|
| Lang | OCTA-97794 |
Java OpenClient in OpenEdge 12.8.12 has been updated to use Apache http 5 along with a transient dependency on slf4j-api. |
| Lang | OCTA-84444 |
A bug introduced in OpenEdge 12.3 caused ABL indeterminate arrays that are initialized with constant values to give an incorrect value for the EXTENT() function. This issue affected ABL programs that declare an indeterminate array variable using the EXTENT keyword without specifying a size and initialize it with a list of constant values (e.g., DEFINE VARIABLE myArr AS INTEGER EXTENT INITIAL [1, 2].), and this DEFINE comes after a statement that causes the execution of the EXTENT() function. In affected versions, the extent of such arrays was not correctly determined at compile time, resulting in incorrect runtime behavior. This issue is resolved in 12.8.12 and 13.1. Recompilation is required for any ABL program that declares indeterminate arrays initialized with constant values. Programs that use determinate arrays (where the extent size is explicitly specified) do not require recompilation. This fix introduces a minor r-code version change for ABL code that contains indeterminate LONGCHAR arrays where any element is initialized with the UNKNOWN value (?). R-code compiled with this fix cannot run on OpenEdge 13 releases earlier than 13.1, or on OpenEdge 12 releases earlier than 12.8.12. |
| OEM / PASOE | OCTA-52510 | Upgrading from Apache HttpClient 4.x to 5.x brings several runtime behavior changes, especially in configuration, connection management, and API usage.
|
| PDSOE | OCTA-96879 |
In OpenEdge 12.8.11, 13.0, and later versions, users may see a Windows Defender exclusion prompt when launching Progress Developer Studio for OpenEdge (Developer Studio) on Windows systems with Windows Defender real-time protection enabled. This prompt was introduced with the upgrade to Eclipse 4.34. Previously, no Windows Defender prompt appeared at startup. Now, users may see a prompt that allows them to choose one of the following options: Exclude: Excludes the Developer Studio installation directory from Windows Defender scans to improve startup and build performance. However, this exclusion may increase security risk. Continue scanning: Keeps Windows Defender scanning enabled and leaves the existing security configuration unchanged. This behavior originates in the Eclipse platform and is not specific to Developer Studio. Users can review or remove an exclusion at any time from . Reference: Eclipse Windows Defender documentation. |