Results 4 comments of Jani Halinen

@RezaPayambari I got dockerfile-maven-plugin working on my M1 Macbook by updating jnr-unixsocket on Spotify's docker-client as in this pull request: https://github.com/spotify/docker-client/pull/1221 and then made a local build of dockerfile-maven-plugin with...

@thegabbythemaster > @janih did you clone this repo in order for it to work? You need to first clone [docker-client](https://github.com/spotify/docker-client) and update jnr-unixsocket as it is done in https://github.com/spotify/docker-client/pull/1221. The...

@dkhenry Daniel Mewes has added (experimental?) support for JSON protocol on his fork https://github.com/danielmewes/rethinkjava There was discussion about this on https://github.com/rethinkdb/rethinkdb/issues/3930

@nickdhewitt Official driver is going to be available soon: https://github.com/rethinkdb/rethinkdb/issues/3930 I would wait for that.