jmeter-influxdb2-listener-plugin icon indicating copy to clipboard operation
jmeter-influxdb2-listener-plugin copied to clipboard

Adapt to jdk1.8

Open kang2086 opened this issue 1 year ago • 2 comments

Adapt to jdk1.8

kang2086 avatar Mar 19 '23 13:03 kang2086

Hello @kang2086 have you tried to build the plugin using Gradle shadowJar command? We have libs that are using JAVA 11 as the minimum version. Not sure that the changes you made are working ...

mderevyankoaqa avatar Apr 05 '23 06:04 mderevyankoaqa

I don't see any dependencies that use JAVA 11 as the minimum version I was able to run Gradle shadowJar command successfully in my local environment with these changes

edit: Looks like the javadocs task (for publishing) is not compatible with java 8 or java 11 but it's independent of the gradle sourceCompatibility setting

update: with these changes I'm able to use this backend listener in a java8 environment

georgejdli avatar Oct 11 '23 14:10 georgejdli

Rejected

mderevyankoaqa avatar May 30 '24 09:05 mderevyankoaqa