Skip to content

v2.0.1

Compare
Choose a tag to compare
@sverhoeven sverhoeven released this 04 Jan 11:42
· 54 commits to master since this release

gRPC (http://www.grpc.io/) server for Xenon (https://nlesc.github.io/Xenon/).

Can be used to use Xenon in a non-java based language. For example pyxenon (https://github.com/NLeSC/pyxenon) uses the Xenon gRPC server.

The server tries to mimic the Xenon library API as much as possible, differences are described in the proto file (src/main/proto/xenon.proto).

Changed

  • Use latest dependencies and plugins

Fixed

  • Class of exception lost in translation [#32]
  • Interactive job: sometimes output to stdout is repeated, sometimes skipped [#34]