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

add new ClassEnquirer for declaring Python packages #553

Merged
merged 5 commits into from
Sep 6, 2024

Conversation

ndjensen
Copy link
Member

@ndjensen ndjensen commented Aug 27, 2024

The AllowPythonClassEnquirer enables users to declare packages that should always be imported from Python. This can be used to resolve issues when Java package names on the classpath match Python package names and the desired import is of the Python package. Example use cases are py4j and tensorflow.

The AllowPythonClassEnquirer enables users to
declare packages that should always be imported
from Python. This can be used to resolve issues
when Java package names on the classpath match
Python package names and the desired import is of
the Python package. Example use cases are py4j
and tensorflow.
@ndjensen ndjensen merged commit 2890eb4 into ninia:dev_4.2 Sep 6, 2024
1 check passed
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 this pull request may close these issues.

2 participants