David Pratt
David Pratt
> Thank you for the suggestion! As it changes the module name, I believe this would be a breaking change for module aware builds, wouldn't it? This introduces a module...
The solution above doesn't really solve the problem, in that if you redirect the log messages to a file, they'll likely just be ignored since they're not going to stderr/stdout....
I'm actually still trying to figure this out myself - there's the Session interface which is a high level wrapper around a cluster, there's the raw Cluster actor and I'm...
I get the same error - can you bundle the standard google protobuf extensions, or give us a way to set up a global library/include directory?
A quick workaround for this would be to add an Automatic-Module-Name directive to the MANIFEST.MF file in your published jars. It doesn't require any other Java 9 specifics, nor does...