KonduitAI / konduit-serving

Enterprise runtime for machine learning models
https://serving.konduit.ai/
Apache License 2.0
47 stars 15 forks source link

Ensure compilation on java 11 by casting buffers, add test scope for … #497

Closed agibsonccc closed 3 years ago

agibsonccc commented 3 years ago

Ensures compilation on java 11 by casting buffers to avoid NoSuchMethodError() on rewind() in java 11.