Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to TinkerPop 3.6.x #3069

Closed
li-boxuan opened this issue Jun 5, 2022 · 6 comments · Fixed by #3208
Closed

Update to TinkerPop 3.6.x #3069

li-boxuan opened this issue Jun 5, 2022 · 6 comments · Fixed by #3208
Assignees

Comments

@li-boxuan
Copy link
Member

TinkerPop 3.6.0 is released in April. https://tinkerpop.apache.org/docs/current/upgrade/#_tinkerpop_3_6_0

@li-boxuan li-boxuan added this to the Release v1.0.0 milestone Jun 5, 2022
@li-boxuan
Copy link
Member Author

It seems GryoMessageSerializer support has been removed in TinkerPop 3.6.0. I am not quite familiar with it so hopefully, someone else could take this issue.

@porunov
Copy link
Member

porunov commented Jun 8, 2022

Also, Hadoop was upgraded from Hadoop 2 to Hadoop 3 in TinkerPop 3.6.0

@FlorianHockmann
Copy link
Member

TinkerPop 3.6.0 also added a regex predicate: https://tinkerpop.apache.org/docs/current/upgrade/#_textp_regex
We probably want to convert that to our own regex predicate(s).

farodin91 added a commit to GDATASoftwareAG/janusgraph that referenced this issue Sep 15, 2022
Fixes JanusGraph#3069 & JanusGraph#2921

* Upgrade metrics 4.2.x
* Upgrade hadoop 3.x
* Remove Gryo
* Remove Jackson 1

Signed-off-by: Jan Jansen <jan.jansen@gdata.de>
farodin91 added a commit to GDATASoftwareAG/janusgraph that referenced this issue Sep 16, 2022
Fixes JanusGraph#3069 & JanusGraph#2921

* Upgrade metrics 4.2.x
* Upgrade hadoop 3.x
* Remove Gryo
* Remove Jackson 1

Signed-off-by: Jan Jansen <jan.jansen@gdata.de>
farodin91 added a commit to farodin91/janusgraph that referenced this issue Sep 19, 2022
Part of JanusGraph#3069

Signed-off-by: Jan Jansen <jan.jansen@gdata.de>
farodin91 added a commit that referenced this issue Sep 21, 2022
Part of #3069

Signed-off-by: Jan Jansen <jan.jansen@gdata.de>
farodin91 added a commit to GDATASoftwareAG/janusgraph that referenced this issue Sep 21, 2022
Fixes JanusGraph#3069 & JanusGraph#2921

* Upgrade metrics 4.2.x
* Upgrade hadoop 3.x
* Remove Gryo
* Remove Jackson 1

Signed-off-by: Jan Jansen <jan.jansen@gdata.de>
farodin91 added a commit to GDATASoftwareAG/janusgraph that referenced this issue Sep 21, 2022
Fixes JanusGraph#3069 & JanusGraph#2921

* Upgrade metrics 4.2.x
* Upgrade hadoop 3.x
* Remove Gryo
* Remove Jackson 1

Signed-off-by: Jan Jansen <jan.jansen@gdata.de>
farodin91 added a commit to GDATASoftwareAG/janusgraph that referenced this issue Sep 23, 2022
Fixes JanusGraph#3069

* Upgrade hadoop 3.x
* Remove Jackson 1

Signed-off-by: Jan Jansen <jan.jansen@gdata.de>
farodin91 added a commit to GDATASoftwareAG/janusgraph that referenced this issue Sep 24, 2022
Fixes JanusGraph#3069

* Upgrade hadoop 3.x
* Remove Jackson 1

Signed-off-by: Jan Jansen <jan.jansen@gdata.de>
farodin91 added a commit to GDATASoftwareAG/janusgraph that referenced this issue Sep 24, 2022
Fixes JanusGraph#3069

* Upgrade hadoop 3.x
* Remove Jackson 1

Signed-off-by: Jan Jansen <jan.jansen@gdata.de>
farodin91 added a commit to GDATASoftwareAG/janusgraph that referenced this issue Sep 26, 2022
Fixes JanusGraph#3069

* Upgrade hadoop 3.x
* Remove Jackson 1

Signed-off-by: Jan Jansen <jan.jansen@gdata.de>
farodin91 added a commit to GDATASoftwareAG/janusgraph that referenced this issue Oct 1, 2022
Fixes JanusGraph#3069

* Upgrade hadoop 3.x
* Remove Jackson 1

Signed-off-by: Jan Jansen <jan.jansen@gdata.de>
farodin91 added a commit to GDATASoftwareAG/janusgraph that referenced this issue Oct 2, 2022
Fixes JanusGraph#3069

* Upgrade hadoop 3.x
* Remove Jackson 1

Signed-off-by: Jan Jansen <jan.jansen@gdata.de>
@li-boxuan li-boxuan linked a pull request Oct 4, 2022 that will close this issue
9 tasks
@li-boxuan li-boxuan changed the title Update to TinkerPop 3.6.0 Update to TinkerPop 3.6.x Oct 4, 2022
farodin91 added a commit to GDATASoftwareAG/janusgraph that referenced this issue Oct 9, 2022
Fixes JanusGraph#3069

* Upgrade hadoop 3.x
* Remove Jackson 1

Signed-off-by: Jan Jansen <jan.jansen@gdata.de>
farodin91 added a commit to GDATASoftwareAG/janusgraph that referenced this issue Oct 13, 2022
Fixes JanusGraph#3069

* Upgrade hadoop 3.x
* Remove Jackson 1

Signed-off-by: Jan Jansen <jan.jansen@gdata.de>
farodin91 added a commit to GDATASoftwareAG/janusgraph that referenced this issue Oct 14, 2022
Fixes JanusGraph#3069

* Upgrade hadoop 3.x
* Remove Jackson 1

Signed-off-by: Jan Jansen <jan.jansen@gdata.de>
farodin91 added a commit to GDATASoftwareAG/janusgraph that referenced this issue Oct 15, 2022
Fixes JanusGraph#3069

* Upgrade hadoop 3.x
* Remove Jackson 1

Signed-off-by: Jan Jansen <jan.jansen@gdata.de>
@a-magno98
Copy link

Hi,
I have found a mistake in the documentation of JanusGraph, in particular in connecting to JanusGraph using Java https://docs.janusgraph.org/interactions/connecting/java/. You should update part 3, the remote-objects.yaml as follows:
hosts: [localhost] port: 8182 serializer: { className: org.apache.tinkerpop.gremlin.driver.ser.GryoMessageSerializerV3d0, config: { ioRegistries: [org.janusgraph.graphdb.tinkerpop.JanusGraphIoRegistry] }}

farodin91 added a commit that referenced this issue Oct 24, 2022
Fixes #3069

* Upgrade hadoop 3.x
* Remove Jackson 1

Signed-off-by: Jan Jansen <jan.jansen@gdata.de>
@douglasawh
Copy link

Is there any chance this upgrade can be to 3.6.2? There are some CVEs in 3.6.2 we would like to address.

@porunov
Copy link
Member

porunov commented Jan 3, 2023

Is there any chance this upgrade can be to 3.6.2? There are some CVEs in 3.6.2 we would like to address.

There is no 3.6.2 released TinkerPop version available. The release process isn't started for that version yet. The latest released version is TinkerPop 3.6.1 as of today. When 3.6.2 is available it shouldn't be a problem to bump that version in JanusGraph.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants