Hi, thanks for fixing this in 5.0 (probably GROOVY-8788)
Am 20.10.2017 um 17:03 schrieb Jochen Theodorou:
Am 20.10.2017 um 09:51 schrieb Michael Kunz:
Hello,
I'm having problems calling a Java method call(byte[]... data) from
groovy 2.4.12.
I'm trying to call it with a single byte[] value fr
Am 20.10.2017 um 09:51 schrieb Michael Kunz:
Hello,
I'm having problems calling a Java method call(byte[]... data) from
groovy 2.4.12.
I'm trying to call it with a single byte[] value from groovy like this:
byte[] data = [0,1,2,3,4,5,6,7]
TestJava.call(data)
I was expecting to receive a byte[