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

Java 9 compatibility #416

Closed
nmervaillie opened this issue Oct 4, 2017 · 0 comments · Fixed by #427
Closed

Java 9 compatibility #416

nmervaillie opened this issue Oct 4, 2017 · 0 comments · Fixed by #427

Comments

@nmervaillie
Copy link
Member

Expected Behavior

OGM 3.0 should run under java 9
OGM jars should be automatic java modules

Current Behavior

The package org.neo4j.ogm.exception is present in core and in api modules, which is not allowed for automatic modules.
OGM is currently running under java 9 (with bolt), have to check with embedded and http.

Possible Solution

Move exceptions from the core jar to org.neo4j.ogm.exception.internal package as these ones are not supposed to be used outside of OGM.
Check and describe if/how it works in http and embedded.

Your Environment

  • OGM Version used: 3.0
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.

1 participant