Skip to content

Commit 8b33a84

Browse files
adding release notes for release 3.0.3 (#1421)
1 parent 21e5d92 commit 8b33a84

File tree

2 files changed

+46
-16
lines changed

2 files changed

+46
-16
lines changed
Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
+++
22
title = "Release Notes"
33
date = 2019-02-22T15:27:38-05:00
4-
weight = 93
4+
weight = 92
55
pre = "<b> </b>"
66
+++
77

88

9-
### Changes in Release 3.0.2
9+
### Changes in Release 3.0.3
1010
- [Major New Features](#major-new-features)
1111
- [Other Changes](#other-changes)
1212
- [Bugs Fixes](#bug-fixes)
@@ -20,19 +20,11 @@ None
2020
None
2121

2222
#### Bug Fixes
23-
- #1405: Corrected some issues with the Windows shell scripts where they were not properly handling paths with spaces.
24-
- #1409: Corrected a bug where a wallet deprecation message was still being logged as a warning.
25-
- #1411: Corrected a bug where wallet extraction handling with multiple archive files was happening in the wrong order.
23+
- #1412: Fixed a bug in the Prepare Model integration with WKTUI.
24+
- #1413: Fixed a number of internationalization message-related issues.
25+
- #1414: Fixed a bug with wallet collection during discovery of a Proxy data source.
26+
- #1416: Fixed a bug in the handling of main session properties with credentials that was causing a Jython AttributeError (Issue #1415).
27+
- #1419: Fixed open issue from previous releases regarding wlst attribute not defined errors in online remote discovery.
28+
- #1420: Fixed a bug where a trailing slash on an application `SourcePath` would cause a empty ZIP file error.
2629

2730
#### Known Issues
28-
1. When running `discoverDomain` with the `-remote` flag, there are several MBeans that are not being properly handled that
29-
will result in `INFO` level messages that look similar to the example shown below. These errors seem to happen only when the MBean is
30-
non-existent so the resulting model should still be accurate. These issues are expected to be fixed in a future release.
31-
32-
```
33-
####<Feb 16, 2023 1:40:00 PM> <INFO> <Discoverer> <_add_to_dictionary> <WLSDPLY-06106> <Unable to add ServerFailureTrigger
34-
from location /Clusters/mycluster/OverloadProtection/mycluster to the model : Failed to convert the wlst attribute name and
35-
value for the model at location (model_folders = ['Cluster', 'OverloadProtection'], 'name_tokens' = {'DOMAIN': 'tododomain',
36-
'CLUSTER': 'mycluster','OVERLOADPROTECTION': 'mycluster'}) : The wlst attribute ServerFailureTrigger is not defined for the
37-
model folder /Cluster/OverloadProtection>
38-
```
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
+++
2+
title = "Release Notes 3.0.2"
3+
date = 2019-02-22T15:27:38-05:00
4+
weight = 93
5+
pre = "<b> </b>"
6+
+++
7+
8+
9+
### Changes in Release 3.0.2
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+
None
18+
19+
#### Other Changes
20+
None
21+
22+
#### Bug Fixes
23+
- #1405: Corrected some issues with the Windows shell scripts where they were not properly handling paths with spaces.
24+
- #1409: Corrected a bug where a wallet deprecation message was still being logged as a warning.
25+
- #1411: Corrected a bug where wallet extraction handling with multiple archive files was happening in the wrong order.
26+
27+
#### Known Issues
28+
1. When running `discoverDomain` with the `-remote` flag, there are several MBeans that are not being properly handled that
29+
will result in `INFO` level messages that look similar to the example shown below. These errors seem to happen only when the MBean is
30+
non-existent so the resulting model should still be accurate. These issues are expected to be fixed in a future release.
31+
32+
```
33+
####<Feb 16, 2023 1:40:00 PM> <INFO> <Discoverer> <_add_to_dictionary> <WLSDPLY-06106> <Unable to add ServerFailureTrigger
34+
from location /Clusters/mycluster/OverloadProtection/mycluster to the model : Failed to convert the wlst attribute name and
35+
value for the model at location (model_folders = ['Cluster', 'OverloadProtection'], 'name_tokens' = {'DOMAIN': 'tododomain',
36+
'CLUSTER': 'mycluster','OVERLOADPROTECTION': 'mycluster'}) : The wlst attribute ServerFailureTrigger is not defined for the
37+
model folder /Cluster/OverloadProtection>
38+
```

0 commit comments

Comments
 (0)