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

neo4j-atag does not work on debian bullseye neo4j community installation #5

Closed
kuczera opened this issue Apr 8, 2024 · 1 comment
Closed

Comments

@kuczera
Copy link
Member

kuczera commented Apr 8, 2024

Snippet from debug.og:

2024-04-08 06:43:56.775+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load atag.text.Importerfrom plugin jar/var/lib/neo4j/plugins/neo4j-atag-v0.2.4.jar: java.lang.UnsupportedClassVersionError: atag/text/Importer has been compiled by a more recent version of the Java Runtime (class file version 65.0), this version of the Java Runtime only recognizes class file versions up to 61.0

@sarmbruster
Copy link
Collaborator

Reason here is that the project uses currently JDK 21.
Neo4j >=5.0.14 runs on both JDK 17 and JDK 21. If an existing Neo4j instance uses JDK 17 the above error will happen.
I'll change the code so this project works with JDK 17 so no existing deployment will be broken.

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

No branches or pull requests

2 participants