Release Notes v11.9.14 Build 1317

Overview

These release notes apply to cloud and stand-alone versions of Formever.

This is a production release on the production swarm.

THIS WAS A HOT FIX WITH NO SLIPSTREAMS

 

Additions and Improvements

N/A

Resolved Issues

  1. 4731 – The fix for 4724 was to encode field paths with radices that allowed more detail lines. The previous encoding only allowed 141 detail lines. When this was done the hashCode() method for FevFieldPath was replaced with a hashLong() method that return a long integer(64 bits) that allowed a massive increase in the possible sizes of detail lines and field indices being encoded. Unfortunately the hashCode() function was used for the equality test and this change broke the equality test. This caused field procedures to disappear from the back of MFs. This fix used the hashLong() method as a way of comparing field paths which fixed the problem. It was deemed important enough to warrant a hot fix production release.

Known Issues