New Features in Oracle Visual Builder

Here’s an overview of new features and enhancements added recently to improve your Oracle Visual Builder experience.

Topics:

As soon as new and changed features become available, Oracle Visual Builder instances are upgraded in the data centers where Oracle Cloud services are hosted. You don’t need to request an upgrade to be able to use the new features—they come to you automatically.

Note:

Classic applications created in earlier versions of Visual Builder use a structure that isn't compatible with the visual application structure now used in Visual Builder. No further feature development work is planned for Classic applications, and only critical bug fixes will be addressed. Oracle recommends that you update your Classic applications to use the visual applications approach, which provides a much more robust functionality for creating sophisticated apps.

For the moment, you can use your Visual Builder instance to manage Classic applications, but this option will be disabled by default in new instances starting soon. You can use your existing instance to export Classic applications and then import them as visual applications to migrate the business objects, but be aware that there are no migration capabilities for the web or mobile UIs. See About Classic Applications.

Release 24.04 - February 2024

Change Description
Dark theme You can now personalize the Designer's theme to switch from the default light theme to a dark theme more suited for low-light conditions. You can also sync your environment's color palette with your OS settings. See Tour the Designer.

With support for a dark theme, favicons can now be set independently for light and dark themes for each of your applications. You can set the favicon to any image in the image gallery by simply changing the favicon in the application's Settings editor. See Manage App Settings.

Highlighting of default flow/page in the navigator The default page and flow within your app are now badged as default in the navigator for easier identification. This way, you can quickly identify the entry points for your app without having to check artifact configuration. See How are Applications Structured?
Page header fragment New pages in web applications now include a page-header fragment to hold page-specific boilerplate content that appears above the page's visual stripe. While you won't work with the fragment directly, you can customize the fragment to create a custom page-level header. See Customize Page Headers.

Note:

Pages created with previous versions will not be affected. These pages will maintain their original structure even after your app is upgraded to 24.04.
Fragments
  • Fragments as sections for dynamic containers

    It's now possible to add fragments as sections in a dynamic container. By default, all fragments tagged as pageContent become available for selection when you add a section to a dynamic container. You also have the option of indicating a particular fragment as preferred content for all sections in the container. See Add Fragments as Sections in a Dynamic Container.

  • InstanceFactory types for fragments

    Types from code, known as InstanceFactory types, can now be defined in fragments, making these types accessible to fragments. As with all fragment artifacts, these types are local to the fragment. See Create a Type From Code.

  • New properties for fragment slots

    The Fragment Slot component now provides several new properties to help you configure a named slot, including a Preferred Content option that indicates the type of content the slot can contain. See Add Slots to a Fragment.

  • Drag and drop for fragment slots

    Fragment consumers can now drag and drop their component of choice onto a fragment slot in the fragment's Properties pane, in addition to the Insert Component option. See Add Slots to a Fragment.

  • Improvements on customizing fragment variable display in the Properties pane
Buffering Data Provider type Oracle JET's Buffering Data Provider, which temporarily stores data changes in a buffer until they are ready to be committed to the data source, is now available as a type out of the box in Visual Builder. You can create variables based on the Buffering Data Provider type and bind them to tables, list views, or any component that accepts a data provider. See Create Variables to Temporarily Store Data in a Buffer.
Audit improvements We've made several improvements, including performance updates, to enhance the auditing experience, key among them being:
  • Navigator badge to indicate audit error

    Audit errors are now badged in the Navigator to indicate that action must be taken to resolve the issue. The badge persists until the error is fixed or until the session ends.

  • New Copy to Clipboard option

    A new Copy to Clipboard option in the right-click menu allows you to copy one or all audit issues to your clipboard for further processing.

See Audit Application Code.

Build-related logs You can now troubleshoot build-related issues that prevent your app from being staged or published. Build logs are available in a new Logs tab at the bottom of your browser. See Troubleshoot Build Issues.
Application resource optimization You can now optimize an application's resources when your visual application is ready to be shared in order to reduce load times and network traffic. Optimization minifies application images and stylesheets, and creates RequireJS bundles in an embedded build server. See Optimize Your Application.
Prerendered pages for improved SEO In an effort to improve search engine optimization (SEO), Visual Builder now prerenders and caches your application's pages, returning a fully rendered page to web crawlers for indexing. To further improve response times, use the vb-prerender-cache-warm Grunt task to warm the cache for URLs listed in your application's sitemap, so web crawlers always get the fastest possible response when requesting those URLs. See Optimize Your App for Search Engines.
Page Designer improvements
  • Core Pack in Components palette

    The next generation of Oracle JET components, known as Core Pack components, are now available in the Components palette as part of the Early Access category. These components, written entirely using the VComponent API and the JET Virtual DOM architecture, are available as a completely new set of components, so you can use Core Pack and legacy components side by side in your application. Core Pack components provide improved rendering performance over legacy components. See Add Components to Pages.

  • Page input parameters from parent flows

    When input parameters for a page are defined beyond its current scope (say, at the app or flow level), those parameters are now listed in the Page Input Parameters dialog, allowing you to readily pass the input parameter from parent flows and pages. See Enable Variables as Input Parameters.

  • Live/Design toggle change

    To switch between Live and Design modes using the Ctrl key (Cmd on Mac), the cursor must now be on the canvas. This way, the mode won't switch when the canvas is not in focus. Releasing the key to switch the toggle back works anywhere. See Use the Page Designer.

Option to reopen closed tabs To reopen recently closed tabs, you can now simply right-click an empty space on the tab bar in the Page Designer and select Reopen Closed Tab—until you get to the tab you want to reopen. See Tour the Designer.
Automatic endpoint selection in collection quick starts When using a business object or a service with expected endpoints, Visual Builder now automatically selects the correct endpoint in the Add Create Page, Add Edit Page, and Add Detail Page quick starts. You only need to select the fields you want to display in your pages. See Use the Create Page Quick Start, Use the Add Edit Page Quick Start, and Use the Add Detail Page Quick Start.
Event enhancements
  • Event editor updates to improve developer productivity

    We've reworked how new action chains are generated when you create a listener for an event. Previously, you would use several clicks to create a new action chain at the desired scope with a particular name in the Create Event Listener wizard. Now you simply click the Create {scope} Action Chain option to generate an action chain with a name in the format {event/varId}ChangeListener. See Create Event Listeners for Events.

  • New behavior type for custom events

    The transform behavior type for custom events is deprecated and replaced by the new tranformPayload behavior type for new event listeners. The change does not impact existing apps with events configured to use the transform type, but the new tranformPayload type addresses issues with invoking event listeners in the correct order. You are, therefore, encouraged to switch to the new behavior type for your existing apps. See Choose How Custom Events Call Event Listeners.

JavaScript action chain enhancements
  • Actions tab renamed

    The Actions tab is now the Action Chains tab.

  • New options for local functions

    You can now convert a local function to an action chain so it can be used by other action chains. Simply right-click the local function and select the new Convert Function to Chain option. It's also possible to create a local function from an action on the canvas. Just drag an action on the canvas onto the Create Function button, or onto the green line that appears before or after a local function. See Design Editor.

  • Summary button to simplify action chain view

    You can now visually simplify your view of an action chain by hovering over the canvas's upper-left corner and clicking the Summary button. The Summary button hides the input parameter details of each action (except for the Assign Variable and Reset Variables actions). Click the Full button to switch back to the complete view. See Design Editor.

  • Simplified display for action parameters

    We've simplified and enhanced how parameters display in different actions. Parameters displayed in actions such as Open URL, Call REST, and Fire Data Provider Event are now grouped. Also, the Store Result In variable has been added to the header to make it more readable.

  • Changes to the Assign Variable action

    • The Assign Variable action can now be used to create a local variable, by adding the action and using the Properties pane to define it.

    • Consecutive Assign Variable actions are now consolidated into a single action.

    See Add an Assign Variable Action.

  • Support to drag and drop an action into an else branch

    You can now drag and drop an action into an else branch on the canvas.

Business objects
  • UI changes for business objects based on your own schema

    When working with business objects that use your own schema, you'll notice some UI changes, primarily when adding or editing a business object's fields. See Create a Business Object Based on a DB Table or View and Add Fields to a Business Object Based on a DB Table or View.

  • Improved error handling for business object diagrams

    When business objects and their relationships don't display on the Diagram canvas because of syntax errors, the editor now displays an error message and allows you to edit the JSON source file (diagram.json) to fix the error.

Support for OCI Process Automation

Oracle Cloud Infrastructure Process Automation, a service that quickly automates business approval workflows, can now be integrated in Visual Builder. To leverage this functionality in your application, create an OCI Process Automation backend, then create service connections for the REST APIs you want to use. See Connect to Oracle Process Automation APIs.

With OCI Process Automation now supported, the following Process-related features are deprecated:
  • Register deployed processes
  • Use of Process actions in action chains
  • Support for Process code snippets
  • Process-related quick starts

See Deprecated Features.

24.04 Runtime Version

This release of Visual Builder uses Oracle JET 15.1.x libraries and components. We recommend that you upgrade your Visual Builder applications to this latest JET version, as well as to the 24.04 Visual Builder Runtime, to take advantage of the full spectrum of 24.04 features. To see a list of what's new in JET 15.1.x, go to the JET Release Notes and select v15.1.0.

You can upgrade to the latest JET and Visual Builder Runtime versions from your visual application's Settings editor. See Manage Runtime Dependencies for Visual Applications.

Release 23.10 - September 2023

Change Description
Changed upgrade policy Our upgrade policy has been changed to support applications built on the current runtime version as well as the three previous versions. Previously, it was the current runtime version and the two previous versions. See Upgrade Policy.
JavaScript action chains

You can now create action chains in JavaScript. JS action chains allow you to debug them using the browser's developer tools; they are also easier to manage through Git actions. A Design view that reflects code structure helps you build functionality by dragging and dropping actions; you can also choose to work entirely in Code view.

With this update, all new action chains (including those created by Quick Starts) will default to JavaScript—though you can still create JSON action chains. Existing JSON action chains will continue to work as before.

As a part of this update, you'll notice a few usability improvements:
  • List view for Actions palette

    The Actions palette in the Action Chains editor now has a new List view, in addition to the default Grid view, allowing you to view available actions alphabetically in each category. Customizing the view saves your palette preferences separately for each action chain.

  • "Surround With" options

    When working with an action in Diagram mode, you can now use the Surround With options in an action's right-click menu to wrap the action in an If or Try-Catch action.

  • Code insights

    When working with an action in Code mode, you can now use Code Insight to quickly reference scoped artifacts and local variables. Simply enter $ to bring up the insights pop-up menu, then make your auto-fill selection.

See Work with JavaScript Action Chains.

Mobile apps deprecated

Mobile apps have been deprecated in favor of Progressive Web Apps (PWAs)—although mobile functionality won't be entirely removed from the product until July 2024. Starting with 23.10, you can no longer create a new mobile app, but you can import an existing mobile app and deploy it as a PWA for use on mobile devices. See Run Mobile Applications as PWAs.

Functionality relating to hybrid mobile applications (deprecated since April 2021) has also been removed from the product. This means that the use of build configurations to build native .ipa and .apk files for distribution to iOS and Android devices—as well as the Cordova custom plug-in option—are no longer available. You can no longer create new hybrid mobile apps or new build profiles for existing apps; build configurations for existing apps will be ignored. For apps that target mobile devices, enabling PWA support is the recommended approach for distribution.

You can continue to use your existing mobile apps until July 2024 when mobile apps (including PWA-enabled ones) reach End of Life (EOL). To be able to use your mobile PWAs beyond July 2024, we strongly urge you to transition your mobile app as a web app and deploy it as a PWA.

Improved diagnostics for IDCS client apps We've made it easier for you to identify and troubleshoot issues with your visual application's client apps created in IDCS. A new IDCS Details tab, available under Application Profiles in the app-level Settings editor, provides details to help you inspect IDCS details and identify any configuration issues. See How Do I View Details of Client App in IDCS?
Variable enhancements
  • Variable tracking to detect unsaved changes

    You can now track a variable's state to detect unsaved changes in your app. Tracking a variable marks it as "dirty" any time its value changes. You can then query for dirty variables using a new JavaScript-based Get Dirty Data Status action. If you don't want a change to be considered dirty, you can reset variable state using the Reset Dirty Data Status action (also based on JavaScript). See Track Variables to Detect Unsaved Changes.

  • Filter for input parameters

    A new Show Input Parameters only option on the Variables editor now allows you to filter variables used as input parameters. See Enable Variables as Input Parameters.

Enhanced payload for vbBeforeExit event The vbBeforeExit event, which is triggered before navigating away from a page, now provides a new payload format when navigation is triggered by the browser's back or forward button. See Lifecycle (Page and Flow) Events.
Fragment enhancements
  • Slots in fragments

    A new Fragment Slot component, available in the Components palette, now allows you to add slots to a fragment where users can drop in their own content. A fragment with slots, when used on a page, reveals its slots on the canvas, the page structure, and as part of the fragment's properties. Fragment slots are similar to component slots and users work with them in much the same way. See Add Slots to a Fragment.

  • Autowiring of fragment variables

    To simplify the process of creating pages with fragments, we've added a new property for fragment variables enabled as input parameters to be automatically created on the page where the fragment is used and wired back to the fragment variable's value. See Automatically Create and Wire a Fragment Variable on Its Container.

  • Design Time support to display an enhanced UI for fragment input parameters

    A new Design Time tab in a fragment variable or constant's Properties pane now allows you to customize the UI component shown in the Properties pane when the fragment is selected on a page or container. Previously, you had to do this by editing the JSON metadata. See Customize How a Fragment Variable is Displayed in the Properties Pane.

  • Support to display fragment input parameters in sections

    You can now group a fragment's input parameters and dynamic components by sections using a new Design Time editor that appears in the fragment's toolbar. Use this option to display a fragment's most important properties in the Properties pane when the fragment is selected on a page or container. See Section Fragment Properties for Display in the Properties Pane.

    If the fragment is used as a page template to create a page, the sectioned view also shows on the page's Properties pane and the Structure view, with the fragment considered the root element instead of the page. See Create Pages From Fragments.

Service/backend enhancements
Support for pinning columns in dynamic tables You can now "freeze" table columns in dynamic tables, so that a column will remain visible when horizontally scrolling within a table. See Configure How Columns Render in a Dynamic Table's Layout.
Other enhancements We've made several updates (including performance enhancements) to improve your design experience. Here are the key updates:
  • Multiple undo and redo options in the Designer

    When working in the Designer, you can now undo and redo multiple actions at one shot; previously, you could undo and redo only your most recent change. See Tour the Designer.

  • Audit improvements

    As a part of performance improvements to enhance application auditing, a new Opened Artifacts setting only audits artifacts that are currently open. To audit the entire application, change this setting to All Artifacts.

    Further, results in the Audits pane now show in a tree view, instead of a column view. With this change, issues are grouped by artifact, helping you view all issues in a particular artifact. See Audit Application Code.

23.04 Runtime Version

This release of Visual Builder uses Oracle JET 14.1.x libraries and components. We recommend that you upgrade your Visual Builder applications to this latest JET version, as well as to the 23.10 Visual Builder Runtime, to take advantage of the full spectrum of 23.10 features. JET 14.1.x includes design updates for Timeline, Gantt, and Gauge components as well as a new Ghost chroming option for buttons. To see a list of what's new in JET 14.1.x, go to the JET Release Notes and select v14.1.0.

You can upgrade to the latest JET and Visual Builder Runtime versions from your visual application's Settings editor. See Manage Runtime Dependencies for Visual Applications.

Release 23.04 - February 2023

Change Description
Consumption and user metrics Administrators can now use the Metrics pane in the Oracle Cloud Infrastructure (OCI) Console to view a Generation 2 instance's resource consumption, database usage, as well as the number of logged-in users. This information can help you observe trends, diagnose issues, and plan instance-scaling needs, all from a single location. See View Instance Metrics.
Accessible UI The Visual Builder Designer, which provides a declarative user interface through pages, wizards, and other browser-based tools to create and modify web applications, is now fully accessible. The new accessibility features help developers with disabilities leverage the productivity of Visual Builder to create apps. See Accessibility Features and Tips for Oracle Visual Builder.
Fragment improvements
  • Create pages with a fragment's content

    You can now create pages prepopulated with a fragment's content when the fragment is tagged with the page metadata that surfaces it as page-level content. This way, you create pages easily with initial content, both from the Create Page dialog as well as the app-level Flow Diagram. See Create Pages From Fragments and Add a Page in the Flow Diagram.

    Because this option essentially uses a fragment as a page template, it's also possible to change the page's content at the click of a new Select Page Template button. This option allows you to remove everything from the page, including associated files, but keep the same page name. See Change Page Templates.

  • Write back changes in a variable's value to a fragment's parent container

    When a fragment variable is marked as an input parameter for a page variable, a new Write Back to Container property, available on a fragment variable's Properties pane, allows you to automatically write back changes in the fragment variable's value to the page variable used as an input parameter. This option provides a convenient and powerful alternative to raising custom events that emit to the parent container. See Automatically Write Back a Fragment Variable's Value to Its Container Variable.

  • Customize a fragment variable's Properties pane

    You can now customize a fragment variable's Properties pane to suit the UI component that will be used to edit the variable in the Page Designer. Previously, the Properties pane always used text field components for editing the values of fragment variables. See Customize a Fragment Properties Pane.

  • Suggest a fragment for particular components

    A new Implements setting now allows you to suggest a fragment as preferred content for particular components. For example, if you choose FoldoutPanelElement, users working with a foldout layout will see this fragment suggested as content that can be added as a foldout section. See Manage Fragment Settings.

    With this update, the listItem and foldoutPanel options are no longer available for the Used For setting.

  • Create a fragment from the Components palette

    A small but nifty enhancement allows you to create a fragment directly from the Components Palette, by using the Create Fragment icon icon next to the Fragments category. See Create and Add a Fragment to a Page.

App lifecycle management We've made it simpler for you to delete several applications, including versions of the same application, all at once. Where previously this involved several steps, all you need to do now is select the applications/versions on the Home page, click a new Move to trash button, and confirm deletion. See Delete a Visual Application.

Deleted applications are moved to a Soft Deleted status and can be restored within 30 days if they've not been permanently deleted. See Restore a Deleted Application.

Smart delete When you delete items such as variables, types, event listeners, and action chains, Visual Builder now provides a "smart delete" functionality that detects if the item is currently used in your app, or if it has related but unused items elsewhere in the app.
Offline support for PWA-enabled web apps When you use Grunt build tasks to deploy your applications, offline support for PWA-enabled web apps is now on par with that of mobile PWAs. The Grunt-based vb-pwa task, which runs within the vb-package task, pre-caches application resources such as pages, CSS, and JavaScript files, so they are all available when a user goes offline. See vb-pwa.
Pages based on Redwood templates and patterns You can now create pages based on Redwood templates and patterns to leverage high-fidelity interactions and responsive performance for your app's pages out of the box. While these templates and patterns are useful in creating pages that provide a consistent user experience across your app, it's just as easy to customize them to suit your business requirements. See Create Pages From Page Template Patterns.

It's also possible to change the page's content at the click of a new Select Page Template button. This option allows you to remove everything from the page, including associated files, but keep the same page name. See Change Page Templates.

Note:

To work with template patterns, the Redwood components associated with your application must be on 2301 or later. Template patterns are not available in version 2210 or earlier.
Business object enhancements
  • Data type changes for fields

    You can now change the data type for business object fields—functionality that allows you to use a non-numeric field as the object's primary key field. Previously, you could change data types only when creating business objects from a file. See Change a Field's Data Type.

    This functionality is also supported for business objects that use your own schema, where creating a field based on a DB column always sets the field's data type to the column's default type. See Change a Data Type of a Field Based on a DB Column.

  • Custom audit fields

    It's now possible to use your own fields to audit your business object's history. While this functionality is available for native business objects, it's most useful for business objects that use your own schema when you have existing DB columns that you want to use for auditing. See Set a Field for Auditing.

    It's also useful for business objects created from a file, when your data file has audit information that you can use to track the object's history, instead of the default audit fields. See Set Audit Fields for an Imported Business Object.

Service connection enhancements
  • New type viewer for service endpoints

    You can now use a new Type viewer to see the type structure for an Endpoint's request/response. This means that you no longer have to create a web app and use a query string or type from the Endpoints tab in the Page Designer to see the type structure. See Create a Service Connection from an Endpoint.

  • Audit warning for IP-based service URLs

    An IP address audit warning is shown for service connections that use IP-based addresses in URLs, as a reminder to use DNS-based addresses instead. See Create a Service Connection from an Endpoint.

Other enhancements We've made several updates (including performance enhancements) to improve your design experience. Here are the key updates:
  • View page initialization time

    A new Loading Time icon icon in the Page Designer's canvas now displays a breakdown of how long different tasks (such as bootstrapping and loading a shell page) take to display the page. You can use this information to isolate runtime issues that may cause your app to load slowly.

  • Improved tab bar

    We've redesigned the tab bar to always show the active tab, even when the window is resized. When you have multiple tabs open, you can use the mouse or keyboard to scroll through them—though moving the focus away will bring the active tab back into focus. You can also use a new Overflow icon icon to view a drop-down list of overflow tabs; from here, you can open a particular tab or close it.

  • Components in Components palette categories expanded by default

    The default view for the Components palette is now changed to always show components in every category. This view is controlled by a new Expanded By Default option in the Components palette's options menu.

  • Advanced category in Components palette

    For discoverability reasons, all JET components are now available in the Components palette, with those that don't have design-time properties showing under a new Advanced category. Components in the Advanced category typically require you to manually code different aspects of their functionality.

  • Preferred category of components for use in slots

    When you use Insert Component in the Structure view to drop a component directly into a slot, a list of recommended components show up under a Preferred category. These components are recommended based on the type of component that can be used in the slot.

  • Options to insert a component in code editors

    It's now possible to insert a component before, inside, or after an existing component from a code editor's right-click menu.

How to abort HTTP calls We've added documentation to help you cancel long-running HTTP calls using AbortController, a browser-based interface that lets you abort a web request. AbortController was an experimental feature previously, but is now supported by all browsers. See Abort Pending REST Calls.

23.04 Runtime Version

This release of Visual Builder uses Oracle JET 13.1.x libraries and components. We recommend that you upgrade your Visual Builder applications to this latest JET version, as well as to the 23.04 Visual Builder Runtime, to take advantage of the full spectrum of 23.04 features. JET 13.1.x is primarily a bug fix release, so you may want to refer to the JET 13.0.0 release notes for the major updates that are still relevant to JET 13.1.x. Among JET 13.0.x's new features are updates made to the oj-list-view component's treatment of smart suggestion items and the oj-data-grid component's support for cut, copy, paste, and autofill operations on grid data. To see a list of what's new in JET 13.0.x, go to the JET Release Notes and select v13.0.0. To see a list of what's new in JET 13.1.x, select v13.1.0.

You can upgrade to the latest JET and Visual Builder Runtime versions from your visual application's Settings editor. See Manage Runtime Dependencies for Visual Applications.

New Features in Oracle Visual Builder Add-in for Excel

The version of Oracle Visual Builder Add-in for Excel bundled in Visual Builder 24.04 is 3.7. To see what's new in this release, go to the add-in's documentation page and click 3.7.0.

Supported Browsers

Oracle Visual Builder supports the latest version of the Chrome browser running on Mac OS X and Windows. Other browsers and platforms are not supported.

Applications created using Visual Builder can run on any browser supported by Oracle JET. For details, see What platforms are supported by Oracle JET?

JavaScript must be enabled for all browsers.

Deprecated Features

Take note of features that have been deprecated and are no longer supported in Visual Builder:

Feature Description Notice of Deprecation End of Support/Life
Alta theme

Apps created on Visual Builder version 20.07 or earlier were created with Oracle JET's Alta theme as the base theme. The Alta theme was deprecated in JET 10 and will not be supported beyond JET 13. To be able to publish new versions of an Alta-based app beyond January 2024 (when JET 13 reaches End of Life), we strongly urge you to transition your app to use the Redwood theme. Starting with JET 14, only best-effort support will be available for Alta; no bug fixes or new features will be provided for Alta-only issues.

To check the theme used by your web or mobile application, navigate to the application's Settings editor and look for the Theme field. If Theme is set to Alta, take time to redesign your app using the Redwood theme before support for the Alta theme ends.

22.01 - Dec 2021 Planned for 2024
Implicit grant for backends and service connections

The Enable implicit grant for Service Connections option used for backends and service connections in a web app has been deprecated. The change does not impact existing apps that enable this option—though it won't be available for new web apps starting from June 2024. If your existing web apps use the Enable implicit grant for Service Connections option, we recommend updating them.

The Enable implicit grant for Service Connections option was used in conjunction with the Delegate Authentication setting found in a backend or service connection's server configuration. It enabled a direct Implicit OAuth flow with IDCS for Oracle Cloud Application REST APIs when a service connection used by the web app was configured for Delegate Authentication. Implicit OAuth is no longer a recommended option. If your existing apps use this option, take action as follows:
  1. Update the backend or service connection's server configuration in your visual application:
    1. Change any backends or service connections that use Delegate Authentication to Oracle Cloud Account authentication.
    2. If the REST API doesn't support CORS, change the Connection Type to Always use proxy, irrespective of CORS support; otherwise, leave the configuration as is.
  2. Test the service connection from the Test tab to identify any issues.
  3. Open the web app's Settings editor, then deselect the Enable implicit grant for Service Connections option in the Security tab.
  4. Test the web app to make sure the service connection doesn't have any issues.

No action is needed if your web apps don't have Enable implicit grant for Service Connections enabled and if none of your backends/service connections are set to Delegate Authentication.

24.04 - Feb 2024

Planned for May 2024

transform behavior type for custom events The transform behavior type for custom events is deprecated and replaced by the new tranformPayload behavior type. The change does not impact existing apps with events configured to use the transform type, but the new tranformPayload type addresses issues with invoking event listeners in the correct order. Where possible, users are encouraged to switch to the new behavior type. 24.04 - Jan 2024 24.04 - Feb 2024
Mobile apps Functionality relating to mobile applications has been deprecated and removed from the product. Starting with 23.10, you will no longer be able to create a new mobile app, but you can import an existing mobile app and deploy it as a PWA. You can continue to use your existing mobile apps until July 2024 when mobile apps, including PWA-enabled ones, reach End of Life (EOL). To use your mobile PWAs beyond July 2024, we strongly urge you to transition your mobile app as a web app and deploy it as a PWA for use on mobile devices. 23.04 - Feb 2023 Planned for July 2024
Hybrid mobile apps and Apache Cordova custom plugin Functionality relating to hybrid mobile applications (deprecated since May 2021) has been removed from the product. This means that the use of build configurations to build native .ipa and .apk files for distribution to iOS and Android devices—as well as the Cordova custom plug-in option—are no longer available. You can no longer create new hybrid mobile apps or new build profiles for existing apps; build configurations for existing apps will be ignored. For apps that target mobile devices, enabling PWA support is the recommended approach for distribution. 21.07 - May 2021 23.10 - August 2023
End of Life (EOL) for Oracle Visual Builder Classic

The Oracle Visual Builder Classic service offering has reached End of Life (EOL) and End of Support Life (EOSL), and is now no longer available. Oracle will migrate all current Oracle Visual Builder Classic instances to the service's replacement: Oracle Visual Builder Generation 2. This does not affect instances already on Oracle Visual Builder Generation 2.

Instance administrators will receive email notifications with details about when their instances will be migrated, and how to prepare for the migration. For more details, see Migrate Your Instance to Generation 2 in Administering Oracle Visual Builder.

Post-22.10 - Sept 2022 Sept 2022
Select One component The Select One (oj-select-one) component, deprecated since JET 8.1.0, has been removed from the Components palette and is visible only if you select the Show Deprecated option. Switch instead to Select Single (oj-select-single). 22.04 - Feb 2022 N/A
Oracle SaaS R13 Light Theme The Oracle SaaS R13 Light Theme application template has been deprecated, although we will continue to support it until version 22.01 reaches End of Life (EOL). See Updating an Oracle SaaS application template for more information. 22.01 - Dec 2021 N/A
navigateToPageAction The navigateToPageAction action is deprecated in 21.07. When you upgrade your app to version 21.10, any existing action chains that use navigateToPageAction are automatically migrated to navigateAction (introduced in 21.07). 21.07 - May 2021 N/A
Internet Explorer 11 Visual Builder runtime has deprecated the use of Internet Explorer 11 since 19.4.3. Users who try to access a deployed Visual Builder application from Internet Explorer will see a deprecation warning. Starting with 21.04, Oracle Support will no longer address issues pertaining to Internet Explorer 11. 19.4.3 - Aug 2020 21.04 - Feb 2021
Processes in Visual Builder The following Process-related features are deprecated:
  • Register deployed processes
  • Use of Process Actions in Action Chains
  • Support for Process code snippets
  • Process-related Quick Starts

You can still use these features in Oracle Integration Generation 2, but as you plan the transition to Oracle Integration 3, you should leverage service connections instead to interact with Process.

To leverage OCI Process Automation (Oracle Integration 3) in your application, create an OCI Process Automation backend based on your instance, then create service connections for the REST APIs you want to use in your visual application. See Connect to Oracle Process Automation APIs for more information.

24.04 - Feb 2024 Not available in Oracle Integration 3 and beyond

Upgrade Policy

When you create a new visual app, Visual Builder automatically sets your runtime dependencies to the latest Visual Builder Runtime and JET versions. If you’ve already staged or published an app, however, it’s up to you to decide when to upgrade, as long as you do so within a certain time period. As a general rule, Visual Builder supports applications built on the current Runtime Version, as well as the three previous versions. So for 24.04, for example, Visual Builder supports not only the 24.04 Runtime Version, but also apps built with 24.01, 23.10, and 23.07. Once 24.07 comes out, however, support for the 23.07 Runtime Version will drop off, so we'll ask you to upgrade those apps before you can work on them in the Designer. If you choose not to upgrade at that time, you run the risk that newer browser versions will break your app. You also won’t be able to take advantage of any important security and performance improvements. For all of these reasons, we encourage you to build time into your development cycle to keep abreast of current changes, and to make sure you upgrade your app (you should version it first) before support for your current runtime version expires.

See Manage Runtime Dependencies for Visual Applications for details on how to upgrade.

Documentation Accessibility

Access to Oracle Support