mderevyankoaqa / jmeter-influxdb2-listener-plugin

Influx DB v2.0 listener plugin for Apache JMeter. Provides the possibility to see the online dashboard (aggregation table, errors, the response body of failures).
Apache License 2.0
118 stars 41 forks source link

Adapt to jdk1.8 #84

Closed kang2086 closed 6 months ago

kang2086 commented 1 year ago

Adapt to jdk1.8

mderevyankoaqa commented 1 year ago

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 ...

georgejdli commented 1 year ago

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

mderevyankoaqa commented 6 months ago

Rejected