Skip to content

Commit 64c5cca

Browse files
creating release notes for 3.0.1 release (#1400)
1 parent f3e14de commit 64c5cca

File tree

2 files changed

+94
-57
lines changed

2 files changed

+94
-57
lines changed

documentation/3.0/content/release-notes/_index.md

Lines changed: 6 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,27 @@
11
+++
22
title = "Release Notes"
33
date = 2019-02-22T15:27:38-05:00
4-
weight = 95
4+
weight = 94
55
pre = "<b> </b>"
66
+++
77

88

9-
### Changes in Release 3.0.0
9+
### Changes in Release 3.0.1
1010
- [Major New Features](#major-new-features)
1111
- [Other Changes](#other-changes)
1212
- [Bugs Fixes](#bug-fixes)
1313
- [Known Issues](#known-issues)
1414

1515

1616
#### Major New Features
17-
- #1355: Added `-remote` option to the `deployApps` tool that supports deploying applications and shared libraries from a remote machine. (Issue #1312)
18-
- #1355: Added `-remote` option to the `updateDomain` tool that allows configuration changes not requiring archive file changes
19-
(except for applications and shared libraries) to be made from a remote machine. (Issue #1167)
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)
21-
- #1367: New `archiveHelper` tool for helping to create and update the archive file from the command line. (WDT-711)
22-
- Cleaned up the aliases to clean up online discovery and put tests in place to ensure that they align properly with the
23-
various WebLogic Server releases and PSUs. The resulting model from online discovery is now much closer to the one generated by offline discovery.
17+
None
2418

2519
#### Other Changes
26-
- #1255: Renamed model attributes to align with the offline naming strategy:
27-
28-
- SystemComponent `MWHome` model attribute renamed to `MwHome`.
29-
- WebserviceSecurity `DefaultCredentialProviderSTSURI` model attribute renamed to `DefaultCredentialProviderStsuri`.
30-
31-
- #1299: Renamed model attributes to align with the offline naming strategy:
32-
33-
- SecurityConfiguration `IdentityAssertionCacheTTL` model attribute renamed to `IdentityAssertionCacheTtl`.
34-
35-
- #1310: Resolved issue that was causing the PSU version of several 12.2.1.3 PSUs to be incorrect.
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-
- #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-
- #1331: Deprecated the old archive locations of the OPSS wallet and ATP wallet in the archive file. The old locations will be
39-
honored but will result in one or more deprecation messages. (WDT-687)
40-
- #1334: Removed support for storing the model files in the archive. (WDT-643)
41-
- #1341: Remove deprecated `-domain_resource_file` argument from the `extractDomainResource` tool. (WDT-706)
42-
- #1348: Renamed the old ATP wallet to `rcu` wallet. (WDT-709)
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-
- #1348: Added database wallet support for multiple wallets. Other database wallets can be added, as needed. (WDT-710)
46-
- #1351: Removed support for the deprecated "named object list" format from the `kubernetes` section of the model. (WDT-688)
47-
- #1366: Refactored ATP and SSL database support to be more unified in their modeling approach.
48-
- #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)
49-
- #1375: Revamped application installation directory discovery to capture the entire application installation directory. (WDT-715)
50-
- #1379: Added the ability for discovery to collect the JDBC wallet file(s) in the archive.
51-
- #1380: Updated the approach for generating the Verrazzano custom resource related to the Ingress Trait routing rules to add
52-
a destination host/port and allow the user to add Paths via the new `verrazzano` section of the model. (WDT-696)
53-
- #1383: Removed the `DomainVersion` domain-level attribute from discovered models and replaced it with a comment describing the
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 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-
- #1391: Revamped tool summary report and remote report generated when using remote discovery. (WDT-637)
58-
- #1395: Added unclustered servers to the WKTUI integration output of `prepareModel` (WDT-730)
20+
None
5921

6022
#### Bug Fixes
61-
- #1261, #1266: Corrected a `discoverDomain` error message when a keystore was missing. (WDT-685)
62-
- #1324: Resolved an issue causing secure mode not to be discovered. (WDT-694)
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-
- #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 uppercase were not working properly.
66-
- #1335: Removed unused and undocumented `-prev_model_file` argument from the `deployApps` and `updateDomain` tools. (WDT-707)
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-
- #1367: Corrected the behavior of the archive class to rename directories when an existing directory of the same name already exists.
69-
This makes the behavior for files and directories consistent. (WDT-722)
70-
- #1374: Corrected a problem discovering a domain using a Coherence cluster with a custom configuration file.
71-
- #1376: Corrected an issue with `compareModel` pertaining to comparisons of the JVM arguments and whitespace (Issue #1370)
72-
- #1382: Removed misleading log entries during startup that displayed the WebLogic Server version with no PSU information (WDT-727)
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.
23+
- #1396: Added additional validation to the `RCUDbInfo` section.
24+
- #1388: Corrected a bug introduced in 3.0.0 that broke validation of sparse models with dynamic clusters.
7625

7726
#### Known Issues
7827
1. When running `discoverDomain` with the `-remote` flag, there are several MBeans that are not being properly handled that
Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
+++
2+
title = "Release Notes"
3+
date = 2019-02-22T15:27:38-05:00
4+
weight = 95
5+
pre = "<b> </b>"
6+
+++
7+
8+
9+
### Changes in Release 3.0.0
10+
- [Major New Features](#major-new-features)
11+
- [Other Changes](#other-changes)
12+
- [Bugs Fixes](#bug-fixes)
13+
- [Known Issues](#known-issues)
14+
15+
16+
#### Major New Features
17+
- #1355: Added `-remote` option to the `deployApps` tool that supports deploying applications and shared libraries from a remote machine. (Issue #1312)
18+
- #1355: Added `-remote` option to the `updateDomain` tool that allows configuration changes not requiring archive file changes
19+
(except for applications and shared libraries) to be made from a remote machine. (Issue #1167)
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)
21+
- #1367: New `archiveHelper` tool for helping to create and update the archive file from the command line. (WDT-711)
22+
- Cleaned up the aliases to clean up online discovery and put tests in place to ensure that they align properly with the
23+
various WebLogic Server releases and PSUs. The resulting model from online discovery is now much closer to the one generated by offline discovery.
24+
25+
#### Other Changes
26+
- #1255: Renamed model attributes to align with the offline naming strategy:
27+
28+
- SystemComponent `MWHome` model attribute renamed to `MwHome`.
29+
- WebserviceSecurity `DefaultCredentialProviderSTSURI` model attribute renamed to `DefaultCredentialProviderStsuri`.
30+
31+
- #1299: Renamed model attributes to align with the offline naming strategy:
32+
33+
- SecurityConfiguration `IdentityAssertionCacheTTL` model attribute renamed to `IdentityAssertionCacheTtl`.
34+
35+
- #1310: Resolved issue that was causing the PSU version of several 12.2.1.3 PSUs to be incorrect.
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+
- #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+
- #1331: Deprecated the old archive locations of the OPSS wallet and ATP wallet in the archive file. The old locations will be
39+
honored but will result in one or more deprecation messages. (WDT-687)
40+
- #1334: Removed support for storing the model files in the archive. (WDT-643)
41+
- #1341: Remove deprecated `-domain_resource_file` argument from the `extractDomainResource` tool. (WDT-706)
42+
- #1348: Renamed the old ATP wallet to `rcu` wallet. (WDT-709)
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+
- #1348: Added database wallet support for multiple wallets. Other database wallets can be added, as needed. (WDT-710)
46+
- #1351: Removed support for the deprecated "named object list" format from the `kubernetes` section of the model. (WDT-688)
47+
- #1366: Refactored ATP and SSL database support to be more unified in their modeling approach.
48+
- #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)
49+
- #1375: Revamped application installation directory discovery to capture the entire application installation directory. (WDT-715)
50+
- #1379: Added the ability for discovery to collect the JDBC wallet file(s) in the archive.
51+
- #1380: Updated the approach for generating the Verrazzano custom resource related to the Ingress Trait routing rules to add
52+
a destination host/port and allow the user to add Paths via the new `verrazzano` section of the model. (WDT-696)
53+
- #1383: Removed the `DomainVersion` domain-level attribute from discovered models and replaced it with a comment describing the
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 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+
- #1391: Revamped tool summary report and remote report generated when using remote discovery. (WDT-637)
58+
- #1395: Added unclustered servers to the WKTUI integration output of `prepareModel` (WDT-730)
59+
60+
#### Bug Fixes
61+
- #1261, #1266: Corrected a `discoverDomain` error message when a keystore was missing. (WDT-685)
62+
- #1324: Resolved an issue causing secure mode not to be discovered. (WDT-694)
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+
- #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 uppercase were not working properly.
66+
- #1335: Removed unused and undocumented `-prev_model_file` argument from the `deployApps` and `updateDomain` tools. (WDT-707)
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+
- #1367: Corrected the behavior of the archive class to rename directories when an existing directory of the same name already exists.
69+
This makes the behavior for files and directories consistent. (WDT-722)
70+
- #1374: Corrected a problem discovering a domain using a Coherence cluster with a custom configuration file.
71+
- #1376: Corrected an issue with `compareModel` pertaining to comparisons of the JVM arguments and whitespace (Issue #1370)
72+
- #1382: Removed misleading log entries during startup that displayed the WebLogic Server version with no PSU information (WDT-727)
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+
77+
#### Known Issues
78+
1. When running `discoverDomain` with the `-remote` flag, there are several MBeans that are not being properly handled that
79+
will result in `INFO` level messages that look similar to the example shown below. These errors seem to happen only when the MBean is
80+
non-existent so the resulting model should still be accurate. These issues are expected to be fixed in a future release.
81+
82+
```
83+
####<Feb 16, 2023 1:40:00 PM> <INFO> <Discoverer> <_add_to_dictionary> <WLSDPLY-06106> <Unable to add ServerFailureTrigger
84+
from location /Clusters/mycluster/OverloadProtection/mycluster to the model : Failed to convert the wlst attribute name and
85+
value for the model at location (model_folders = ['Cluster', 'OverloadProtection'], 'name_tokens' = {'DOMAIN': 'tododomain',
86+
'CLUSTER': 'mycluster','OVERLOADPROTECTION': 'mycluster'}) : The wlst attribute ServerFailureTrigger is not defined for the
87+
model folder /Cluster/OverloadProtection>
88+
```

0 commit comments

Comments
 (0)