Barthelemy Dagenais
Barthelemy Dagenais
The documentation will need to be updated to use one of the new command line options provided by JDK 9 & 10. Essentially, they will try in future releases to...
Do you know if previous versions are important or if most users were using the latest one (the update site I maintain, https://eclipse.py4j.org/, always pointed to the latest version)?
https://eclipse.py4j.org/ works again for now. I created a public github repository, uploaded the latest update site and updated the redirections on the eclipse.py4j.org website. Another alternative for now is to...
Already too much on my plate and this will open a whole new can of worms :-)
That will unfortunately require a new parameter to not break backward compatibility, but this is clearly possible. Scheduled for 0.10.7.
After reviewing the code and your question (I know, this is very late), I am not sure it makes sense. If the GatewayServer is correctly shut down, it should not...
Py4J has some basics support for autocompletion of fields and class names, but packages and classes would require adding more subcommands to the py4j.commands.DirCommand class. This is definitively possible. For...
Hi, I regret that I am not logging the exception in the Proxy finalizer on the Java side, it would have been interesting. Which version of Py4J, Python, and Java...
Hi, Sorry, I have little experience with Scala. My understanding is that Scala creates multiple declarations of the method and chooses at compile time which method to call depending on...
Can you post a more complete code example. What you are describing is a very usual Py4J use case, so I suspect it's a misunderstanding related to the Java API...