Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tinkerpop.version from 3.7.1 to 3.7.2 [tp-tests][cql-tests] #4404

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 19, 2024

Bumps tinkerpop.version from 3.7.1 to 3.7.2.
Updates org.apache.tinkerpop:gremlin-core from 3.7.1 to 3.7.2

Changelog

Sourced from org.apache.tinkerpop:gremlin-core's changelog.

=== TinkerPop 3.7.2 (April 8, 2024)

This release also includes changes from .

  • Deprecated ltrim() and rTrim() in favor of l_trim() and r_trim in Python.
  • Fixed bug in onCreate for mergeV() where use of the Cardinality functions was not properly handled.
  • Fixed multiple concurrent initially requests caused authentication to fail.

==== Bugs

  • TINKERPOP-2132 Authentication when using multiple threads fails
  • TINKERPOP-2359 onShutDown not being called when docker container stopped
  • TINKERPOP-2913 Ensure that if tx.commit() is called remotely it does not hang for graphs without transactions
  • TINKERPOP-3012 Wrong hashCode implementation for DetachedVertexPropert
  • TINKERPOP-3022 JavaTranslator failing for has(String, null)
  • TINKERPOP-3025 l_trim() and r_trim() missing in python
  • TINKERPOP-3026 checkAdjacentVertices is misconfigured for python in SubgraphStrategy
  • TINKERPOP-3027 Pick.any should be any_()
  • TINKERPOP-3029 Gremlin.Net: Traversal enumeration fails on .NET 8
  • TINKERPOP-3031 Bad translation for g.tx()
  • TINKERPOP-3039 Java driver won't propagate with args when using aliased client directly
  • TINKERPOP-3049 onCreate for mergeV() doesn't handle Cardinality functions
  • TINKERPOP-3054 RequestId serialization broken in Python GLV
  • TINKERPOP-3056 mergeE is updating vertices in certain conditions
  • TINKERPOP-3061 Concurrent queries will break authentication on javascript driver

==== Improvements

  • TINKERPOP-2456 Add missing tests for queries
  • TINKERPOP-2872 Inconsistency in comparing Elements in JavaScript tests
  • TINKERPOP-2995 Create Sample Applications in each GLV
  • TINKERPOP-3020 Incorrect tests
  • TINKERPOP-3021 Publish ARM64 Gremlin Console Images
  • TINKERPOP-3030 Update to .NET 8
  • TINKERPOP-3068 Make serviceName and mergedParams public for provider usage in CallStep

[[release-3-7-1]]

Commits
  • c735441 TinkerPop 3,7,2 release
  • 180cf06 TinkerPop 3.7.2 release
  • 802ed4f CTR reference doc corrections
  • 22db8cf Parallel Authentication Fix (#2551)
  • ae2860d Merge branch '3.6-dev' into 3.7-dev
  • 495c3e2 TinkerPop 3.6.7 release
  • f5dc7e8 CTR netty version update in NOTICE
  • 21da9a8 Merge branch '3.6-dev' into 3.7-dev
  • 948e4ab CTR update copyright year for NOTICE to 2024
  • 70027dc Merge branch '3.6-dev' into 3.7-dev
  • Additional commits viewable in compare view

Updates org.apache.tinkerpop:gremlin-server from 3.7.1 to 3.7.2

Changelog

Sourced from org.apache.tinkerpop:gremlin-server's changelog.

=== TinkerPop 3.7.2 (April 8, 2024)

This release also includes changes from .

  • Deprecated ltrim() and rTrim() in favor of l_trim() and r_trim in Python.
  • Fixed bug in onCreate for mergeV() where use of the Cardinality functions was not properly handled.
  • Fixed multiple concurrent initially requests caused authentication to fail.

==== Bugs

  • TINKERPOP-2132 Authentication when using multiple threads fails
  • TINKERPOP-2359 onShutDown not being called when docker container stopped
  • TINKERPOP-2913 Ensure that if tx.commit() is called remotely it does not hang for graphs without transactions
  • TINKERPOP-3012 Wrong hashCode implementation for DetachedVertexPropert
  • TINKERPOP-3022 JavaTranslator failing for has(String, null)
  • TINKERPOP-3025 l_trim() and r_trim() missing in python
  • TINKERPOP-3026 checkAdjacentVertices is misconfigured for python in SubgraphStrategy
  • TINKERPOP-3027 Pick.any should be any_()
  • TINKERPOP-3029 Gremlin.Net: Traversal enumeration fails on .NET 8
  • TINKERPOP-3031 Bad translation for g.tx()
  • TINKERPOP-3039 Java driver won't propagate with args when using aliased client directly
  • TINKERPOP-3049 onCreate for mergeV() doesn't handle Cardinality functions
  • TINKERPOP-3054 RequestId serialization broken in Python GLV
  • TINKERPOP-3056 mergeE is updating vertices in certain conditions
  • TINKERPOP-3061 Concurrent queries will break authentication on javascript driver

==== Improvements

  • TINKERPOP-2456 Add missing tests for queries
  • TINKERPOP-2872 Inconsistency in comparing Elements in JavaScript tests
  • TINKERPOP-2995 Create Sample Applications in each GLV
  • TINKERPOP-3020 Incorrect tests
  • TINKERPOP-3021 Publish ARM64 Gremlin Console Images
  • TINKERPOP-3030 Update to .NET 8
  • TINKERPOP-3068 Make serviceName and mergedParams public for provider usage in CallStep

[[release-3-7-1]]

Commits
  • c735441 TinkerPop 3,7,2 release
  • 180cf06 TinkerPop 3.7.2 release
  • 802ed4f CTR reference doc corrections
  • 22db8cf Parallel Authentication Fix (#2551)
  • ae2860d Merge branch '3.6-dev' into 3.7-dev
  • 495c3e2 TinkerPop 3.6.7 release
  • f5dc7e8 CTR netty version update in NOTICE
  • 21da9a8 Merge branch '3.6-dev' into 3.7-dev
  • 948e4ab CTR update copyright year for NOTICE to 2024
  • 70027dc Merge branch '3.6-dev' into 3.7-dev
  • Additional commits viewable in compare view

Updates org.apache.tinkerpop:gremlin-console from 3.7.1 to 3.7.2

Changelog

Sourced from org.apache.tinkerpop:gremlin-console's changelog.

=== TinkerPop 3.7.2 (April 8, 2024)

This release also includes changes from .

  • Deprecated ltrim() and rTrim() in favor of l_trim() and r_trim in Python.
  • Fixed bug in onCreate for mergeV() where use of the Cardinality functions was not properly handled.
  • Fixed multiple concurrent initially requests caused authentication to fail.

==== Bugs

  • TINKERPOP-2132 Authentication when using multiple threads fails
  • TINKERPOP-2359 onShutDown not being called when docker container stopped
  • TINKERPOP-2913 Ensure that if tx.commit() is called remotely it does not hang for graphs without transactions
  • TINKERPOP-3012 Wrong hashCode implementation for DetachedVertexPropert
  • TINKERPOP-3022 JavaTranslator failing for has(String, null)
  • TINKERPOP-3025 l_trim() and r_trim() missing in python
  • TINKERPOP-3026 checkAdjacentVertices is misconfigured for python in SubgraphStrategy
  • TINKERPOP-3027 Pick.any should be any_()
  • TINKERPOP-3029 Gremlin.Net: Traversal enumeration fails on .NET 8
  • TINKERPOP-3031 Bad translation for g.tx()
  • TINKERPOP-3039 Java driver won't propagate with args when using aliased client directly
  • TINKERPOP-3049 onCreate for mergeV() doesn't handle Cardinality functions
  • TINKERPOP-3054 RequestId serialization broken in Python GLV
  • TINKERPOP-3056 mergeE is updating vertices in certain conditions
  • TINKERPOP-3061 Concurrent queries will break authentication on javascript driver

==== Improvements

  • TINKERPOP-2456 Add missing tests for queries
  • TINKERPOP-2872 Inconsistency in comparing Elements in JavaScript tests
  • TINKERPOP-2995 Create Sample Applications in each GLV
  • TINKERPOP-3020 Incorrect tests
  • TINKERPOP-3021 Publish ARM64 Gremlin Console Images
  • TINKERPOP-3030 Update to .NET 8
  • TINKERPOP-3068 Make serviceName and mergedParams public for provider usage in CallStep

[[release-3-7-1]]

Commits
  • c735441 TinkerPop 3,7,2 release
  • 180cf06 TinkerPop 3.7.2 release
  • 802ed4f CTR reference doc corrections
  • 22db8cf Parallel Authentication Fix (#2551)
  • ae2860d Merge branch '3.6-dev' into 3.7-dev
  • 495c3e2 TinkerPop 3.6.7 release
  • f5dc7e8 CTR netty version update in NOTICE
  • 21da9a8 Merge branch '3.6-dev' into 3.7-dev
  • 948e4ab CTR update copyright year for NOTICE to 2024
  • 70027dc Merge branch '3.6-dev' into 3.7-dev
  • Additional commits viewable in compare view

Updates org.apache.tinkerpop:gremlin-groovy from 3.7.1 to 3.7.2

Changelog

Sourced from org.apache.tinkerpop:gremlin-groovy's changelog.

=== TinkerPop 3.7.2 (April 8, 2024)

This release also includes changes from .

  • Deprecated ltrim() and rTrim() in favor of l_trim() and r_trim in Python.
  • Fixed bug in onCreate for mergeV() where use of the Cardinality functions was not properly handled.
  • Fixed multiple concurrent initially requests caused authentication to fail.

==== Bugs

  • TINKERPOP-2132 Authentication when using multiple threads fails
  • TINKERPOP-2359 onShutDown not being called when docker container stopped
  • TINKERPOP-2913 Ensure that if tx.commit() is called remotely it does not hang for graphs without transactions
  • TINKERPOP-3012 Wrong hashCode implementation for DetachedVertexPropert
  • TINKERPOP-3022 JavaTranslator failing for has(String, null)
  • TINKERPOP-3025 l_trim() and r_trim() missing in python
  • TINKERPOP-3026 checkAdjacentVertices is misconfigured for python in SubgraphStrategy
  • TINKERPOP-3027 Pick.any should be any_()
  • TINKERPOP-3029 Gremlin.Net: Traversal enumeration fails on .NET 8
  • TINKERPOP-3031 Bad translation for g.tx()
  • TINKERPOP-3039 Java driver won't propagate with args when using aliased client directly
  • TINKERPOP-3049 onCreate for mergeV() doesn't handle Cardinality functions
  • TINKERPOP-3054 RequestId serialization broken in Python GLV
  • TINKERPOP-3056 mergeE is updating vertices in certain conditions
  • TINKERPOP-3061 Concurrent queries will break authentication on javascript driver

==== Improvements

  • TINKERPOP-2456 Add missing tests for queries
  • TINKERPOP-2872 Inconsistency in comparing Elements in JavaScript tests
  • TINKERPOP-2995 Create Sample Applications in each GLV
  • TINKERPOP-3020 Incorrect tests
  • TINKERPOP-3021 Publish ARM64 Gremlin Console Images
  • TINKERPOP-3030 Update to .NET 8
  • TINKERPOP-3068 Make serviceName and mergedParams public for provider usage in CallStep

[[release-3-7-1]]

Commits
  • c735441 TinkerPop 3,7,2 release
  • 180cf06 TinkerPop 3.7.2 release
  • 802ed4f CTR reference doc corrections
  • 22db8cf Parallel Authentication Fix (#2551)
  • ae2860d Merge branch '3.6-dev' into 3.7-dev
  • 495c3e2 TinkerPop 3.6.7 release
  • f5dc7e8 CTR netty version update in NOTICE
  • 21da9a8 Merge branch '3.6-dev' into 3.7-dev
  • 948e4ab CTR update copyright year for NOTICE to 2024
  • 70027dc Merge branch '3.6-dev' into 3.7-dev
  • Additional commits viewable in compare view

Updates org.apache.tinkerpop:gremlin-driver from 3.7.1 to 3.7.2

Changelog

Sourced from org.apache.tinkerpop:gremlin-driver's changelog.

=== TinkerPop 3.7.2 (April 8, 2024)

This release also includes changes from .

  • Deprecated ltrim() and rTrim() in favor of l_trim() and r_trim in Python.
  • Fixed bug in onCreate for mergeV() where use of the Cardinality functions was not properly handled.
  • Fixed multiple concurrent initially requests caused authentication to fail.

==== Bugs

  • TINKERPOP-2132 Authentication when using multiple threads fails
  • TINKERPOP-2359 onShutDown not being called when docker container stopped
  • TINKERPOP-2913 Ensure that if tx.commit() is called remotely it does not hang for graphs without transactions
  • TINKERPOP-3012 Wrong hashCode implementation for DetachedVertexPropert
  • TINKERPOP-3022 JavaTranslator failing for has(String, null)
  • TINKERPOP-3025 l_trim() and r_trim() missing in python
  • TINKERPOP-3026 checkAdjacentVertices is misconfigured for python in SubgraphStrategy
  • TINKERPOP-3027 Pick.any should be any_()
  • TINKERPOP-3029 Gremlin.Net: Traversal enumeration fails on .NET 8
  • TINKERPOP-3031 Bad translation for g.tx()
  • TINKERPOP-3039 Java driver won't propagate with args when using aliased client directly
  • TINKERPOP-3049 onCreate for mergeV() doesn't handle Cardinality functions
  • TINKERPOP-3054 RequestId serialization broken in Python GLV
  • TINKERPOP-3056 mergeE is updating vertices in certain conditions
  • TINKERPOP-3061 Concurrent queries will break authentication on javascript driver

==== Improvements

  • TINKERPOP-2456 Add missing tests for queries
  • TINKERPOP-2872 Inconsistency in comparing Elements in JavaScript tests
  • TINKERPOP-2995 Create Sample Applications in each GLV
  • TINKERPOP-3020 Incorrect tests
  • TINKERPOP-3021 Publish ARM64 Gremlin Console Images
  • TINKERPOP-3030 Update to .NET 8
  • TINKERPOP-3068 Make serviceName and mergedParams public for provider usage in CallStep

[[release-3-7-1]]

Commits
  • c735441 TinkerPop 3,7,2 release
  • 180cf06 TinkerPop 3.7.2 release
  • 802ed4f CTR reference doc corrections
  • 22db8cf Parallel Authentication Fix (#2551)
  • ae2860d Merge branch '3.6-dev' into 3.7-dev
  • 495c3e2 TinkerPop 3.6.7 release
  • f5dc7e8 CTR netty version update in NOTICE
  • 21da9a8 Merge branch '3.6-dev' into 3.7-dev
  • 948e4ab CTR update copyright year for NOTICE to 2024
  • 70027dc Merge branch '3.6-dev' into 3.7-dev
  • Additional commits viewable in compare view

Updates org.apache.tinkerpop:gremlin-test from 3.7.1 to 3.7.2

Changelog

Sourced from org.apache.tinkerpop:gremlin-test's changelog.

=== TinkerPop 3.7.2 (April 8, 2024)

This release also includes changes from .

  • Deprecated ltrim() and rTrim() in favor of l_trim() and r_trim in Python.
  • Fixed bug in onCreate for mergeV() where use of the Cardinality functions was not properly handled.
  • Fixed multiple concurrent initially requests caused authentication to fail.

==== Bugs

  • TINKERPOP-2132 Authentication when using multiple threads fails
  • TINKERPOP-2359 onShutDown not being called when docker container stopped
  • TINKERPOP-2913 Ensure that if tx.commit() is called remotely it does not hang for graphs without transactions
  • TINKERPOP-3012 Wrong hashCode implementation for DetachedVertexPropert
  • TINKERPOP-3022 JavaTranslator failing for has(String, null)
  • TINKERPOP-3025 l_trim() and r_trim() missing in python
  • TINKERPOP-3026 checkAdjacentVertices is misconfigured for python in SubgraphStrategy
  • TINKERPOP-3027 Pick.any should be any_()
  • TINKERPOP-3029 Gremlin.Net: Traversal enumeration fails on .NET 8
  • TINKERPOP-3031 Bad translation for g.tx()
  • TINKERPOP-3039 Java driver won't propagate with args when using aliased client directly
  • TINKERPOP-3049 onCreate for mergeV() doesn't handle Cardinality functions
  • TINKERPOP-3054 RequestId serialization broken in Python GLV
  • TINKERPOP-3056 mergeE is updating vertices in certain conditions
  • TINKERPOP-3061 Concurrent queries will break authentication on javascript driver

==== Improvements

  • TINKERPOP-2456 Add missing tests for queries
  • TINKERPOP-2872 Inconsistency in comparing Elements in JavaScript tests
  • TINKERPOP-2995 Create Sample Applications in each GLV
  • TINKERPOP-3020 Incorrect tests
  • TINKERPOP-3021 Publish ARM64 Gremlin Console Images
  • TINKERPOP-3030 Update to .NET 8
  • TINKERPOP-3068 Make serviceName and mergedParams public for provider usage in CallStep

[[release-3-7-1]]

Commits
  • c735441 TinkerPop 3,7,2 release
  • 180cf06 TinkerPop 3.7.2 release
  • 802ed4f CTR reference doc corrections
  • 22db8cf Parallel Authentication Fix (#2551)
  • ae2860d Merge branch '3.6-dev' into 3.7-dev
  • 495c3e2 TinkerPop 3.6.7 release
  • f5dc7e8 CTR netty version update in NOTICE
  • 21da9a8 Merge branch '3.6-dev' into 3.7-dev
  • 948e4ab CTR update copyright year for NOTICE to 2024
  • 70027dc Merge branch '3.6-dev' into 3.7-dev
  • Additional commits viewable in compare view

Updates org.apache.tinkerpop:tinkergraph-gremlin from 3.7.1 to 3.7.2

Changelog

Sourced from org.apache.tinkerpop:tinkergraph-gremlin's changelog.

=== TinkerPop 3.7.2 (April 8, 2024)

This release also includes changes from .

  • Deprecated ltrim() and rTrim() in favor of l_trim() and r_trim in Python.
  • Fixed bug in onCreate for mergeV() where use of the Cardinality functions was not properly handled.
  • Fixed multiple concurrent initially requests caused authentication to fail.

==== Bugs

  • TINKERPOP-2132 Authentication when using multiple threads fails
  • TINKERPOP-2359 onShutDown not being called when docker container stopped
  • TINKERPOP-2913 Ensure that if tx.commit() is called remotely it does not hang for graphs without transactions
  • TINKERPOP-3012 Wrong hashCode implementation for DetachedVertexPropert
  • TINKERPOP-3022 JavaTranslator failing for has(String, null)
  • TINKERPOP-3025 l_trim() and r_trim() missing in python
  • TINKERPOP-3026 checkAdjacentVertices is misconfigured for python in SubgraphStrategy
  • TINKERPOP-3027 Pick.any should be any_()
  • TINKERPOP-3029 Gremlin.Net: Traversal enumeration fails on .NET 8
  • TINKERPOP-3031 Bad translation for g.tx()
  • TINKERPOP-3039 Java driver won't propagate with args when using aliased client directly
  • TINKERPOP-3049 onCreate for mergeV() doesn't handle Cardinality functions
  • TINKERPOP-3054 RequestId serialization broken in Python GLV
  • TINKERPOP-3056 mergeE is updating vertices in certain conditions
  • TINKERPOP-3061 Concurrent queries will break authentication on javascript driver

==== Improvements

  • TINKERPOP-2456 Add missing tests for queries
  • TINKERPOP-2872 Inconsistency in comparing Elements in JavaScript tests
  • TINKERPOP-2995 Create Sample Applications in each GLV
  • TINKERPOP-3020 Incorrect tests
  • TINKERPOP-3021 Publish ARM64 Gremlin Console Images
  • TINKERPOP-3030 Update to .NET 8
  • TINKERPOP-3068 Make serviceName and mergedParams public for provider usage in CallStep

[[release-3-7-1]]

Commits
  • c735441 TinkerPop 3,7,2 release
  • 180cf06 TinkerPop 3.7.2 release
  • 802ed4f CTR reference doc corrections
  • 22db8cf Parallel Authentication Fix (#2551)
  • ae2860d Merge branch '3.6-dev' into 3.7-dev
  • 495c3e2 TinkerPop 3.6.7 release
  • f5dc7e8 CTR netty version update in NOTICE
  • 21da9a8 Merge branch '3.6-dev' into 3.7-dev
  • 948e4ab CTR update copyright year for NOTICE to 2024
  • 70027dc Merge branch '3.6-dev' into 3.7-dev
  • Additional commits viewable in compare view

Updates org.apache.tinkerpop:hadoop-gremlin from 3.7.1 to 3.7.2

Changelog

Sourced from org.apache.tinkerpop:hadoop-gremlin's changelog.

=== TinkerPop 3.7.2 (April 8, 2024)

This release also includes changes from .

  • Deprecated ltrim() and rTrim() in favor of l_trim() and r_trim in Python.
  • Fixed bug in onCreate for mergeV() where use of the Cardinality functions was not properly handled.
  • Fixed multiple concurrent initially requests caused authentication to fail.

==== Bugs

  • TINKERPOP-2132 Authentication when using multiple threads fails
  • TINKERPOP-2359 onShutDown not being called when docker container stopped
  • TINKERPOP-2913 Ensure that if tx.commit() is called remotely it does not hang for graphs without transactions
  • TINKERPOP-3012 Wrong hashCode implementation for DetachedVertexPropert
  • TINKERPOP-3022 JavaTranslator failing for has(String, null)
  • TINKERPOP-3025 l_trim() and r_trim() missing in python
  • TINKERPOP-3026 checkAdjacentVertices is misconfigured for python in SubgraphStrategy
  • TINKERPOP-3027 Pick.any should be any_()
  • TINKERPOP-3029 Gremlin.Net: Traversal enumeration fails on .NET 8
  • TINKERPOP-3031 Bad translation for g.tx()
  • TINKERPOP-3039 Java driver won't propagate with args when using aliased client directly
  • TINKERPOP-3049 onCreate for mergeV() doesn't handle Cardinality functions
  • TINKERPOP-3054 RequestId serialization broken in Python GLV
  • TINKERPOP-3056 mergeE is updating vertices in certain conditions
  • TINKERPOP-3061 Concurrent queries will break authentication on javascript driver

==== Improvements

  • TINKERPOP-2456 Add missing tests for queries
  • TINKERPOP-2872 Inconsistency in comparing Elements in JavaScript tests
  • TINKERPOP-2995 Create Sample Applications in each GLV
  • TINKERPOP-3020 Incorrect tests
  • TINKERPOP-3021 Publish ARM64 Gremlin Console Images
  • TINKERPOP-3030 Update to .NET 8
  • TINKERPOP-3068 Make serviceName and mergedParams public for provider usage in CallStep

[[release-3-7-1]]

Commits
  • c735441 TinkerPop 3,7,2 release
  • 180cf06 TinkerPop 3.7.2 release
  • 802ed4f CTR reference doc corrections
  • 22db8cf Parallel Authentication Fix (#2551)
  • ae2860d Merge branch '3.6-dev' into 3.7-dev
  • 495c3e2 TinkerPop 3.6.7 release
  • f5dc7e8 CTR netty version update in NOTICE
  • 21da9a8 Merge branch '3.6-dev' into 3.7-dev
  • 948e4ab CTR update copyright year for NOTICE to 2024
  • 70027dc Merge branch '3.6-dev' into 3.7-dev
  • Additional commits viewable in compare view

Updates org.apache.tinkerpop:spark-gremlin from 3.7.1 to 3.7.2

Changelog

Sourced from org.apache.tinkerpop:spark-gremlin's changelog.

=== TinkerPop 3.7.2 (April 8, 2024)

This release also includes changes from .

  • Deprecated ltrim() and rTrim() in favor of l_trim() and r_trim in Python.
  • Fixed bug in onCreate for mergeV() where use of the Cardinality functions was not properly handled.
  • Fixed multiple concurrent initially requests caused authentication to fail.

==== Bugs

  • TINKERPOP-2132 Authentication when using multiple threads fails
  • TINKERPOP-2359 onShutDown not being called when docker container stopped
  • TINKERPOP-2913 Ensure that if tx.commit() is called remotely it does not hang for graphs without transactions
  • TINKERPOP-3012 Wrong hashCode implementation for DetachedVertexPropert
  • TINKERPOP-3022 JavaTranslator failing for has(String, null)
  • TINKERPOP-3025 l_trim() and r_trim() missing in python
  • TINKERPOP-3026 checkAdjacentVertices is misconfigured for python in SubgraphStrategy
  • TINKERPOP-3027 Pick.any should be any_()
  • TINKERPOP-3029 Gremlin.Net: Traversal enumeration fails on .NET 8
  • TINKERPOP-3031 Bad translation for g.tx()
  • TINKERPOP-3039 Java driver won't propagate with args when using aliased client directly
  • TINKERPOP-3049 onCreate for mergeV() doesn't handle Cardinality functions
  • TINKERPOP-3054 RequestId serialization broken in Python GLV
  • TINKERPOP-3056 mergeE is updating vertices in certain conditions
  • TINKERPOP-3061 Concurrent queries will break authentication on javascript driver

==== Improvements

  • TINKERPOP-2456 Add missing tests for queries
  • TINKERPOP-2872 Inconsistency in comparing Elements in JavaScript tests
  • TINKERPOP-2995 Create Sample Applications in each GLV
  • TINKERPOP-3020 Incorrect tests
  • TINKERPOP-3021 Publish ARM64 Gremlin Console Images
  • TINKERPOP-3030 Update to .NET 8
  • TINKERPOP-3068 Make serviceName and mergedParams public for provider usage in CallStep

[[release-3-7-1]]

Commits
  • c735441 TinkerPop 3,7,2 release
  • 180cf06 TinkerPop 3.7.2 release
  • 802ed4f CTR reference doc corrections
  • 22db8cf Parallel Authentication Fix (#2551)
  • ae2860d Merge branch '3.6-dev' into 3.7-dev
  • 495c3e2 TinkerPop 3.6.7 release
  • f5dc7e8 CTR netty version update in NOTICE
  • 21da9a8 Merge branch '3.6-dev' into 3.7-dev
  • 948e4ab CTR update copyright year for NOTICE to 2024
  • 70027dc Merge branch '3.6-dev' into 3.7-dev
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added backport/v1.0 dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 19, 2024
@FlorianHockmann FlorianHockmann force-pushed the dependabot/maven/tinkerpop.version-3.7.2 branch from 1c76a54 to babfb88 Compare April 22, 2024 15:31
@FlorianHockmann
Copy link
Member

I amended the commit message to execute TP and CQL tests.

@FlorianHockmann FlorianHockmann added this to the Release v1.1.0 milestone Apr 23, 2024
@janusgraph-bot janusgraph-bot added the cla: external Externally-managed CLA label Apr 23, 2024
@porunov
Copy link
Member

porunov commented Apr 23, 2024

I amended the commit message to execute TP and CQL tests.

They were skipped. I noticed that for some reason it's not enough to add this into commit message only and PR title should also include [tp-tests][cql-tests] for tests to be triggered.

@porunov porunov changed the title Bump tinkerpop.version from 3.7.1 to 3.7.2 Bump tinkerpop.version from 3.7.1 to 3.7.2 [tp-tests][cql-tests] Apr 23, 2024
Bumps `tinkerpop.version` from 3.7.1 to 3.7.2.

Updates `org.apache.tinkerpop:gremlin-core` from 3.7.1 to 3.7.2
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.7.1...3.7.2)

Updates `org.apache.tinkerpop:gremlin-server` from 3.7.1 to 3.7.2
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.7.1...3.7.2)

Updates `org.apache.tinkerpop:gremlin-console` from 3.7.1 to 3.7.2
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.7.1...3.7.2)

Updates `org.apache.tinkerpop:gremlin-groovy` from 3.7.1 to 3.7.2
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.7.1...3.7.2)

Updates `org.apache.tinkerpop:gremlin-driver` from 3.7.1 to 3.7.2
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.7.1...3.7.2)

Updates `org.apache.tinkerpop:gremlin-test` from 3.7.1 to 3.7.2
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.7.1...3.7.2)

Updates `org.apache.tinkerpop:tinkergraph-gremlin` from 3.7.1 to 3.7.2
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.7.1...3.7.2)

Updates `org.apache.tinkerpop:hadoop-gremlin` from 3.7.1 to 3.7.2
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.7.1...3.7.2)

Updates `org.apache.tinkerpop:spark-gremlin` from 3.7.1 to 3.7.2
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.7.1...3.7.2)

---
updated-dependencies:
- dependency-name: org.apache.tinkerpop:gremlin-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.tinkerpop:gremlin-server
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.apache.tinkerpop:gremlin-console
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.tinkerpop:gremlin-groovy
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.tinkerpop:gremlin-driver
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.tinkerpop:gremlin-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.tinkerpop:tinkergraph-gremlin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.tinkerpop:hadoop-gremlin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.tinkerpop:spark-gremlin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Oleksandr Porunov <[email protected]>
@porunov porunov force-pushed the dependabot/maven/tinkerpop.version-3.7.2 branch from babfb88 to 09a5e78 Compare April 23, 2024 17:24
@porunov
Copy link
Member

porunov commented Apr 23, 2024

Updated mkdocs and force pushed commit

@FlorianHockmann
Copy link
Member

Thanks for noticing and fixes these two issues, @porunov! ❤️

@porunov porunov merged commit 1c53402 into master Apr 24, 2024
195 checks passed
@janusgraph-automations
Copy link

💔 All backports failed

Status Branch Result
v1.0 Backport failed because of merge conflicts

Manual backport

To create the backport manually run:

backport --pr 4404

Questions ?

Please refer to the Backport tool documentation and see the Github Action logs for details

@dependabot dependabot bot deleted the dependabot/maven/tinkerpop.version-3.7.2 branch April 24, 2024 10:32
@FlorianHockmann
Copy link
Member

💚 All backports created successfully

Status Branch Result
v1.0

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/v1.0 cla: external Externally-managed CLA dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants