TINKERPOP-741 Added upgrade docs around deprecation
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/21bc4d85 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/21bc4d85 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/21bc4d85 Branch: refs/heads/TINKERPOP-1698 Commit: 21bc4d85945cdd9beeeaedd92eb2769d75de53ba Parents: 80822ee Author: Stephen Mallette <[email protected]> Authored: Mon Jun 19 12:24:47 2017 -0400 Committer: Stephen Mallette <[email protected]> Committed: Mon Jun 19 12:25:09 2017 -0400 ---------------------------------------------------------------------- docs/src/upgrade/release-3.3.x.asciidoc | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/21bc4d85/docs/src/upgrade/release-3.3.x.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/upgrade/release-3.3.x.asciidoc b/docs/src/upgrade/release-3.3.x.asciidoc index dbb40b4..9507603 100644 --- a/docs/src/upgrade/release-3.3.x.asciidoc +++ b/docs/src/upgrade/release-3.3.x.asciidoc @@ -196,6 +196,7 @@ The following deprecated classes, methods or fields have been removed in this ve ** `org.apache.tinkerpop.gremlin.structure.Graph.OptIn#SUITE_GROOVY_PROCESS_COMPUTER` ** `org.apache.tinkerpop.gremlin.structure.Graph.OptIn#SUITE_GROOVY_ENVIRONMENT` ** `org.apache.tinkerpop.gremlin.structure.Graph.OptIn#SUITE_GROOVY_ENVIRONMENT_INTEGRATE` +** `org.apache.tinkerpop.gremlin.structure.Transaction.submit(Function)` * `gremlin-groovy` ** `org.apache.tinkerpop.gremlin.groovy.AbstractImportCustomizerProvider` ** `org.apache.tinkerpop.gremlin.groovy.CompilerCustomizerProvider`
