influxdb-java icon indicating copy to clipboard operation
influxdb-java copied to clipboard

Add support for java records

Open eranl opened this issue 1 year ago • 3 comments

It would be nice to read and write data from/to influxdb using java records.

I have implemented such support. Are you interested in a PR?

eranl avatar Nov 26 '23 20:11 eranl

sure, will be a major change as it will drop support for Java 8 which is actually still used by a lot

majst01 avatar Nov 27 '23 06:11 majst01

My change compiles on java 8, as it uses reflection for accessing record metadata

eranl avatar Nov 27 '23 22:11 eranl

OK, then open a PR and we can have a look

majst01 avatar Nov 28 '23 05:11 majst01