What’s New in This Guide

This topic introduces the new, changed, and deprecated WLST features that are described in this guide and provides pointers to additional information.

The following are new, changed or deprecated features for WLST for Release 12.2.1.3:

The following are new, changed or deprecated features for WLST for Release 12.2.1.2:

  • Implicit imports are deprecated, beginning in this release.

    In a future release, WLST will disable weblogic class auto-loading during WLST startup. At that point, you will need to explicitly import classes using from weblogic import class. For example:

    from weblogic.security.service import EJBResource
    ejbRes = EJBResource('DDPoliciesEar', 'DDPolinEarMiniAppBean.jar', 'DDRolesAndPolicies', 'getSubject', 'Remote', None)

    See Implicit Exports.