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

Replace JPY by Panama for Python binding #73

Open
desruisseaux opened this issue Jun 10, 2022 · 0 comments
Open

Replace JPY by Panama for Python binding #73

desruisseaux opened this issue Jun 10, 2022 · 0 comments

Comments

@desruisseaux
Copy link
Contributor

The experimental geoapi-java-python uses Java Native Interfaces (JNI) provided by the JPY project for binding Java to Python. The OpenJDK Panama project, still in incubator, provides an alternative way to bind Java to C code without the need to write JNI code. We should to migrate geoapi-java-python to that new mechanism. It would avoid the needs for external dependency other than Python itself.

desruisseaux added a commit that referenced this issue Jun 10, 2022
…repository seems to be now blocked by Maven.

A future version of this module should use Panama instead.

#73
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

1 participant