Skip to content

Commit f28db5d

Browse files
committed
dependabot version change and merge conflict resolution in docs
1 parent 39ddf45 commit f28db5d

File tree

3 files changed

+1
-29
lines changed

3 files changed

+1
-29
lines changed

Diff for: documentation/4.0/content/release-notes/release-3.5.2.md

-17
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,12 @@
11
+++
22
title = "Release 3.5.2"
33
date = 2019-02-22T15:27:38-05:00
4-
<<<<<<< HEAD:documentation/3.0/content/release-notes/release-3.5.2.md
54
weight = 77
6-
=======
7-
weight = 75
8-
>>>>>>> develop-4.0:documentation/4.0/content/release-notes/release-3.5.2.md
95
pre = "<b> </b>"
106
+++
117

128

13-
<<<<<<< HEAD:documentation/3.0/content/release-notes/release-3.5.2.md
149
### 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
1810
- [Major New Features](#major-new-features)
1911
- [Other Changes](#other-changes)
2012
- [Bugs Fixes](#bug-fixes)
@@ -25,21 +17,12 @@ pre = "<b> </b>"
2517
None
2618

2719
#### Other Changes
28-
<<<<<<< HEAD:documentation/3.0/content/release-notes/release-3.5.2.md
2920
- #1557 - Added support for provisioning the WebLogic Remote Console domain extension WAR file.
3021

3122
#### Bug Fixes
3223
- #1547 - Fixed a bug with password validation causing a `NullPointerException` when the `domainInfo` section was
3324
missing from the model.
3425
- #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
4326

4427
#### Known Issues
4528
None

Diff for: documentation/4.0/content/release-notes/release-3.5.3.md

-11
Original file line numberDiff line numberDiff line change
@@ -18,26 +18,15 @@ None
1818

1919
#### Other Changes
2020
- #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
2221
This will help WebLogic Kubernetes Operator users running into WDT issues to see the details normally hidden in
2322
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
2823

2924
#### Bug Fixes
3025
- #1561 - Fixed a NullPointerException when there is missing fields in the `RCUDbInfo` section.
3126
- #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
3327
12.2.1.4 and 14.1.1 that was causing an error.
3428
- #1590 - Fixed an issue with exception creation in 14.1.1 that was causing error messages not to be properly populated
3529
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
4130

4231
#### Known Issues
4332
None

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
<plugin>
269269
<groupId>org.jacoco</groupId>
270270
<artifactId>jacoco-maven-plugin</artifactId>
271-
<version>0.8.11</version>
271+
<version>0.8.12</version>
272272
<executions>
273273
<execution>
274274
<id>prepare-agent</id>

0 commit comments

Comments
 (0)