[ https://issues.apache.org/jira/browse/TINKERPOP-2949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17742815#comment-17742815 ]
ASF GitHub Bot commented on TINKERPOP-2949: ------------------------------------------- spmallette commented on code in PR #2134: URL: https://github.com/apache/tinkerpop/pull/2134#discussion_r1262571183 ########## 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: should there be provider Upgrade Documentation for this? there are providers with custom predicates. knowing this change was available and when to use it, might be useful to them? > 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)