[
https://issues.apache.org/jira/browse/TINKERPOP-2949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17744357#comment-17744357
]
ASF GitHub Bot commented on TINKERPOP-2949:
-------------------------------------------
vkagamlyk commented on code in PR #2134:
URL: https://github.com/apache/tinkerpop/pull/2134#discussion_r1267306611
##########
CHANGELOG.asciidoc:
##########
@@ -26,6 +26,7 @@
image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
This release also includes changes from <<release-3-6-XXX, 3.6.XXX>>.
* Removed `connectOnStartup` configuration option from gremlin-javascript.
+* Added marker interface `PBiPredicate` for predefined predicates.
Review Comment:
added
> More strict handling of predicates
> ----------------------------------
>
> Key: TINKERPOP-2949
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2949
> Project: TinkerPop
> Issue Type: Improvement
> Components: process
> Affects Versions: 3.7.0
> Reporter: Valentyn Kahamlyk
> Priority: Critical
>
> P, TextP, ConnectiveP now accept arbitrary `biPredicate` as argument, which
> can lead to serialization problems. Introduce new interface overĀ
> `biPredicate` to make predicate naming more strict
--
This message was sent by Atlassian Jira
(v8.20.10#820010)