AbtWaitApp changes
Reason for change
AbtWaitApp was broken on Unix platforms and the codebase needed modernization and improvements.
Action required
The AbtWaitApp subapplications have been removed since the OS platform-specific wait functionality is implemented in the virtual machine. This made these subapps unnecessary. Unless you are referring to the subapp names explicitly, there should be no action required. But it’s a structure change worth mentioning.
Old API
New API
The method AbtConditionalWait>>#perform has been deprecated.
Use AbtConditionalWait>>waitAndReturn instead
The method AbtConditionalWait>>setDefaultWaitValues has been removed.
These default values are already set in the class side creational methods. @see AbtConditionalWait>>until:ifTimeoutDo:
 
Last modified date: 08/16/2018