File tree Expand file tree Collapse file tree
gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/process/traversal/step/filter Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
3030[[release-4-0-0-beta-1]]
3131=== TinkerPop 4.0.0-beta.1 (January 17, 2025)
3232
33- * Added the `PopContaining` interface designed to get label and `Pop` combinations held in a `PopInstruction` object.
3433* Added support for deserialization of `Set` for `gremlin-javascript`.
3534* Added grammar-based `Translator` for all languages including explicit ones for Java and anonymization.
3635* Removed old `Translator` infrastructure.
@@ -177,6 +176,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
177176* Fixed bug in `IndexStep` which prevented Java serialization due to non-serializable lambda usage by creating serializable function classes.
178177* Fixed bug in `Operator` which was caused only a single method parameter to be Collection type checked instead of all parameters.
179178* Support hot reloading of SSL certificates.
179+ * Added the `PopContaining` interface designed to get label and `Pop` combinations held in a `PopInstruction` object.
180180
181181[[release-3-7-3]]
182182=== TinkerPop 3.7.3 (October 23, 2024)
Original file line number Diff line number Diff line change 3232
3333import static org .junit .Assert .assertEquals ;
3434
35+ import static org .junit .Assert .assertEquals ;
36+
3537/**
3638 * @author Daniel Kuppitz (http://gremlin.guru)
3739 */
You can’t perform that action at this time.
0 commit comments