Skip to content

Commit ff1a4b6

Browse files
committed
Merge branch 'docs-release-notes-3.5.2' into 'main'
preparing docs for 3.5.2 release See merge request weblogic-cloud/weblogic-deploy-tooling!1558
2 parents 8c891a9 + fa6da46 commit ff1a4b6

File tree

3 files changed

+39
-4
lines changed

3 files changed

+39
-4
lines changed

documentation/3.0/content/concepts/archive.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,11 @@ wlsdeploy/structuredApplications/myApp/plan/WEB-INF/weblogic.xml
172172
wlsdeploy/structuredApplications/myApp/plan/AppFileOverrides/updated.properties
173173
```
174174

175+
#### `wlsdeploy/wrcExtension`
176+
The directory into which the WebLogic Remote Console extension WAR file (i.e., `console-rest-ext-6.0.war`) is stored.
177+
Create Domain, Update Domain, and Deploy Apps tools place any file in this directory into the
178+
`$DOMAIN_HOME/management-services-ext/` directory.
179+
175180
### Using multiple archive files
176181

177182
The Create Domain, Update Domain, Deploy Applications, and Validate Model Tools allow the specification of multiple

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

Lines changed: 6 additions & 4 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 = 78
4+
weight = 77
55
pre = "<b> </b>"
66
+++
77

88

9-
### Changes in Release 3.5.1
9+
### Changes in Release 3.5.2
1010
- [Major New Features](#major-new-features)
1111
- [Other Changes](#other-changes)
1212
- [Bugs Fixes](#bug-fixes)
@@ -17,10 +17,12 @@ pre = "<b> </b>"
1717
None
1818

1919
#### Other Changes
20-
None
20+
- #1557 - Added support for provisioning the WebLogic Remote Console domain extension WAR file.
2121

2222
#### Bug Fixes
23-
- #1542 - Fixed a Prepare Model issue related to the new password validation feature introduced in 3.5.0
23+
- #1547 - Fixed a bug with password validation causing a `NullPointerException` when the `domainInfo` section was
24+
missing from the model.
25+
- #1554 - Fixed a problem where the Discover Domain tool would hang when running in online mode and an edit lock exists.
2426

2527
#### Known Issues
2628
None
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
+++
2+
title = "Release Notes 3.5.1"
3+
date = 2019-02-22T15:27:38-05:00
4+
weight = 78
5+
pre = "<b> </b>"
6+
+++
7+
8+
9+
### Changes in Release 3.5.1
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+
- #1542 - Fixed a Prepare Model issue related to the new password validation feature introduced in 3.5.0
24+
25+
#### Known Issues
26+
None
27+
28+
See https://oracle.github.io/weblogic-deploy-tooling/userguide/limitations/limitations/ for the current set of known limitations.

0 commit comments

Comments
 (0)