New Features Described in Oracle JET 's Documentation for Release 20.0.0

Here are updates to the documentation for Oracle JET to describe new features and enhancements added to Release 20.0.0.

For other changes in this release, see the product Release Notes.

Oracle JET

Documentation updates for this release of Oracle JET.

Oracle JET Audit Framework

Using and Extending the Oracle JET Audit Framework has been updated in the following ways.

New and changed JAF audit features

Changes for rule writers:

File path separators for the Windows platform

A future release of Oracle JAF will remove support for glob paths with escaped backslashes on Windows. To prepare for this change, review oraclejafconfig.json properties like "files", "exclude", and "components" and replace values that use escaped backslashes to use forward slashes.

For example, if you encounter a value similar to the following for the "files" property:

    "files": [
          ".\\src\\**\\*.html",

replace it as follows:

    "files": [
          "./src/**/*.html",

Failure to make this change will result in referenced files not being processed by JAF on Windows in a future release.

Documentation Accessibility

For information about Oracle's commitment to accessibility, visit the Oracle Accessibility Program website at http://www.oracle.com/pls/topic/lookup?ctx=acc&id=docacc.

Access to Oracle Support

Oracle customer access to and use of Oracle support services will be pursuant to the terms and conditions specified in their Oracle order for the applicable services.