This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
The following commit(s) were added to refs/heads/master by this push:
new 958a0bb Added clarifying text to upgrade docs CTR
958a0bb is described below
commit 958a0bb7e3dc7944e0c7866d736a004eab02153b
Author: Stephen Mallette <[email protected]>
AuthorDate: Mon Dec 20 11:48:14 2021 -0500
Added clarifying text to upgrade docs CTR
---
docs/src/upgrade/release-3.6.x.asciidoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/src/upgrade/release-3.6.x.asciidoc
b/docs/src/upgrade/release-3.6.x.asciidoc
index f422250..81df6e8 100644
--- a/docs/src/upgrade/release-3.6.x.asciidoc
+++ b/docs/src/upgrade/release-3.6.x.asciidoc
@@ -452,8 +452,8 @@ See:
link:https://issues.apache.org/jira/browse/TINKERPOP-2611[TINKERPOP-2611]
In Gremlin Server and Gremlin Console distributions, the default logging
implementation of log4j 1.2.x has been
replaced by logback 1.2.x given
link:https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2019-17571[CVE-2019-17571].
-While it was easy to replace log4j for users of the zip distributions, it was
a little harder for our packaged Docker
-containers which should work more cleanly out of the box.
+While it was easy to replace log4j for users of the zip distributions, it was
a little harder for users to change
+our packaged Docker containers which should work more cleanly out of the box.
See: link:https://issues.apache.org/jira/browse/TINKERPOP-2534[TINKERPOP-2534]