David Ryan
David Ryan
While doing some testing I found a bug in my code that was related to how read byte[] will only return to the end of the current decompressed buffer. It...
When embedding JavaScript as part of a Java environment and enabling the modules feature, it is not possible to access any of the variables through the global object/scope from Java....
The avro-fastserde-0.2.1.jar includes package org.apache.avro.generic which is also defined in the avro jar (in this case avro-1.9.2.jar). Java 11 modules does not allow the same package to be used in...