You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2022/01/20 14:56:29 UTC

[tinkerpop] branch master updated (3173e90 -> ba6dd04)

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


    from 3173e90  Merge branch '3.5-dev'
     new f581917  Fixed up license headers CTR
     new 19001ef  Minor fix in upgrade docs CTR
     new 62e2f73  Minor doc fixes CTR
     new ba6dd04  Merge branch '3.5-dev'

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/src/dev/developer/development-environment.asciidoc |  6 +++---
 docs/src/dev/developer/release.asciidoc                 |  5 ++---
 docs/src/reference/gremlin-variants.asciidoc            |  2 +-
 docs/src/upgrade/release-3.5.x.asciidoc                 |  2 +-
 gremlin-tools/gremlin-coverage/pom.xml                  | 17 ++++++++++++++++-
 gremlin-tools/gremlin-io-test/pom.xml                   | 17 ++++++++++++++++-
 gremlin-tools/pom.xml                                   | 17 ++++++++++++++++-
 sparql-gremlin/pom.xml                                  | 17 ++++++++++++++++-
 8 files changed, 71 insertions(+), 12 deletions(-)

[tinkerpop] 01/04: Fixed up license headers CTR

Posted by sp...@apache.org.
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

commit f5819175d752d36c1ab4174a06f2b9955719e933
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Thu Jan 20 09:44:44 2022 -0500

    Fixed up license headers CTR
---
 gremlin-tools/gremlin-coverage/pom.xml | 17 ++++++++++++++++-
 gremlin-tools/gremlin-io-test/pom.xml  | 17 ++++++++++++++++-
 gremlin-tools/pom.xml                  | 17 ++++++++++++++++-
 spark-gremlin/pom.xml                  | 33 +++++++++++++++------------------
 sparql-gremlin/pom.xml                 | 17 ++++++++++++++++-
 5 files changed, 79 insertions(+), 22 deletions(-)

diff --git a/gremlin-tools/gremlin-coverage/pom.xml b/gremlin-tools/gremlin-coverage/pom.xml
index 75b54eb..8988f94 100644
--- a/gremlin-tools/gremlin-coverage/pom.xml
+++ b/gremlin-tools/gremlin-coverage/pom.xml
@@ -1,4 +1,19 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
diff --git a/gremlin-tools/gremlin-io-test/pom.xml b/gremlin-tools/gremlin-io-test/pom.xml
index ee85ee2..7a3b160 100644
--- a/gremlin-tools/gremlin-io-test/pom.xml
+++ b/gremlin-tools/gremlin-io-test/pom.xml
@@ -1,4 +1,19 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
diff --git a/gremlin-tools/pom.xml b/gremlin-tools/pom.xml
index f6e69ad..71dd1ad 100644
--- a/gremlin-tools/pom.xml
+++ b/gremlin-tools/pom.xml
@@ -1,4 +1,19 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
diff --git a/spark-gremlin/pom.xml b/spark-gremlin/pom.xml
index c726805..b36751c 100644
--- a/spark-gremlin/pom.xml
+++ b/spark-gremlin/pom.xml
@@ -1,22 +1,19 @@
-<?xml version="1.0" encoding="UTF-8"?>
 <!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you under the Apache License, Version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License.  You may obtain a copy of the License at
-  ~
-  ~ http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied.  See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
-  -->
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
diff --git a/sparql-gremlin/pom.xml b/sparql-gremlin/pom.xml
index 4e168e1..f708faa 100644
--- a/sparql-gremlin/pom.xml
+++ b/sparql-gremlin/pom.xml
@@ -1,4 +1,19 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

[tinkerpop] 03/04: Minor doc fixes CTR

Posted by sp...@apache.org.
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

commit 62e2f73bf8fb1941a643d437c7dfa886bd93995f
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Thu Jan 20 09:56:01 2022 -0500

    Minor doc fixes CTR
---
 docs/src/dev/developer/development-environment.asciidoc | 6 +++---
 docs/src/dev/developer/release.asciidoc                 | 5 ++---
 docs/src/reference/gremlin-variants.asciidoc            | 2 +-
 3 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/docs/src/dev/developer/development-environment.asciidoc b/docs/src/dev/developer/development-environment.asciidoc
index b14768c..2346820 100644
--- a/docs/src/dev/developer/development-environment.asciidoc
+++ b/docs/src/dev/developer/development-environment.asciidoc
@@ -212,9 +212,9 @@ will be skipped.
 [source,text]
 mvn clean install -Pgremlin-dotnet
 
-which enables the "gremlin-dotnet" Maven profile or in a more automated fashion simply add a `.glv` file to the `src`
-and `test` directories of the `gremlin-dotnet` module  which will signify to Maven that the environment is .NET-ready.
-The `.glv` file need not have any contents and is ignored by Git. A standard `mvn clean install` will then build
+which enables the "gremlin-dotnet" Maven profile or in a more automated fashion simply add a `.glv` file to the `src`
+and `test` directories of the `gremlin-dotnet` module which will signify to Maven that the environment is .NET-ready.
+The `.glv` file need not have any contents and is ignored by Git. A standard `mvn clean install` will then build
 `gremlin-dotnet` in full.
 
 In order to pack the Gremlin.Net.Template project, it is also necessary to install link:http://www.mono-project.com/[Mono].
diff --git a/docs/src/dev/developer/release.asciidoc b/docs/src/dev/developer/release.asciidoc
index 5745668..fed46ad 100644
--- a/docs/src/dev/developer/release.asciidoc
+++ b/docs/src/dev/developer/release.asciidoc
@@ -257,13 +257,12 @@ and link:https://hub.docker.com/r/tinkerpop/gremlin-server/[Server]
 . `svn co --depth empty https://dist.apache.org/repos/dist/release/tinkerpop release; mkdir release/xx.yy.zz`
 . Copy release files from `dev/xx.yy.zz` to `release/xx.yy.zz`.
 . `cd release; svn add xx.yy.zz/; svn ci -m "TinkerPop xx.yy.zz release"`
-. Wait for Apache Sonatype to sync the artifacts to Maven Central at (link:https://repo1.maven.org/maven2/org/apache/tinkerpop/tinkerpop/[https://repo1.maven.org/maven2/org/apache/tinkerpop/tinkerpop/]).
+. Wait for Apache Sonatype to sync the artifacts to link:https://repo1.maven.org/maven2/org/apache/tinkerpop/tinkerpop/[Maven Central].
 . Report the release through link:https://reporter.apache.org/addrelease.html?tinkerpop[reporter.apache.org] (an email reminder should arrive shortly following the svn command above to do the release)
 . Update homepage with references in `/site` to latest distribution and to other internal links elsewhere on the page.
 .. Typically, this need only be done on the `master` branch as we only publish from there.
-.. Update the `template/header-footer.html`.
 .. Update `index.html`.
-.. Update link:https://tinkerpop.apache.org/downloads.html[Downloads] page, when moving "Current Releases" to "Archived
+.. Update link:https://tinkerpop.apache.org/download.html[Downloads] page, when moving "Current Releases" to "Archived
 Releases" recall that the hyperlink must change to point to version in the link:https://archive.apache.org/dist/tinkerpop/[Apache Archives].
 .. Preview changes locally with `bin/generate-home.sh` then commit changes to git.
 . Wait for zip distributions to sync to the Apache mirrors (i.e ensure the download links work from a mirror).
diff --git a/docs/src/reference/gremlin-variants.asciidoc b/docs/src/reference/gremlin-variants.asciidoc
index 3712fd2..8010d4b 100644
--- a/docs/src/reference/gremlin-variants.asciidoc
+++ b/docs/src/reference/gremlin-variants.asciidoc
@@ -918,7 +918,7 @@ re-construction machine-side.
 
 To get a full understanding of this section, it would be good to start by reading the <<transactions,Transactions>>
 section of this documentation, which discusses transactions in the general context of TinkerPop itself. This section
-builds on that content by demonstrating the transactional syntax for Javascript.
+builds on that content by demonstrating the transactional syntax for Python.
 
 [source,python]
 ----

[tinkerpop] 02/04: Minor fix in upgrade docs CTR

Posted by sp...@apache.org.
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

commit 19001ef7631242a8e7b6eebb50a71f97bd745ea7
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Thu Jan 20 09:45:42 2022 -0500

    Minor fix in upgrade docs CTR
---
 docs/src/upgrade/release-3.5.x.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/src/upgrade/release-3.5.x.asciidoc b/docs/src/upgrade/release-3.5.x.asciidoc
index 5a8c60e..9a53e06 100644
--- a/docs/src/upgrade/release-3.5.x.asciidoc
+++ b/docs/src/upgrade/release-3.5.x.asciidoc
@@ -30,7 +30,7 @@ complete list of all the modifications that are part of this release.
 
 === Upgrading for Users
 
-==== Tx() in .NET and tx() in Python
+==== Tx() in .NET and Python
 
 After Javascript, .NET and Python are now the second and third non-JVM variants of Gremlin to get support for
 link:https://tinkerpop.apache.org/docs/3.5.2/reference/#transactions[remote transactions].

[tinkerpop] 04/04: Merge branch '3.5-dev'

Posted by sp...@apache.org.
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

commit ba6dd04bed475d850fe7de0035422055d627c30a
Merge: 3173e90 62e2f73
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Thu Jan 20 09:56:16 2022 -0500

    Merge branch '3.5-dev'

 docs/src/dev/developer/development-environment.asciidoc |  6 +++---
 docs/src/dev/developer/release.asciidoc                 |  5 ++---
 docs/src/reference/gremlin-variants.asciidoc            |  2 +-
 docs/src/upgrade/release-3.5.x.asciidoc                 |  2 +-
 gremlin-tools/gremlin-coverage/pom.xml                  | 17 ++++++++++++++++-
 gremlin-tools/gremlin-io-test/pom.xml                   | 17 ++++++++++++++++-
 gremlin-tools/pom.xml                                   | 17 ++++++++++++++++-
 sparql-gremlin/pom.xml                                  | 17 ++++++++++++++++-
 8 files changed, 71 insertions(+), 12 deletions(-)