File tree 3 files changed +1
-29
lines changed
documentation/4.0/content/release-notes
3 files changed +1
-29
lines changed Original file line number Diff line number Diff line change 1
1
+++
2
2
title = " Release 3.5.2"
3
3
date = 2019-02-22T15:27:38-05:00
4
- <<<<<<< HEAD:documentation/3.0/content/release-notes/release-3.5.2.md
5
4
weight = 77
6
- =======
7
- weight = 75
8
- >>>>>>> develop-4.0:documentation/4.0/content/release-notes/release-3.5.2.md
9
5
pre = " <b> </b>"
10
6
+++
11
7
12
8
13
- <<<<<<< HEAD: documentation /3.0/content/release-notes/release-3.5.2.md
14
9
### Changes in Release 3.5.2
15
- =======
16
- ### Changes in Release 3.5.4
17
- >>>>>>> develop-4.0: documentation /4.0/content/release-notes/release-3.5.2.md
18
10
- [ Major New Features] ( #major-new-features )
19
11
- [ Other Changes] ( #other-changes )
20
12
- [ Bugs Fixes] ( #bug-fixes )
@@ -25,21 +17,12 @@ pre = "<b> </b>"
25
17
None
26
18
27
19
#### Other Changes
28
- <<<<<<< HEAD: documentation /3.0/content/release-notes/release-3.5.2.md
29
20
- #1557 - Added support for provisioning the WebLogic Remote Console domain extension WAR file.
30
21
31
22
#### Bug Fixes
32
23
- #1547 - Fixed a bug with password validation causing a ` NullPointerException ` when the ` domainInfo ` section was
33
24
missing from the model.
34
25
- #1554 - Fixed a problem where the Discover Domain tool would hang when running in online mode and an edit lock exists.
35
- =======
36
- - #1600 - Added alias updates to support the Jan 2024 PSUs.
37
-
38
- #### Bug Fixes
39
- - #1607 - Fixed an issue with assigning groups to parent groups.
40
- - #1620 - Fixed an issue that caused an attribute with the WLST value ` none ` to be interpreted as a Python ` None ` .
41
- - #1635 - Fixed an issue with the ` ResourceManagement ` attribute in WebLogic Server 14.1.1 and higher.
42
- >>>>>>> develop-4.0: documentation /4.0/content/release-notes/release-3.5.2.md
43
26
44
27
#### Known Issues
45
28
None
Original file line number Diff line number Diff line change 18
18
19
19
#### Other Changes
20
20
- #1573 - Enhanced the ` wlsdeploy.debugToStdout ` system property to also include exception stacktraces when set to ` true ` .
21
- <<<<<<< HEAD: documentation /3.0/content/release-notes/release-3.5.3.md
22
21
This will help WebLogic Kubernetes Operator users running into WDT issues to see the details normally hidden in
23
22
the log files.
24
- =======
25
- This will help WebLogic Kubernetes Operator users running into WDT issues to see the details normally hidden in
26
- the log files.
27
- >>>>>>> develop-4.0: documentation /4.0/content/release-notes/release-3.5.3.md
28
23
29
24
#### Bug Fixes
30
25
- #1561 - Fixed a NullPointerException when there is missing fields in the ` RCUDbInfo ` section.
31
26
- #1590 - Fixed an issue with the ` ServiceProviderSingleLogoutRedirectUri ` attribute in the October 2023 PSUs for
32
- <<<<<<< HEAD: documentation /3.0/content/release-notes/release-3.5.3.md
33
27
12.2.1.4 and 14.1.1 that was causing an error.
34
28
- #1590 - Fixed an issue with exception creation in 14.1.1 that was causing error messages not to be properly populated
35
29
due to Jython 2.7.1 vararg method binding being broken.
36
- =======
37
- 12.2.1.4 and 14.1.1 that was causing an error.
38
- - #1590 - Fixed an issue with exception creation in 14.1.1 that was causing error messages not to be properly populated
39
- due to Jython 2.7.1 vararg method binding being broken.
40
- >>>>>>> develop-4.0: documentation /4.0/content/release-notes/release-3.5.3.md
41
30
42
31
#### Known Issues
43
32
None
Original file line number Diff line number Diff line change 268
268
<plugin >
269
269
<groupId >org.jacoco</groupId >
270
270
<artifactId >jacoco-maven-plugin</artifactId >
271
- <version >0.8.11 </version >
271
+ <version >0.8.12 </version >
272
272
<executions >
273
273
<execution >
274
274
<id >prepare-agent</id >
You can’t perform that action at this time.
0 commit comments