APEX 23.1 was released on May 17, 2023.
Please review the Release Notes for significant issues known at time of release. Any new significant issues will be added here. This page was last updated on May 17, 2023.
35340435
- DB POOL NAME IS MISSING IN AUTOREST OBJECT URL
Problem: The full URL displayed when viewing an enabled module definition when using a named pool in ORDS is incorrect. This issue is tracked in bug 35340435.
Solution: Add the ORDS named pool to the full URL.
Example: For an AutoREST enabled object definition with ORDS configured to use a named pool, the full URL displays as:
server/ORDS alias/schema alias/object alias/
The correct URL is:
server/ORDS alias/ORDS named pool/schema alias/object alias
35378812
- REST MODULE FULL URL INCORRECTLY INCLUDES MODULE NAME
Problem: The full URL displayed when viewing a module definition is incorrect. This issue is tracked in bug 35378812.
Solution: Remove the module name from the full URL.
Example: For the default module, oracle.example.hr, the full URL displays as:
server/ORDS alias/schema alias/oracle.example.hr/hr/
The correct URL is:
server/ORDS alias/schema alias/hr/