Moe
Moe
ATApache TinkerPop
Created by Moe on 11/29/2023 in #questions
using tinkerpop 3.6.x on a jdk 21 project
I'm using tinkerpop 3.6.5 to read/write over an AWS neptune graph database. Is there any issues using this library on a jdk 21 project ? While the doc says "You can now run TinkerPop with Java 17." : https://issues.apache.org/jira/browse/TINKERPOP-2703 I have the impression it's only regarding Gremlin console that I do not use. With a simple project using DriverRemoteConnection I was able to open a connection and read something from the graph. Everything compiles So I was wondering if there is something documented about this
12 replies