-remote option to the deployApps tool that supports deploying applications and shared libraries from a remote machine. (Issue #1312)-remote option to the updateDomain tool that allows configuration changes not requiring archive file changes
(except for applications and shared libraries) to be made from a remote machine. (Issue #1167)verrazzano section of the model that can be used to augment/override the YAML files generated by the Verrazzano-related -target options. (WDT-688)archiveHelper tool for helping to create and update the archive file from the command line. (WDT-711)#1255: Renamed model attributes to align with the offline naming strategy:
MWHome model attribute renamed to MwHome.DefaultCredentialProviderSTSURI model attribute renamed to DefaultCredentialProviderStsuri.#1299: Renamed model attributes to align with the offline naming strategy:
IdentityAssertionCacheTTL model attribute renamed to IdentityAssertionCacheTtl.#1310: Resolved issue that was causing the PSU version of several 12.2.1.3 PSUs to be incorrect.
#1314, #1342: Added knowledge to the aliases to understand how default values change when using production mode and secure production mode. (WDT-678)
#1328: Changed tool exit code handling to exit with exit code 1 if warnings exist and exit code 2 if errors exist in the summary report. (WDT-692)
#1331: Deprecated the old archive locations of the OPSS wallet and ATP wallet in the archive file. The old locations will be honored but will result in one or more deprecation messages. (WDT-687)
#1334: Removed support for storing the model files in the archive. (WDT-643)
#1341: Remove deprecated -domain_resource_file argument from the extractDomainResource tool. (WDT-706)
#1348: Renamed the old ATP wallet to rcu wallet. (WDT-709)
#1348: Added support for adding wallets either as a ZIP file or an exploded directory with one or more files. When the wallet is
added as a ZIP file, the createDomain and updateDomain tools will expand the ZIP into the domain home, just as before.
#1348: Added database wallet support for multiple wallets. Other database wallets can be added, as needed. (WDT-710)
#1351: Removed support for the deprecated “named object list” format from the kubernetes section of the model. (WDT-688)
#1366: Refactored ATP and SSL database support to be more unified in their modeling approach.
#1369: Added a special log level for deprecation messages so that they can show up in the tools' summary reports without causing a non-zero exit status. (WDT-721)
#1375: Revamped application installation directory discovery to capture the entire application installation directory. (WDT-715)
#1379: Added the ability for discovery to collect the JDBC wallet file(s) in the archive.
#1380: Updated the approach for generating the Verrazzano custom resource related to the Ingress Trait routing rules to add
a destination host/port and allow the user to add Paths via the new verrazzano section of the model. (WDT-696)
#1383: Removed the DomainVersion domain-level attribute from discovered models and replaced it with a comment describing the
WDT and WebLogic Server version numbers used to discover the model and which WLST mode was used for discovery. (WDT-698)
#1386: Changed attribute not valid in the current WebLogic version warnings to log INFO level messages instead. (WDT-724)
#1389: Added additional model and WebLogic Kubernetes Operator/Verrazzano target validation around dynamic clusters to catch modeling issues prior to domain creation. (WDT-726)
#1391: Revamped tool summary report and remote report generated when using remote discovery. (WDT-637)
#1395: Added unclustered servers to the WKTUI integration output of prepareModel (WDT-730)
discoverDomain error message when a keystore was missing. (WDT-685)-prev_model_file argument from the deployApps and updateDomain tools. (WDT-707)-archive_file argument from the extractDomainResource tool since the model can no longer be stored in the archive file. (WDT-708)compareModel pertaining to comparisons of the JVM arguments and whitespace (Issue #1370)SecureMode folder to show up in an online discovered model. (WDT-731)INFO messages with errors related to alias entries during online discovery.discoverDomain with the -remote flag, there are several MBeans that are not being properly handled that
will result in INFO level messages that look similar to the example shown below. These errors seem to happen only when the MBean is
non-existent so the resulting model should still be accurate. These issues are expected to be fixed in a future release.####<Feb 16, 2023 1:40:00 PM> <INFO> <Discoverer> <_add_to_dictionary> <WLSDPLY-06106> <Unable to add ServerFailureTrigger
from location /Clusters/mycluster/OverloadProtection/mycluster to the model : Failed to convert the wlst attribute name and
value for the model at location (model_folders = ['Cluster', 'OverloadProtection'], 'name_tokens' = {'DOMAIN': 'tododomain',
'CLUSTER': 'mycluster','OVERLOADPROTECTION': 'mycluster'}) : The wlst attribute ServerFailureTrigger is not defined for the
model folder /Cluster/OverloadProtection>