Re: [VOTE] Release Apache HugeGraph (Incubating) 1.5.0-rc3

2024-12-09 Thread Yuchen Ding
Hi, Thanks, everyone, I will close this vote thread and the results will be tallied. Best wishes! Apache HugeGraph (Incubating) community On 2024/12/04 16:18:36 VGalaxies wrote: > Hello Incubator Community, > > This is a call for a vote to release Apache HugeGraph (Incubating) > version 1.5.0-

Re: [VOTE] Release Apache HugeGraph (Incubating) 1.5.0-rc3

2024-12-09 Thread Lidong Dai
+1 (binding) I checked: - download link is valid. - incubating exists in the name. - checksum and signatures are right - LICENSE and NOTICE looks fine - can compile from sources - not found binary files in sources files On 2024/12/09 09:12:31 Jean-Baptiste Onofré wrote: > +1 (binding) > > I ch

Re: [VOTE] Release Apache HugeGraph (Incubating) 1.5.0-rc3

2024-12-09 Thread Jean-Baptiste Onofré
+1 (binding) I checked: - incubating is in the name - checksum and signatures are OK - LICENSE and NOTICE look good - DISCLAIMER is present - ASF header present in expected file - No binary file found in source distribution Regards JB On Wed, Dec 4, 2024 at 5:18 PM VGalaxies wrote: > > Hello In

Re: [VOTE] Release Apache HugeGraph (Incubating) 1.5.0-rc3

2024-12-09 Thread Paul King
Indeed, running the server with JDK11 fixed the problem. The client Groovy script could be still run using JDK17. Thanks for the tip. Cheers, Paul. On Mon, Dec 9, 2024 at 2:25 PM Imba Jin wrote: > > Hi, Paul > > Glad to see your feedback, a quick reply for it: > > 1. Currently, the `gremlin-ser

Re: [VOTE] Release Apache HugeGraph (Incubating) 1.5.0-rc3

2024-12-08 Thread Imba Jin
Hi, Paul Glad to see your feedback, a quick reply for it: 1. Currently, the `gremlin-server` version 3.5.x in HG doesn't support run in Java 17(Seems supported in Gremlin 3.7.x?), although it can be compiled well, but it will encounter errors during runtime(could try to run it with Java11). 2.

Re: [VOTE] Release Apache HugeGraph (Incubating) 1.5.0-rc3

2024-12-08 Thread Paul King
Re: point 2 (I may be missing something but to me it looks like new jars in the docker image): $ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 4ce4ddbaf9d1 hugegraph/hugegraph "/usr/bin/dumb-init …" 2 minutes ago Up 2 minu

Re: [VOTE] Release Apache HugeGraph (Incubating) 1.5.0-rc3

2024-12-08 Thread Yuchen Ding
Hi Paul, Thank you for your feedback and support! Regarding the caveats: 1. For the issue with the Gremlin examples not running as expected, this may be related to recent changes we made. We appreciate your observation and encourage you to report this in our main repo issue so we can reproduce

Re: [VOTE] Release Apache HugeGraph (Incubating) 1.5.0-rc3

2024-12-07 Thread Paul King
+1 (binding) with caveats I checked: * Checksum and GPG signatures are OK * LICENSE, NOTICE, DISCLAIMER exist * Incubating in name * No unexpected binary files in src tar.gz files (I checked mostly the main tar.gz file) * Server from convenience binaries ran fine on macOS 15.1.1 * Compiled from so