Skip to content

Commit 1e6dd6b

Browse files
committed
Merge branch '3.8-dev'
2 parents 2ac1eb9 + 6c04598 commit 1e6dd6b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/process/traversal/step/filter/DedupGlobalStepTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232

3333
import static org.junit.Assert.assertEquals;
3434

35+
import static org.junit.Assert.assertEquals;
36+
3537
/**
3638
* @author Daniel Kuppitz (http://gremlin.guru)
3739
*/

0 commit comments

Comments
 (0)