You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/3.0/content/release-notes/_index.md
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ pre = "<b> </b>"
14
14
15
15
16
16
#### Major New Features
17
-
-#1355: Added `-remote` option to the `deployApps` tool that support deploying applications and shared libraries from a remote machine. (Issue #1312)
17
+
-#1355: Added `-remote` option to the `deployApps` tool that supports deploying applications and shared libraries from a remote machine. (Issue #1312)
18
18
-#1355: Added `-remote` option to the `updateDomain` tool that allows configuration changes not requiring archive file changes
19
19
(except for applications and shared libraries) to be made from a remote machine. (Issue #1167)
20
20
-#1365: Added new `verrazzano` section of the model that can be used to augment/override the YAML files generated by the Verrazzano-related `-target` options. (WDT-688)
@@ -33,15 +33,15 @@ pre = "<b> </b>"
33
33
- SecurityConfiguration `IdentityAssertionCacheTTL` model attribute renamed to `IdentityAssertionCacheTtl`.
34
34
35
35
-#1310: Resolved issue that was causing the PSU version of several 12.2.1.3 PSUs to be incorrect.
36
-
-#1314, #1342: Adding knowledge to the aliases to understand how default values change when using `production mode` and `secure production mode`. (WDT-678)
36
+
-#1314, #1342: Added knowledge to the aliases to understand how default values change when using `production mode` and `secure production mode`. (WDT-678)
37
37
-#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)
38
38
-#1331: Deprecated the old archive locations of the OPSS wallet and ATP wallet in the archive file. The old locations will be
39
39
honored but will result in one or more deprecation messages. (WDT-687)
40
40
-#1334: Removed support for storing the model files in the archive. (WDT-643)
41
41
-#1341: Remove deprecated `-domain_resource_file` argument from the `extractDomainResource` tool. (WDT-706)
42
42
-#1348: Renamed the old ATP wallet to `rcu` wallet. (WDT-709)
43
-
-#1348: Add support for adding wallets either as a zip file or an exploded directory with one or more files. When the wallet is
44
-
added as a zip file, the `createDomain` and `updateDomain` tools will expand the zip into the domain home, just as before.
43
+
-#1348: Added support for adding wallets either as a ZIP file or an exploded directory with one or more files. When the wallet is
44
+
added as a ZIP file, the `createDomain` and `updateDomain` tools will expand the ZIP into the domain home, just as before.
45
45
-#1348: Added database wallet support for multiple wallets. Other database wallets can be added, as needed. (WDT-710)
46
46
-#1351: Removed support for the deprecated "named object list" format from the `kubernetes` section of the model. (WDT-688)
47
47
-#1366: Refactored ATP and SSL database support to be more unified in their modeling approach.
@@ -52,8 +52,8 @@ pre = "<b> </b>"
52
52
a destination host/port and allow the user to add Paths via the new `verrazzano` section of the model. (WDT-696)
53
53
-#1383: Removed the `DomainVersion` domain-level attribute from discovered models and replaced it with a comment describing the
54
54
WDT and WebLogic Server version numbers used to discover the model and which WLST mode was used for discovery. (WDT-698)
55
-
-#1386: Changed attribute not valid in the current WebLogic version warnings with to log `INFO` level messages instead. (WDT-724)
56
-
-#1389: Added additional model and WebLogic Kubernetes Operator/Verrazzano target validation around dynamic cluster to catch modeling issues prior to domain creation. (WDT-726)
55
+
-#1386: Changed attribute not valid in the current WebLogic version warnings to log `INFO` level messages instead. (WDT-724)
56
+
-#1389: Added additional model and WebLogic Kubernetes Operator/Verrazzano target validation around dynamic clusters to catch modeling issues prior to domain creation. (WDT-726)
57
57
-#1391: Revamped tool summary report and remote report generated when using remote discovery. (WDT-637)
58
58
-#1395: Added unclustered servers to the WKTUI integration output of `prepareModel` (WDT-730)
59
59
@@ -62,17 +62,17 @@ pre = "<b> </b>"
62
62
-#1324: Resolved an issue causing secure mode not to be discovered. (WDT-694)
63
63
-#1327: Resolved an issue where WLST errors in WLS 12.2.1.0.0 were showing up in the tools' summary reports. (WDT-691)
64
64
-#1329: Changed the tools summary log handler to not accept any messages that did not originate in WDT proper. (WDT-701)
65
-
-#1330: Fixed a Windows issue with environment variable substitution where environment variable references in the model that were not all upper-case were not working properly.
66
-
-#1335: Removed unused and undocumented `-prev_model_file` argument `deployApps` and `updateDomain` tools. (WDT-707)
65
+
-#1330: Fixed a Windows issue with environment variable substitution where environment variable references in the model that were not all uppercase were not working properly.
66
+
-#1335: Removed unused and undocumented `-prev_model_file` argument from the `deployApps` and `updateDomain` tools. (WDT-707)
67
67
-#1344: Removed `-archive_file` argument from the `extractDomainResource` tool since the model can no longer be stored in the archive file. (WDT-708)
68
68
-#1367: Corrected the behavior of the archive class to rename directories when an existing directory of the same name already exists.
69
69
This makes the behavior for files and directories consistent. (WDT-722)
70
-
-#1374: Corrected a problem discovering a domain with a Coherence cluster with a custom configuration file.
70
+
-#1374: Corrected a problem discovering a domain using a Coherence cluster with a custom configuration file.
71
71
-#1376: Corrected an issue with `compareModel` pertaining to comparisons of the JVM arguments and whitespace (Issue #1370)
72
72
-#1382: Removed misleading log entries during startup that displayed the WebLogic Server version with no PSU information (WDT-727)
73
-
-#1392: Fixing an issue with online discovery of domains with dynamic clusters where the dynamic servers were erroneously being added as configured servers.
74
-
-#1393: Fixing an issue causing an empty `SecureMode` folder to show up in an online discovered model. (WDT-731)
75
-
-#1394: Fixing alias entries to prevent some `INFO` messages with errors related to alias entries during online discovery.
73
+
-#1392: Fixed an issue with online discovery of domains with dynamic clusters where the dynamic servers were erroneously being added as configured servers.
74
+
-#1393: Fixed an issue causing an empty `SecureMode` folder to show up in an online discovered model. (WDT-731)
75
+
-#1394: Fixed alias entries to prevent some `INFO` messages with errors related to alias entries during online discovery.
76
76
77
77
#### Known Issues
78
78
1. When running `discoverDomain` with the `-remote` flag, there are several MBeans that are not being properly handled that
@@ -85,4 +85,4 @@ from location /Clusters/mycluster/OverloadProtection/mycluster to the model : Fa
85
85
value for the model at location (model_folders = ['Cluster', 'OverloadProtection'], 'name_tokens' = {'DOMAIN': 'tododomain',
86
86
'CLUSTER': 'mycluster','OVERLOADPROTECTION': 'mycluster'}) : The wlst attribute ServerFailureTrigger is not defined for the
0 commit comments