[
https://issues.apache.org/jira/browse/TINKERPOP-1664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15953435#comment-15953435
]
ASF GitHub Bot commented on TINKERPOP-1664:
-------------------------------------------
Github user okram commented on a diff in the pull request:
https://github.com/apache/tinkerpop/pull/590#discussion_r109411238
--- Diff: CHANGELOG.asciidoc ---
@@ -64,6 +64,7 @@ TinkerPop 3.2.5 (Release Date: NOT OFFICIALLY RELEASED
YET)
* Improved error handling of compilation failures for very large or highly
parameterized script sent to Gremlin Server.
* Fixed a bug in `RangeByIsCountStrategy` that changed the meaning of
inner traversals.
* Improved Gremlin-Python Driver implementation by adding a threaded
client with basic connection pooling and support for pluggable websocket
clients.
+* StarVertexProperty will check meta-properties are valid.
--- End diff --
This should be written as:
Fixed a bug in `StarVertexProperty` where properties are now validated.
> StarVertexProperty#property should throw an NPE if the value is null
> --------------------------------------------------------------------
>
> Key: TINKERPOP-1664
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1664
> Project: TinkerPop
> Issue Type: Improvement
> Components: structure
> Affects Versions: 3.2.4
> Reporter: Bryn Cooke
>
> Currently properties are checked for nullness but meta-properties arenot.
> This leads to NPEs further down the line.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)