Skip to content

Commit 41105c1

Browse files
committed
Review comments
1 parent 5852c33 commit 41105c1

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs-source/content/recent-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This document tracks recent changes to the operator, especially ones that introd
1010

1111
| Date | Version | Introduces backward incompatibilities | Change |
1212
| --- | --- | --- | --- |
13-
| May 6, 2019 | v2.2 | no | Added support for FMW Infrastructure domains. WebLogic server instances are now gracefully shutdown by default and shutdown options are configurable. Operator is now built and runs on JDK 11.
13+
| May 6, 2019 | v2.2 | no | Added support for FMW Infrastructure domains. WebLogic Server instances are now gracefully shut down by default and shutdown options are configurable. Operator is now built and runs on JDK 11.
1414
| April 4, 2019 | v2.1 | no | Customers can add init and sidecar containers to generated pods.
1515
| March 4, 2019 | v2.0.1 | no | OpenShift support is now certified. Many bug fixes, including fixes for configuration overrides, cluster services, and domain status processing.
1616
| January 24, 2019 | v2.0 | yes; not compatible with 1.x releases, but is compatible with 2.0-rc2. | Final version numbers and documentation updates.

docs-source/content/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ draft: false
88

99
| Date | Version | Introduces backward incompatibilities | Change |
1010
| --- | --- | --- | --- |
11-
| May 6, 2019 | v2.2 | no | Added support for FMW Infrastructure domains. WebLogic Server instances are now gracefully shutdown by default and shutdown options are configurable. Operator is now built and runs on JDK 11.
11+
| May 6, 2019 | v2.2 | no | Added support for FMW Infrastructure domains. WebLogic Server instances are now gracefully shut down by default and shutdown options are configurable. Operator is now built and runs on JDK 11.
1212
| April 4, 2019 | v2.1 | no | Customers can add init and sidecar containers to generated pods.
1313
| March 4, 2019 | v2.0.1 | no | OpenShift support is now certified. Many bug fixes, including fixes for configuration overrides, cluster services, and domain status processing.
1414
| January 24, 2019 | v2.0 | yes; not compatible with 1.x releases, but is compatible with 2.0-rc2. | Final version numbers and documentation updates.

docs-source/content/userguide/managing-domains/domain-lifecycle/startup.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ If more servers are configured as `ALWAYS` than the cluster's `replicas` count,
7171

7272
### Server start state
7373

74-
For some use cases, such as an externally managed zero downtime patching (ZDP), it may be necessary to start WebLogic
75-
only as far as the administrative state. This can be achieved using the `serverStartState` property, which is available at domain,
76-
cluster, and server levels. When `serverStartState` is set to `ADMIN` then servers will progress only to the administrative
77-
state. You could then use the WebLogic console, REST API, or a WLST script to make any necessary updates before advancing the
78-
server to the running state.
74+
For some use cases, such as an externally managed zero downtime patching (ZDP), it may be necessary to start WebLogic Server
75+
so that at the end of its startup process, the server is in an administrative state. This can be achieved using the `serverStartState`
76+
property, which is available at domain, cluster, and server levels. When `serverStartState` is set to `ADMIN`, then servers will
77+
progress only to the administrative state. You could then use the WebLogic console, REST API, or a WLST script to make any necessary
78+
updates before advancing the server to the running state.
7979

8080
Changes to the `serverStartState` property do not affect already started servers.
8181

0 commit comments

Comments
 (0)