Skip to content

Commit 0a0890d

Browse files
committed
Merge branch 'deprecate-deploy-apps' into 'develop-4.0'
Log a message at startup that the deployApps tool is deprecated See merge request weblogic-cloud/weblogic-deploy-tooling!1605
2 parents 97afbe6 + 30d87d7 commit 0a0890d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

core/src/main/python/deploy.py

+3
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,9 @@ def main(model_context):
239239
_method_name = 'main'
240240
__logger.entering(class_name=_class_name, method_name=_method_name)
241241

242+
__logger.deprecation('WLSDPLY-09020', _program_name, 'updateDomain', class_name=_class_name,
243+
method_name=_method_name)
244+
242245
__wlst_helper.silence()
243246
_exit_code = ExitCode.OK
244247

core/src/main/resources/oracle/weblogic/deploy/messages/wlsdeploy_rb.properties

+2
Original file line numberDiff line numberDiff line change
@@ -1309,6 +1309,8 @@ WLSDPLY-09016=There are outstanding changes but -discard_current_edit has been s
13091309
WLSDPLY-09017=NOT USED
13101310
WLSDPLY-09018=Online update has been canceled because the argument -cancel_changes_if_restart_required is set and the update requires restart: {0}
13111311
WLSDPLY-09019=Acquiring online edit lock with acquire timeout value of {0}, release timeout value of {1}, and exclusive value of {2}
1312+
WLSDPLY-09020=The {0} tool has been deprecated with WebLogic Deploy Tooling release 4.0. \
1313+
The direction moving forward will be to use the {1} tool in its place.
13121314

13131315
# wlsdeploy/tool/deploy/deployer_utils.py
13141316
WLSDPLY-09100=Existing object names are {0}

0 commit comments

Comments
 (0)