Skip to content

Commit 75ad951

Browse files
committed
Merge branch 'docs-release-3.5.0' into 'main'
Docs release 3.5.0 See merge request weblogic-cloud/weblogic-deploy-tooling!1540
2 parents aa4573e + 298336b commit 75ad951

File tree

5 files changed

+52
-19
lines changed

5 files changed

+52
-19
lines changed

core/src/main/resources/oracle/weblogic/deploy/messages/wlsdeploy_rb.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ WLSDPLY-05411=Password for user {0} only has {1} uppercase characters which is b
585585
WLSDPLY-05412=Password for user {0} only has {1} non-alphanumeric characters which is below the minimum required number of {2}
586586
WLSDPLY-05413=Password for user {0} only has {1} numeric or special characters which is below the minimum required number of {2}
587587
WLSDPLY-05414=Password for user {0} is not allowed to start with the character "{1}"
588-
WLSDPLY-05415=Model-provided password validation field {0} value of {1} was less that the WLST offline default value of {2} so password validation will use the WLST offline value of {2}
588+
WLSDPLY-05415=Model-provided password validation field {0} value of {1} was less that the WLST offline default value of {2} so password validation will use the WLST offline value of {2} instead
589589

590590
# compare_model.py
591591

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

Lines changed: 9 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 = 80
4+
weight = 79
55
pre = "<b> </b>"
66
+++
77

88

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

1919
#### Other Changes
20-
- #1521 - Added alias changes to accommodate October 2023 PSUs for WebLogic Server versions 12.2.1.4 and 14.1.1.
21-
- #1525 - Added missing MBeans to better support the WebLogic Remote Console.
22-
- #1527 - Added missing Security Provider attributes to better support the WebLogic Remote Console.
23-
- #1530 - Refactored the handling of Coherence Custom Cluster and Cache Config files to correct the behavior
24-
and expand online update and discover capabilities.
25-
One side effect is that the Discover Domain tool when run in online mode will generate warnings
26-
and skip discovery of Coherence Cache Config folders. This is due to a shortcoming in WebLogic Server's
27-
Coherence configuration support that is tracked by Bug 35969096.
20+
- #1535 - Changed the timing for extracting the archive file's `custom` folder to support storing custom WebLogic Server
21+
security provider jar files (GitHub issue #1512).
22+
- #1537, #1539 - Cleaned up user password validation and extended it to support customizing the default settings
23+
using the model's `SystemPasswordValidator` settings, if present. See
24+
https://oracle.github.io/weblogic-deploy-tooling/userguide/tools/create/#user-password-validation for details
25+
(GitHub issue #1510).
2826

2927
#### Bug Fixes
30-
- #1522 - Fixed issues related to unicode handling that were causing errors processing typedef files.
31-
- #1526 - Fixed an issue that was preventing custom typedefs from working properly (WDT-771/GitHub Issue #1506).
32-
- #1528 - Fixed an issue that was causing the standalone Validate Model tool to write credentials to the log
33-
with certain models. Fixed an issue that was causing log level escalation (WDT-783).
34-
- #1529 - Fixed an issue for boolean attributes with null default values. This issue was causing Discover Domain to
35-
incorrectly treat attributes whose values were `False` to be omitted from the discovered model.
28+
- #1538 - Fixed online discovery of Coherence Cache Config files if the fix for Bug 35969096 is present.
3629

3730
#### Known Issues
3831
None
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
+++
2+
title = "Release Notes 3.4.0"
3+
date = 2019-02-22T15:27:38-05:00
4+
weight = 80
5+
pre = "<b> </b>"
6+
+++
7+
8+
9+
### Changes in Release 3.4.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+
None
18+
19+
#### Other Changes
20+
- #1521 - Added alias changes to accommodate October 2023 PSUs for WebLogic Server versions 12.2.1.4 and 14.1.1.
21+
- #1525 - Added missing MBeans to better support the WebLogic Remote Console.
22+
- #1527 - Added missing Security Provider attributes to better support the WebLogic Remote Console.
23+
- #1530 - Refactored the handling of Coherence Custom Cluster and Cache Config files to correct the behavior
24+
and expand online update and discover capabilities.
25+
One side effect is that the Discover Domain tool when run in online mode will generate warnings
26+
and skip discovery of Coherence Cache Config folders. This is due to a shortcoming in WebLogic Server's
27+
Coherence configuration support that is tracked by Bug 35969096.
28+
29+
#### Bug Fixes
30+
- #1522 - Fixed issues related to unicode handling that were causing errors processing typedef files.
31+
- #1526 - Fixed an issue that was preventing custom typedefs from working properly (WDT-771/GitHub Issue #1506).
32+
- #1528 - Fixed an issue that was causing the standalone Validate Model tool to write credentials to the log
33+
with certain models. Fixed an issue that was causing log level escalation (WDT-783).
34+
- #1529 - Fixed an issue for boolean attributes with null default values. This issue was causing Discover Domain to
35+
incorrectly treat attributes whose values were `False` to be omitted from the discovered model.
36+
37+
#### Known Issues
38+
None
39+
40+
See https://oracle.github.io/weblogic-deploy-tooling/userguide/limitations/limitations/ for the current set of known limitations.

documentation/3.0/content/userguide/tools/create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Starting in 3.5.0, this validation has been unified and enhanced. Now, password
7575

7676
- Happens upfront during model validation;
7777
- Logs errors for all users' password validation errors and aborts the domain creation process;
78-
- Takes into account any model settings for the Web8Logic Server System Password Validator to ensure passwords
78+
- Takes into account any model settings for the WebLogic Server System Password Validator to ensure passwords
7979
follow its settings. For example, if model contains the snippet shown below, the minimum length of the passwords
8080
will be 12 instead of the default value of 8. Any attributes not present in the model will use their default values
8181
during password validation.

github-release.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<plugin>
4141
<groupId>io.rhpatrick.mojo</groupId>
4242
<artifactId>github-maven-plugin</artifactId>
43-
<version>0.7</version>
43+
<version>0.8</version>
4444
</plugin>
4545
</plugins>
4646
</pluginManagement>

0 commit comments

Comments
 (0)