7 Desupported Features

Desupported features are no longer available. If a desupported feature has to do with application metadata or APIs, then existing applications may not work as they did previously. Oracle recommends modifying the application to replace the feature.

7.1 Desupported APIs

As of APEX 24.2, the following APIs are desupported:
  • apex_javascript.add_3rd_party_library_file
  • apex_css.add_3rd_party_library_file

7.2 Public Dictionary View Changes

As of APEX 24.2, columns attribute_01 through attribute_25 now return null in the following views:
  • apex_application_page_items
  • apex_appl_page_ig_columns
  • apex_appl_plugin_settings
  • apex_appl_page_filters
You can query this attributes by reading the attribute's JSON column. See Unlimited Attributes for Item Plug-ins.

7.3 TinyMCE-based Rich Text Editor Desupported

In APEX 24.1, the Rich Text Editor page item based on the TinyMCE library was deprecated.

As of APEX 24.2, TinyMCE is desupported and the Rich Text Editor page item no longer supports the TinyMCE library. The underlying library is now Oracle Rich Text Library (ORTL). Any Rich Text Editor page items still using TinyMCE are auto-migrated to ORTL. Any custom Initialization JavaScript Function code is commented out.

7.4 CSSO Desupported

The CSSO 3rd party JavaScript library is removed from APEX, and replaced with a basic minification logic. This may impact existing CSS static files.