influxdb-client-java
influxdb-client-java copied to clipboard
chore: removed deprecated junit annotations
trafficstars
Closes #327
Proposed Changes
The JUnitPlatform was deprecated in latest update of junit-platform-runner. It was replaced with @Suite anntotation.
Checklist
- [ ] CHANGELOG.md updated
- [ ] Rebased/mergeable
- [ ] A test has been added if appropriate
- [ ]
mvn testcompletes successfully - [ ] Commit messages are in semantic format
- [ ] Sign CLA (if not already signed)